@charset "UTF-8";
@charset "UTF-8";
.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
    background: #f4f4f4 url(//ecole-stjoseph-bazouges.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/background.svg) repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
}

.pnlm-container * {
    box-sizing: content-box;
}

.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pnlm-grab {
    cursor: grab;
    cursor: url(//ecole-stjoseph-bazouges.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grab.svg) 12 8, default;
}

.pnlm-grabbing {
    cursor: grabbing;
    cursor: url(//ecole-stjoseph-bazouges.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grabbing.svg) 12 8, default;
}

#et-boc .et-l .pnlm-sprite,
.pnlm-sprite {
    background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/sprites.svg);
}

.pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-render-container {
    cursor: inherit;
    
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

#et-boc .et-l .pnlm-controls ,
.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-control:hover {
    background-color: #f8f8f8;
}

.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}

#et-boc .et-l .pnlm-zoom-controls,
.pnlm-zoom-controls {
    width: 28px;
    height: 52px;
}

#et-boc .et-l .pnlm-zoom-in,
.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
    background-position: 1px 0;
}

#et-boc .et-l .pnlm-zoom-out,
.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 1px -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0,0,0,0.10);
    border-radius: 0 0 3px 3px;
}

#et-boc .et-l .pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator,
.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 28px;
    height: 26px;
}

#et-boc .et-l .pnlm-hot-spot-debug-indicator ,
.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

#et-boc .et-l .pnlm-orientation-button-inactive,
.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 1px -52px;
}

#et-boc .et-l .pnlm-fullscreen-toggle-button-inactive {
    background-position: -1px -53px;
}

#et-boc .et-l .pnlm-fullscreen-toggle-button-active,
.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}


#et-boc .et-l .pnlm-panorama-info,
.pnlm-panorama-info {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    border-radius:0;
    padding-right: 10px;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}





.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

@-webkit-keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0,0,0,.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer;
}

.pnlm-load-button:hover {
    background-color: rgba(0,0,0,.8);
}

.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}

.pnlm-info-box a, .pnlm-author-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}
.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.pnlm-hotspot:hover {
    background-color: rgba(255,255,255,0.2);
}
#et-boc .et-l .pnlm-hotspot.pnlm-info,
.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}
#et-boc .et-l .pnlm-hotspot.pnlm-scene,
.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
}

#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
#et-boc .et-l div.pnlm-tooltip:hover span,
div.pnlm-tooltip:hover span{
    visibility: visible;
}
#et-boc .et-l div.pnlm-tooltip:hover span:after,
div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

#et-boc .et-l .pnlm-compass,
.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/compass.svg);
    cursor: default;
    display: none;
}

#et-boc .et-l .pnlm-world,
.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}
#et-boc .et-l .pnlm-face,
.pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    font-size: 12px;
}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}

.pnlm-pointer {
    cursor: pointer;
}



/* Responsive styles */

@media only screen and (max-width: 767px) {
    #et-boc .et-l .pnlm-panorama-info, .pnlm-panorama-info {
        padding-right: 0;
    }

   

}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}.video-js .vjs-big-vr-play-button {
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23FFF' d='M334.883 275.78l-6.374-36.198-6.375-36.2-28.16 23.62-28.164 23.62 25.837 9.41C266.247 296.544 224 320.5 176.25 320.5c-77.47 0-140.5-63.03-140.5-140.5 0-77.472 63.03-140.5 140.5-140.5 53.428 0 99.98 29.978 123.733 73.993l13.304-6.923C287.025 57.76 235.45 24.5 176.25 24.5c-85.743 0-155.5 69.757-155.5 155.5 0 85.742 69.757 155.5 155.5 155.5 54.253 0 102.09-27.94 129.922-70.177l28.71 10.457z'/%3E%3Cpath fill='%23FFF' d='M314.492 175.167c-12.98 0-23.54-10.56-23.54-23.54s10.56-23.54 23.54-23.54c12.98 0 23.54 10.56 23.54 23.54s-10.56 23.54-23.54 23.54zm0-38.08c-8.018 0-14.54 6.522-14.54 14.54s6.522 14.54 14.54 14.54c8.017 0 14.54-6.522 14.54-14.54s-6.523-14.54-14.54-14.54z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M88.76 173.102h9.395c4.74-.042 8.495-1.27 11.268-3.682 2.77-2.412 4.157-5.903 4.157-10.474 0-4.4-1.153-7.817-3.46-10.25-2.307-2.434-5.83-3.65-10.568-3.65-4.147 0-7.554 1.195-10.22 3.585-2.666 2.392-4 5.514-4 9.364H69.908c0-4.74 1.26-9.055 3.776-12.95 2.518-3.892 6.03-6.928 10.537-9.108 4.508-2.18 9.554-3.27 15.14-3.27 9.225 0 16.472 2.318 21.74 6.952 5.27 4.634 7.903 11.077 7.903 19.33 0 4.147-1.323 8.05-3.967 11.71-2.646 3.66-6.062 6.422-10.252 8.284 5.078 1.736 8.94 4.465 11.584 8.19s3.968 8.166 3.968 13.33c0 8.294-2.847 14.895-8.538 19.804s-13.17 7.363-22.438 7.363c-8.887 0-16.166-2.37-21.836-7.11-5.67-4.74-8.506-11.045-8.506-18.916h15.425c0 4.062 1.365 7.363 4.094 9.902 2.73 2.54 6.4 3.81 11.014 3.81 4.782 0 8.55-1.27 11.3-3.81s4.126-6.22 4.126-11.045c0-4.865-1.44-8.61-4.316-11.235-2.878-2.623-7.152-3.936-12.822-3.936H88.76V173.1zM187.598 133.493v12.76h-1.904c-8.633.126-15.53 2.497-20.693 7.108-5.162 4.614-8.23 11.152-9.203 19.615 4.95-5.205 11.277-7.808 18.98-7.808 8.166 0 14.608 2.878 19.328 8.633 4.718 5.755 7.077 13.182 7.077 22.28 0 9.395-2.76 17.002-8.284 22.82-5.52 5.818-12.77 8.73-21.74 8.73-9.226 0-16.705-3.407-22.44-10.222-5.733-6.812-8.6-15.742-8.6-26.787v-5.267c0-16.208 3.945-28.903 11.84-38.086 7.89-9.182 19.242-13.774 34.054-13.774h1.586zM171.03 177.61c-3.386 0-6.485.95-9.3 2.855-2.814 1.904-4.877 4.443-6.188 7.617v4.697c0 6.854 1.438 12.304 4.316 16.345 2.877 4.04 6.602 6.062 11.172 6.062s8.188-1.715 10.854-5.143 4-7.934 4-13.52-1.355-10.135-4.063-13.648c-2.708-3.51-6.304-5.267-10.79-5.267zM271.136 187.447c0 13.29-2.486 23.307-7.46 30.057s-12.535 10.125-22.69 10.125c-9.988 0-17.51-3.292-22.566-9.872-5.058-6.58-7.65-16.323-7.776-29.23V172.53c0-13.287 2.485-23.252 7.458-29.896 4.973-6.643 12.558-9.966 22.757-9.966 10.112 0 17.655 3.237 22.63 9.712 4.97 6.475 7.52 16.166 7.647 29.072v15.995zm-15.425-17.265c0-8.674-1.185-15.033-3.554-19.075-2.37-4.04-6.137-6.062-11.3-6.062-5.035 0-8.738 1.915-11.107 5.745-2.37 3.83-3.62 9.807-3.746 17.932v20.948c0 8.633 1.206 15.064 3.618 19.297s6.2 6.348 11.362 6.348c4.95 0 8.61-1.957 10.98-5.87 2.37-3.915 3.62-10.04 3.746-18.378v-20.885z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-vr-play-button .vjs-icon-placeholder {
  display: none;
}
:hover.video-js .vjs-big-vr-play-button {
  -webkit-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  -moz-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  -ms-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  -o-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
}

.video-js .vjs-big-vr-play-button::before {
  content: "";
}
.video-js canvas {
  cursor: move;
}
.video-js .vjs-button-vr .vjs-icon-placeholder {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRkZGRiI+CiAgICA8cGF0aCBkPSJNMjAuNzQgNkgzLjIxQzIuNTUgNiAyIDYuNTcgMiA3LjI4djEwLjQ0YzAgLjcuNTUgMS4yOCAxLjIzIDEuMjhoNC43OWMuNTIgMCAuOTYtLjMzIDEuMTQtLjc5bDEuNC0zLjQ4Yy4yMy0uNTkuNzktMS4wMSAxLjQ0LTEuMDFzMS4yMS40MiAxLjQ1IDEuMDFsMS4zOSAzLjQ4Yy4xOS40Ni42My43OSAxLjExLjc5aDQuNzljLjcxIDAgMS4yNi0uNTcgMS4yNi0xLjI4VjcuMjhjMC0uNy0uNTUtMS4yOC0xLjI2LTEuMjh6TTcuNSAxNC42MmMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTMgMS4xOCAwIDIuMTIuOTYgMi4xMiAyLjEzcy0uOTUgMi4xMi0yLjEyIDIuMTJ6bTkgMGMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTNzMi4xMi45NiAyLjEyIDIuMTMtLjk1IDIuMTItMi4xMiAyLjEyeiIvPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+Cjwvc3ZnPgo=) no-repeat left center;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.vrowl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .vrowl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .vrowl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .vrowl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .vrowl-carousel .owl-wrapper,
  .vrowl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .vrowl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .vrowl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .vrowl-carousel .owl-nav.disabled,
  .vrowl-carousel .owl-dots.disabled {
    display: none; }
  .vrowl-carousel .owl-nav .owl-prev,
  .vrowl-carousel .owl-nav .owl-next,
  .vrowl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vrowl-carousel .owl-nav button.owl-prev,
  .vrowl-carousel .owl-nav button.owl-next,
  .vrowl-carousel button.owl-dot {
    /* background: none; */
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .vrowl-carousel.owl-loaded {
    display: block; }
  .vrowl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .vrowl-carousel.owl-hidden {
    opacity: 0; }
  .vrowl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .vrowl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vrowl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .vrowl-carousel.owl-rtl {
    direction: rtl; }
  .vrowl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .vrowl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.vrowl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.vrowl-carousel .owl-animated-in {
  z-index: 0; }

.vrowl-carousel .owl-animated-out {
  z-index: 1; }

.vrowl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.vrowl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .vrowl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .vrowl-carousel .owl-item .owl-lazy[src^=""], .vrowl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .vrowl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.vrowl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.vrowl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//ecole-stjoseph-bazouges.fr/wp-content/plugins/wpvr/public/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.vrowl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.vrowl-carousel .owl-video-playing .owl-video-tn,
.vrowl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.vrowl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.vrowl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/

.vr-pointer-container {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-pointer {
  height: 10px;
  width: 10px;
  text-align: center;
  background: #fff;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}

.explainer {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 9;
  text-align: center;
  width: 47%;
  height: 40%;
}


#et-boc .et-l .generic_form_button,
.generic_form_button {
  position: absolute;
  top: 110px;
  right: 10px;
  z-index: 9;
  text-align: center;
}

#et-boc .et-l .generic_form_button .generic-form-icon,
.generic_form_button .generic-form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  
}

#et-boc .et-l .generic_form_button .generic-form-icon i,
.generic_form_button .generic-form-icon i {
  font-size: 20px;
}

#et-boc .et-l .close-generic-form,
.close-generic-form {
  position: absolute;
  right: -7px;
  top: -11px;
  background: #fff;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  font-size: 14px;
}

#et-boc .et-l .wpvr-generic-form,
.wpvr-generic-form {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 9;
  width: 80%;
  height: 80%;
  background: #fff;
}

#et-boc .et-l .generic-form-container,
.generic-form-container {
  padding-left: 30px;
  padding-right: 20px;
  overflow: auto;
  height: 100%;
}

/* divi builder css */
#et-boc .et-l .pnlm-panorama-info .pnlm-title-box {
    padding: 0;
    margin: 0 auto;
    font-size: 14px !important;
    line-height: 1.2;
    width: 349px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    font-weight: 500;
    text-align: center;
}

.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 999;
  text-align: center;
  width: auto;
  max-width: 50%;
  height: 55%;
  transition: all 0.4s linear;
  transform-origin: right bottom;
}

.et-db #et-boc .wpvr-floor-map.fullwindow,
.wpvr-floor-map.fullwindow {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  z-index: 100;
  max-width: 80%;
  background: transparent;
  object-fit: contain;
}

.et-db #et-boc .wpvr-floor-map .floor-plan-pointer,
.wpvr-floor-map .floor-plan-pointer {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #cca92c;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-db #et-boc .wpvr-floor-map .floor-plan-pointer.add-pulse,
.wpvr-floor-map .floor-plan-pointer.add-pulse {
  animation: pulse 1s infinite;
}

#et-boc .et-l .wpvr-floor-map .floor-plan-pointer.add-pulse:before,
.wpvr-floor-map .floor-plan-pointer.add-pulse:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-1deg);
  width: 17px;
  height: 17px;
  background: transparent;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  display: none;
}

#et-boc .et-l .wpvr-floor-map .floor-pointer-circle,
.wpvr-floor-map .floor-pointer-circle {
  position: relative;
  z-index: 1;
}

#et-boc .et-l .wpvr-floor-map .floor-pointer-flash,
.wpvr-floor-map .floor-pointer-flash {
  position: absolute;
  width: 22px;
  top: -22px;
  left: -2px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}

#et-boc .et-l .wpvr-floor-map .add-pulse .floor-pointer-flash,
.wpvr-floor-map .add-pulse .floor-pointer-flash {
  visibility: visible;
  opacity: 1;
}

.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}


.et-db #et-boc .ctrl.fullscreen {
    top: 120%;
    left: 29%;
    transform: translate(-50%, -52%);
}

.et-db #et-boc .wpvr-floor-map img {
  border-radius: 5px !important;
}

#et-boc .et-l .explainer > iframe,
.explainer > iframe {
  border-radius: 10px;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#et-boc .et-l .explainer_button,
.explainer_button {
  position: absolute;
  bottom: 46px;
  right: 45px;
  z-index: 3;
  text-align: center;
  width: 50px;
}

#et-boc .et-l .pnlm-compass, .pnlm-compass {
    bottom: 42px;
    margin-top: 0px;
}

.floor_map_button {
  position: absolute;
  bottom: 48px;
  right: 10px;
  z-index: 2;
  text-align: center;
  width: 50px;
}


#et-boc .et-l .floor_map_button{
  right: 10px !important
}

#et-boc .et-l .floor_map_button {
    bottom: 47px;
}

.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
  position: absolute;
  right: -7px;
  top: -11px;
  background: #fff;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  font-size: 14px;
}


@media only screen and (max-width: 575px) {
  .explainer {
    width: 60%;
    height: 60%;
  }

  .floor_map_button {
    width: auto;
    padding: 10px 10px 0;
  }

  .et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
  .wpvr-floor-map .close-floor-map-plan,
  #et-boc .et-l .explainer .close-explainer-video,
  .explainer .close-explainer-video {
    width: 40px;
    height: 40px;
  }
}

.wpvr-navbar-container {
  position: absolute;
  top: 5px;
  width: 100%;
  display: flex;
  padding: 10px;
  list-style: none;
  color: #fff;
  justify-content: flex-end;
  z-index: 9;
  right: 0;
}

.wpvr-navbar-container > li {
  margin: 10px;
}

.wpvr-navbar-container > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.wpvr-navbar-dropdown {
  list-style: none;
  display: none;
  position: absolute;
}

.wpvr-navbar-container > li:hover .wpvr-navbar-dropdown {
  display: block;
  margin-left: -50px;
}

.wpvr-navbar-dropdown > li > a {
  text-decoration: none;
  color: #fff;
}

.wpvr-home-content * {
  box-sizing: border-box;
}

.wpvr-home-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.wpvr-home-title {
  font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin-bottom: 10px;
}

.wpvr-home-subtitle {
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}

@media only screen and (min-width: 1921px) {
  .wpvr-home-title {
    font-size: 60px;
  }

  .wpvr-home-subtitle {
    font-size: 18px;
  }
}

.wpvr-topnav {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 3px;
}

.wpvr-mobile-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #004efa;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: none;
  z-index: 9;
}

.wpvr-mobile-notice p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  margin-right: 17px;
  width: calc(100% - 20px);
}

.wpvr-mobile-notice .notice-close {
  font-size: 11px;
  border: 1px solid;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}

#cp-logo-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}

.wpvr-social-share-bg-box * {
  box-sizing: border-box;
}
.wpvr-social-share-bg-box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.wpvr-social-share-bg-box .share-btn-svg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.wpvr-social-share-bg-box .wpvr-share-nav {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0.3s;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.wpvr-social-share-bg-box:hover .share-btn-svg {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav {
  /* opacity: 1;
    visibility: visible; */
}

.wpvr-social-share-bg-box .wpvr-share-nav > a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.wpvr-social-share-bg-box:hover .wpvr-share-nav > a {
  opacity: 1;
  visibility: visible;
}

.wpvr-social-share-bg-box .wpvr-share-nav > a img {
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.wpvr-social-share-bg-box a.wpvr-facebook-icon {
  background: #3b5998;
}
.wpvr-social-share-bg-box a.wpvr-twitter-icon {
  background: #ffffff;
}
.wpvr-social-share-bg-box a.wpvr-linkedin-icon {
  background: #0077b5;
}
.wpvr-social-share-bg-box a.wpvr-reddit-icon {
  background: #ff5700;
}
.wpvr-social-share-bg-box a.wpvr-email-icon {
  background: #000000;
}

.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
  transform: translateY(-45px);
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-email-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
  transform: translateY(0);
}

.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-facebook-icon {
  transition-delay: 0.8s;
}

.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
  transition-delay: 0.7s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon {
  transition-delay: 0.6s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-email-icon {
  transition-delay: 0.3s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon {
  transition-delay: 0.1s;
}

.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-facebook-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
  transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon {
  transition-delay: 0.3s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon {
  transition-delay: 0.5s;
}

.cp-logo-ctrl {
  height: auto;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
}

.cp-logo-ctrl img {
  max-width: 100px !important;
  margin-left: auto;
  display: block;
}

#et-boc .et-l .cp-logo-ctrl img {
  max-width: 100px !important;
  margin-left: auto !important;
  display: block !important;
}

.adcontrol {
  position: absolute;
  bottom: 50px;
  z-index: 3;
}

button.audio_control {
  outline: none;
  box-shadow: none;
}

.audio_control {
  background: none !important;
  padding: unset;
  border: none;
}

#cp-logo-controls .cp-logo-ctrl .cp-info {
  font-size: 15px;
  position: relative;
  background: #fff;
  max-width: 350px;
  width: auto;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  display: none;
  transition: all 0.3s ease;
}

#cp-logo-controls .cp-logo-ctrl.show .cp-info {
  display: block;
}

/* divi controls */
.zoom-in-out-controls {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-flow: column;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 3px;
  gap: 0;
}

#et-boc .et-l .zoom-in-out-controls .ctrl {
  width: auto;
  height: auto;
  padding: 5px;
}



.zoom-in-out-controls {
  top: 37px;
}

.zoom-in-out-controls .ctrl {
  padding: 2px 0;
}

.pnlm-container .controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  text-align: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 100%;
}

/* 
#et-boc .et-l .pnlm-container .controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  text-align: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 100%;
} */

.pnlm-load-button p {
  color: #fff !important;
}

.ctrl {
  width: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.ctrl i {
  font-size: 18px;
}

.ctrl:hover {
  background: none;
}

.controls .ctrl {
  position: absolute;
}

.pan-up {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pan-down {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pan-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pan-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ctrl.fullscreen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before,
div.pnlm-hotspot-base.fa-solid:before {
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vrbounce {
  display: inline-block;
  position: relative;
  -moz-animation: vrbounce 0.5s infinite linear;
  -o-animation: vrbounce 0.5s infinite linear;
  -webkit-animation: vrbounce 0.5s infinite linear;
  animation: vrbounce 0.5s infinite linear;
  color: 000;
}

.pnlm-hotspot-base .hexagon-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.pnlm-hotspot-base .hexagon-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wpvr-pluse-effect {
  animation: icon-pulse-pointer 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}
@keyframes icon-pulse-pointer {
  0% {
    box-shadow: 0 0 0 0px #ffffff;
  }

  100% {
    box-shadow: 0 0 0 10px #ffffff00;
  }
}

@-webkit-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

#et-boc .et-l .vrgcontrols,
.vrgcontrols {
  position: absolute;
  z-index: 6;
  width: 20px;
  bottom: 0;
  height: 30px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}

#et-boc .et-l .wpvr_slider_nav,
.wpvr_slider_nav {
  position: absolute;
  z-index: 6;
  bottom: 15px;
  height: 30px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.wpvr_slider_nav  p {
  margin: 0;
}

.wpvr_slider_nav .wpvr_owl_prev,
.wpvr_slider_nav .wpvr_owl_next {
  position: absolute;
  border-radius: 4px;
  bottom: 27px;
  font-size: 16px;
  padding: 0px;
  height: 30px;
  width: 30px;
  line-height: 1;
  border: none;
  outline: none !important;
  background: #28303d !important;
  color: #fff !important;
  transition: all 0.3s ease;
  text-align: center;
}

.wpvr_slider_nav .wpvr_owl_prev:hover,
.wpvr_slider_nav .wpvr_owl_next:hover {
  background: #004efa !important;
}

.wpvr_slider_nav .wpvr_owl_prev {
  left: 5px;
}

.wpvr_slider_nav .wpvr_owl_next {
  right: 5px;
}



#et-boc .et-l .vrbounce,
.vrbounce {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding-top: 10px;
}
#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
  font-size: 25px;
}

.scene-gallery ul {
  margin: 0;
  padding: 0;
}


.scene-gallery ul li {
  list-style: none;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  text-align: center;
}

.scene-gallery ul li .scene-title {
  display: block;
  min-height: 16px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; 
}

.scene-gallery ul li img {
  margin-top: 3px !important;
}


.et-db #et-boc .scene-gallery .owl-stage {
  margin: 0 auto;
}



#et-boc .et-l .scene-gallery,
.scene-gallery {
  position: absolute;
  bottom: 0;
  z-index: 4;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;

  max-width: 690px;
  margin: 0 auto;
  left: 0;
  right: 0;
  
}

.scctrl {
  border-radius: 5px !important;
  width: 100px;
  height: 100px !important;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}

.scctrl:hover {
  background: rgba(200, 200, 200, 1);

}

#master-container .vrfullwidth {
  width: 98vw !important;
  position: relative;
  margin-left: -49vw !important;
  left: 50% !important;
  max-width: 100vw !important;
}

.vrembed {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 100% !important;
  margin: 0 !important;
}
.cardboard-vrembed {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #222;
}

.pnlm-container iframe {
  max-width: inherit;
  margin-bottom: 0;
}

div.pnlm-container p iframe {
  max-width: 300px;
  margin-bottom: 0;
}

.pnlm-hotspot-base.custom-icon {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}

.pnlm-hotspot-base.custom-icon:hover {
  z-index: 9;
}

.pnlm-panorama-info {
  left: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0,0.8);
  border-radius: 0;
  padding: 8px 14px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.pnlm-panorama-info .pnlm-title-box {
  font-size: 14px;
  padding-left: 5px;
  line-height: 1.2;
  width: 349px;
  margin: 0 auto 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
  font-weight: 500;
}

.pnlm-author-box {
    font-size: 12px;
    display: block;
    padding-left: 5px;
}

#et-boc .et-l div.custom-tooltip > p,
div.custom-tooltip > p {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
  cursor: default;
  margin: 0 !important;
  bottom: 40px !important;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  font-weight: 400;
}

#et-boc .et-l div.custom-tooltip > p p,
div.custom-tooltip > p p {
  max-height: 250px;
  overflow: auto;
}

#et-boc .et-l div.custom-tooltip > p a,
div.custom-tooltip > p a {
  transition: inherit;
}

/*#et-boc .et-l div.custom-tooltip > p img,*/
/*div.custom-tooltip > p img {*/
/*  max-width: inherit;*/
/*  height: 225px;*/
/*  width: 400px;*/
/*}*/

#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
  display: none;
}

#et-boc .et-l div.custom-tooltip:hover span,
div.custom-tooltip:hover span {
  visibility: visible;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif !important;
}

#et-boc .et-l div.custom-tooltip:hover p,
div.custom-tooltip:hover p {
  visibility: visible;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif !important;
}


.custom-tooltip:hover {
  z-index: 2;
}


#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
#et-boc .et-l div.custom-tooltip:hover p:after,
div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip:hover p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

#et-boc .et-l .custom-ifram-wrapper,
.custom-ifram-wrapper {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 80%;
  max-width: 980px;
}

#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip p.vr-mode-title:after {
  bottom: -18px;
}

#et-boc .et-l .custom-tooltip p.vr-mode-title,
.custom-tooltip p.vr-mode-title {
  visibility: visible;
  min-width: 80px;
  line-height: 1;
  left: 50%;
}

#et-boc .et-l .custom-ifram-flex,
.custom-ifram-flex {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
}

#et-boc .et-l div.custom-ifram,
div.custom-ifram {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.pano-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}

.pano-wrap.show-modal:before {
  opacity: 1;
  visibility: visible;
}

.pano-wrap .cross {
  background: #fff;
  width: 24px;
  height: 24px;
  color: red;
  line-height: 26px;
  position: absolute;
  top: -13px;
  right: -10px;
  text-align: center;
  z-index: 99;
  font-size: 13px;
  border-radius: 100%;
  padding-left: 0px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pano-wrap.show-modal .cross {
  opacity: 1;
  visibility: visible;
}

/*#et-boc .et-l .custom-ifram p,*/
/*#et-boc .et-l .custom-tooltip p,*/
/*.custom-ifram p,*/
/*.custom-tooltip p {*/
/*  background-color: #fff;*/
/*  padding: 10px 0;*/
/*  margin: auto !important;*/
/*  border-radius: 5px;*/
/*  font-size: 15px;*/
/*  font-family: Arial, Helvetica, sans-serif;*/
/*  line-height: 24px;*/
/*}*/

/*#et-boc .et-l .custom-ifram p,*/
/*.custom-ifram p {*/
/*  padding: 10px;*/
/*}*/

#et-boc .et-l .custom-ifram video,
.custom-ifram video {
  margin: 0 auto;
}

#et-boc .et-l .custom-ifram img,
.custom-ifram img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#et-boc .et-l .custom-ifram iframe,
.custom-ifram p iframe {
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------load box----------*/
.pnlm-load-box {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.pnlm-load-box > p {
  display: none;
}

.pnlm-load-box .pnlm-lbar {
  width: 100%;
  border: none;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
  background: #4775f6;
}

.oxy-wp-vr-tour {
  width: 100%;
}

/* ---------woocomerce product hotspot style--------- */
.wpvr-product-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.wpvr-product-container .wpvr-pr-left-block {
  width: 50%;
  box-sizing: border-box;
}

.wpvr-product-container
.wpvr-pr-left-block
.woocommerce-product-gallery__image
img {
  margin: 0;
  max-width: 95%;
  width: 100%;
  height: auto;
}

.wpvr-product-container .wpvr-pr-right-block {
  max-width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}

.wpvr-product-container .wpvr-pr-right-block a {
  text-decoration: none !important;
  display: inline-block;
}

.wpvr-product-container .wpvr-pr-right-block a h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-align: left;
}

.wpvr-product-container .wpvr-pr-right-block a h2:before {
  display: none;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  text-align: left;
  border-radius: 0;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
  display: inline-block;
  margin-bottom: 7px;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
  text-decoration: line-through;
  opacity: 0.5;
}

.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}

.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
  font-size: 14px;
  line-height: 1.1;
  min-height: auto;
  padding: 7px 15px;
}

/*-------streetview--------*/
.vr-streetview iframe {
  width: 100% !important;
  height: 100% !important;
}

/*-------wpvr cardboard style--------*/
.wpvr-cardboard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
}

.wpvr-cardboard .pano-wrap {
  direction: ltr;
  height: 100% !important;
}

.wpvr-cardboard .fullscreen-button {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  z-index: 1000;
  font-size: 25px;
  padding: 9px 13px;
}
.cardboard-half {
  width: 49% !important;
}
.wpvr-cardboard .fullscreen-button .compress {
  display: none;
}

.wpvr-cardboard .pano-left {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/*------cardboard switcher design--------*/
.wpvr-cardboard .wpvr-cardboard-switcher {
  position: absolute;
  bottom: 10px;
  right: 6px;
  z-index: 9;
  cursor: pointer;
}
.wpvr-cardboard .wpvr-cardboard-switcher.vr-embade-mode {
  position: fixed;
  z-index: 1000;
}
.wpvr-cardboard .wpvr-cardboard-switcher input[type="checkbox"] {
  display: none;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box {
  width: 60px;
  height: 35px;
  border: 2px solid #216df0;
  border-radius: 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box svg {
  width: 35px;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box {
  background-color: #216df0;
  border-color: #216df0;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box
svg
path {
  fill: #ffffff;
}

.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .cardbord-mode-tooltip,
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .normal-mode-tooltip {
  width: 155px;
  background: #ffffff;
  border-radius: 10px;
  display: block;
  padding: 11px 7px;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  display: none;
}

.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box:hover
.normal-mode-tooltip {
  display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.normal-mode-tooltip {
  display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.cardbord-mode-tooltip {
  display: block;
}

.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.cardbord-mode-tooltip:before,
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.normal-mode-tooltip:before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -5px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}
.cardboard-vrfullwidth.vrfullwidth {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: space-between;
}
/* -landscape mode- */
.wpvr-landscape {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wpvr-cardboard-disable-event {
  cursor: not-allowed;
  pointer-events: none;
}

/* ---------responsive style--------- */
@media only screen and (min-width: 1921px) {
  .wpvr-home-title {
    font-size: 70px;
  }

  .wpvr-home-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .pnlm-container {
    width: 100% !important;
    height: 500px !important;
  }

  .pnlm-container.vrembed {
    height: 100% !important;
  }
  .pnlm-container.cardboard-half {
    width: 49% !important;
  }
  .custom-ifram iframe {
    height: 300px;
  }

  div.custom-ifram {
    width: 100%;
  }

  .custom-tooltip p {
    width: 430px;
  }

  /*-------streetview--------*/
  .vr-streetview {
    width: 100% !important;
    height: 500px !important;
  }
}

@media (max-width: 768px) {
  div.custom-tooltip span img {
    height: 195px;
    width: 340px;
  }


  div.custom-tooltip p img {
    height: 195px;
    width: 340px;
  }

  .custom-ifram iframe {
    height: 194px;
    width: 350px;
  }

  .custom-tooltip p {
    width: 330px;
  }

  .wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wpvr-product-container
  .wpvr-pr-right-block
  .add_to_cart_inline
  .wpvr-cart-wrap {
    flex-direction: column;
  }


  .cp-logo-ctrl img {
    max-width: 50px !important;
    margin-left: auto;
    display: block; 
  }

  div.custom-tooltip span img {
    height: 240px;
    width: 420px;
  }

  div.custom-tooltip p img {
    height: 240px;
    width: 420px;
  }

  .custom-ifram iframe {
    height: 320px;
    width: 100%;
  }
  .pnlm-container.cardboard-half {
    width: 49% !important;
  }
  .custom-tooltip p {
    width: 430px;
  }
  .wpvr-cardboard .pnlm-compass {
    right: 7px;
  }
  .wpvr-cardboard.enable-cardboard .pnlm-compass {
    right: 74px !important;
  }

  .generic_form_button {
    top: 55px;
  }

  #et-boc .et-l .floor_map_button {
    right: 30px !important;
}

  .et-db #et-boc .wpvr-floor-map,
  .wpvr-floor-map {
    /*max-width: 60%;*/
    max-width: 300px;
    height: 213px;
    bottom: 50px;
  }

  #et-boc .et-l .wpvr_slider_nav .wpvr_owl_next {
    right: 40px;
  }

  #et-boc .et-l .wpvr_slider_nav .wpvr_owl_prev {
   left: 40px;
  }

}

@media (max-width: 575px) {
  .wpvr-mobile-notice {
    display: flex;
  }


  .et-db #et-boc .wpvr-floor-map,
  .wpvr-floor-map {
    max-width: 200px;
    height: 130px;
  }

  .et-db #et-boc .wpvr-floor-map.fullwindow, .wpvr-floor-map.fullwindow {
    width: 280px;
    height: 200px;
  }

  .wpvr-mobile-notice p {
    width: calc(100% - 46px);
  }

  /* .scene-gallery ul {
    width: 120px !important;
  } */

  .scene-gallery {
    padding: 18px 10px;
  }

  /* .scctrl {
    height: 50px !important;
  } */

  .pnlm-container {
    width: 100% !important;
    height: 300px !important;
  }
  .pnlm-container.cardboard-half {
    width: 49% !important;
  }

  .pnlm-container.vrembed {
    height: 100% !important;
  }

  div.custom-tooltip span img {
    height: 150px;
    width: 220px;
  }

  div.custom-tooltip p img {
    height: 150px;
    width: 220px;
  }

  .custom-ifram iframe {
    height: 250px;
    width: 100%;
  }

  .pnlm-panorama-info .pnlm-title-box {
    width: 100%;
 }


  #cp-logo-controls .cp-logo-ctrl .cp-info {
    width: 220px;
    font-size: 13px;
  }

  div.pnlm-hotspot-base.fas,
  div.pnlm-hotspot-base.fab,
  div.pnlm-hotspot-base.fa,
  div.pnlm-hotspot-base.fa-solid,
  div.pnlm-hotspot-base.far {
    width: 24px !important;
    height: 24px !important;
  }

  div.pnlm-hotspot-base:before,
  div.pnlm-hotspot-base:before,
  div.pnlm-hotspot-base:before {
    font-size: 11px !important;
  }

  /*-------streetview--------*/
  .vr-streetview {
    width: 100% !important;
    height: 300px !important;
  }

  /* ----woocommerce product---- */
  .wpvr-product-container {
    display: block;
  }

  .wpvr-product-container .wpvr-pr-left-block {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 5px;
  }

  .wpvr-product-container .wpvr-pr-right-block {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .wpvr-product-container .wpvr-pr-right-block a h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
    text-align: center;
  }

  .wpvr_slider_nav .wpvr_owl_next,
  .wpvr_slider_nav .wpvr_owl_prev {
    top: -38px;
  }


}

.vrowl-carousel .owl-stage {
  margin: 0 auto;
}

.vrowl-carousel .owl-item img {
  margin: 0;
}


/* --------hamburger menu style--------- */
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 4;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.27) !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  width: 30px;
  height: 28px;
  cursor: pointer;
  padding-left: 1px;
  box-sizing: border-box;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation .hamburger-menu {
  display: block;
  line-height: 1;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation .hamburger-menu svg {
  display: block;
}

/*!* --------hamburger menu dropdown style--------- *!*/
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav {
  max-height: calc(100% - 20px);
  left: 70px;
  top: 20px;
  color: #8e44ad;
  width: 176px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  border-radius: 6px;
  background: #fff !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 8px;
  box-sizing: border-box;
  overflow: auto;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav::-webkit-scrollbar-track {
  background: #f2f5f8;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav::-webkit-scrollbar-thumb {
  background-color: #396ce9;
  border-radius: 20px;
}
/*.et-db #et-boc,*/
/*.et-db #et-boc .et-l,*/
#master-container .custom-scene-navigation-nav.visible {
  opacity: 1;
  visibility: visible;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav ul .scene-navigation-list {
  color: #292c2f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 4px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav ul .scene-navigation-list.active,
#master-container .custom-scene-navigation-nav ul .scene-navigation-list:hover {
  background: #ededed;
}

/* ------------call to action button sytle----------- */
.wpvr-call-to-action-button * {
  box-sizing: border-box;
}

#et-boc .et-l .wpvr-call-to-action-button,
.wpvr-call-to-action-button {
  width: 100%;
  margin-top: 15px;
}

.wpvr-call-to-action-button.position-left {
  text-align: left;
}

.wpvr-call-to-action-button.position-center {
  text-align: center;
}

.wpvr-call-to-action-button.position-right {
  text-align: right;
}

.wpvr-call-to-action-button.position-justified a {
  width: 100%;
}

@media (max-width: 424px) {

  .et-db #et-boc .wpvr-floor-map img,
  .elementor .wpvr-floor-map img,
  .wpvr-floor-map img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    margin: 0 auto;
    border-radius: 5px;
  }

  #et-boc .et-l .pnlm-panorama-info .pnlm-title-box {
    width: auto;
  }

}

/* vr popups active scene */
.et-db #et-boc .et-l .owl-item.active.clicked ul li,
.owl-item.active.clicked ul li {
  color: #3f04fe;
}


.et-db #et-boc .et-l .et_pb_text .owl-item  ul li {
  list-style: none !important;
}

.et-db #et-boc .et-l .et_pb_code ul li {
  list-style: none !important;
}

.et-db #et-boc .et-l .et_pb_code ul {
  margin-left: 0 !important;
}

.et-db #et-boc .et-l .et_pb_text .owl-item  ul {
  margin: 0;
  padding-bottom: 0;
}

.et-db #et-boc .et-l .et_pb_text ol,
.et-db #et-boc .et-l .et_pb_text ul {
    padding-bottom: 0;
}

.et-db #et-boc .owl-item.active.clicked ul li img,
.owl-item.active.clicked ul li img {
  border: 2px solid #3f04fe;
}/* cyrillic */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZyzwprpvBS1izr_vOEDuSfQZQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZyzwprpvBS1izr_vOECOSfQZQ.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZyzwprpvBS1izr_vOEBeSfQZQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZyzwprpvBS1izr_vOEBOSfQZQ.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZyzwprpvBS1izr_vOECuSf.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZ3zwprpvBS1izr_vOMscGKerUC7WQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZ3zwprpvBS1izr_vOMscGKfLUC7WQ.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZ3zwprpvBS1izr_vOMscGKcbUC7WQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZ3zwprpvBS1izr_vOMscGKcLUC7WQ.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/amatic-sc/TUZ3zwprpvBS1izr_vOMscGKfrUC.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf3D33Esw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf-D33Esw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf2D33Esw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf5D33Esw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf1D33Esw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf0D33Esw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf3D33Esw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf-D33Esw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf2D33Esw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf5D33Esw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf1D33Esw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf0D33Esw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf3D33Esw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf-D33Esw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf2D33Esw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf5D33Esw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf1D33Esw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf0D33Esw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf3D33Esw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf-D33Esw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf2D33Esw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf5D33Esw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf1D33Esw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf0D33Esw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf3D33Esw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf-D33Esw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf2D33Esw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf5D33Esw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf1D33Esw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf0D33Esw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://ecole-stjoseph-bazouges.fr/wp-content/fonts/noto-serif/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*
Theme Name: Kids Camp
Theme URI: https://catchthemes.com/themes/kids-camp/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Kids Camp is a free Kids and Children WordPress theme thatΓÇÖs perfect for kidsΓÇÖ education agencies. The theme is responsive, attractive and built with modern tools. You can use the theme for Montessori Schools, Day Care Centers, Learning Blog, and other Kids Academic Institutes. If you need a colorful and fun website for different educational purposes, Kids Camp fits the bill. Its vibrant and fun layout allows you to keep your website simple and uncluttered. With the vast features available in Kids Camp, youΓÇÖll be able to create a colorful, fun-looking, pleasant, and enjoyable kids website quickly. It comes with high-quality features like Featured Content, Featured Slider, Header Media, Hero Content, Portfolio, Services, Testimonials, and many more. In addition to its features, Kids Camp is Translation Ready. The theme is extremely responsive and your kids related site will look appealing on all screen sizes. For any technical issue, please post in our support forum at https://catchthemes.com/support/ For more information, check out Theme Instructions at https://catchthemes.com/themes/kids-camp/#theme-instructions and Demo at https://catchthemes.com/demo/kids-camp/
Version: 2.0.1
Requires at least: 5.9
Tested up to: 6.9
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, custom-logo, editor-style, full-width-template,  featured-image-header, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks, block-styles, blog, education, portfolio
Text Domain: kids-camp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - variables
 * 2.0 - Normalize
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Padding/Margin
 * 6.0 - Forms
 * 7.0 - Navigation
 *   7.1 - Links
 *   7.2 - Menus
 *   7.3 - Post Navigation
 *   7.4 - Scroll Up
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Widgets
 * 12.0 - Content
 * 	  12.1 - Header
 *    12.2 - Posts and pages
 *    12.3 - Comments
 *    12.4 - Footer
 * 13.0 - Media
 *    13.1 - Captions
 *    13.2 - Galleries
 *    13.3 - Icons
 * 14.0 - Modules
 *    14.1 - Slider
 *    14.2 - Featured Content & Portfolio
 *    14.3 - Hero Content
 *    14.4 - Testimonials
 *    14.5 - Promotional Headline
 *    14.6 - Others
 *    14.7 - Services Section
 *	  14.8 - Team Content Section
 *	  14.9 - Numbers Section
 *	  14.10 - Woocommerce
 *	  14.11 - Client Section
 *	  14.12 - Collection Section
 *	  14.13 - Countdown Section
 * 15.0 - Media Queries
 *    15.1 - >= 480px
 *    15.2 - >= 640px
 *    15.3 - >= 768px
 *    15.4 - >= 1024px
 *    15.5 - >= 1120px
 *    15.6 - >= 1366px
 *    15.7 - >= 1600px
 *    15.8 - >= 1920px
 * 16.0 - Colors
 */
/**
 * 1.0 - variables
 */
/* Background Color */
/* Header Text Color */
/* Page Background Color */
/* Page Background Color Woocommerce */
/* Secondary Background Color */
/* Secondary Background Color Woocommerce */
/* 40% of Secondary Background Color */
/* Tertiary Background Color */
/* Tertiary Background Color Woocommerce */
/* 93% of Tertiary Background Color */
/* Main Text Color */
/* Button Text Color */
/* Button Text Color Woocommerce */
/* Button Hover Text Color */
/* Button Hover Text Color Woocommerce */
/* Button Background Color */
/* Button Background Color Woocommerce */
/* Button Hover Background Color */
/* Button Hover Background Color Woocommerce */
/* Link Color */
/* 40% of Link Color */
/* 60% of Link Color */
/* Link Color Woocommerce */
/* Link Hover Color */
/* Link Hover Color Woocommerce */
/* Secondary Link Color */
/* Heading Text Color */
/* 86% of Heading Text Color */
/* Text color with background */
/* Text color with background Woocommerce */
/* Border Color */
/* Border Color Woocommerce */
/* Tertiary Text Color */
/* 18% of Tertiary Text Color */
/* Tertiary Text Hover Color */
/* Tertiary Text Hover Color Woocommerce */
/* Numbers Section Background Color */
/* Wigdet Tags Background Color */
/**
 * 2.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #eee;
  margin: 0 0 1.555555555555556em;
  min-width: inherit;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/**
 * 3.0 - Typography
 */
body,
button,
input,
select,
textarea {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal; }

.drop-cap:first-letter,
blockquote:before {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 700; }

.numbers-content-wrapper .entry-title {
  font-size: 70px;
  font-size: 4.375rem; }

#feature-slider-section .entry-header .sub-title,
.header-media .custom-header-content .entry-title,
#feature-slider-section .entry-title {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.13; }

.single .page-title {
  margin-bottom: 0; }

.post-wrapper .entry-title {
  line-height: 1.25; }

.section-title,
.promotion-content-wrapper .entry-title,
.comments-title,
.comment-reply-title,
#footer-instagram .widget-title,
#contact-section .entry-title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.17; }

blockquote,
.custom-header-content .site-header-text,
#feature-slider-section .entry-summary,
.comment-reply-title small a,
.testimonial-content-section .entry-title,
#featured-content-section .entry-title,
.collection-wrapper .entry-header .entry-meta {
  font-size: 36px;
  font-size: 2.25rem; }

.page-title,
.post-wrapper .entry-title
.singular-content-wrap .entry-title,
.collection-wrapper .entry-title,
.collection-wrapper .woocommerce-loop-product__title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.31; }

.blog .hentry .entry-title,
.sidebar .widget .widget-title,
#clock .count-down .countdown-label,
#feature-slider-section .entry-content,
.portfolio-content-wrapper .entry-title {
  font-size: 28px;
  font-size: 1.75rem; }

.button,
button,
input[type=submit],
.more-link,
.promotion-content-wrapper .more-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.services-section .more-link,
#featured-content-section .more-link,
#feature-slider-section .more-link .more-button,
#infinite-handle span button,
#infinite-handle span button:focus,
#infinite-handle span button:hover,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton,
.author-title,
.author-name {
  font-size: 24px;
  font-size: 1.5rem; }

.instagram-button .button,
.widget .hentry .entry-title,
.widget,
.social-navigation,
.wp-caption .wp-caption-text {
  font-size: 16px;
  font-size: 1rem; }

.sidebar .widget {
  padding: 28px; }

.widget ul {
  list-style: none;
  margin-left: 0; }

.tagcloud a {
  line-height: 1.75; }

.site-footer .widget .widget-title {
  line-height: 1.17;
  letter-spacing: 1px; }

.post-wrapper .entry-title {
  line-height: 1.25; }

.site-footer .widget .section-heading-wrapper {
  padding: 0;
  text-align: left; }

.sticky-post,
.site-info,
.comment-metadata,
blockquote cite,
blockquote small,
.post-password-form label,
.image-navigation,
.comment-navigation,
.site-navigation a {
  font-size: 14px;
  font-size: 0.875rem; }

.post-navigation .nav-subtitle,
.tagcloud a {
  font-size: 12px;
  font-size: 0.75rem; }

body,
button,
input,
select,
textarea,
blockquote,
.entry-meta,
.team-content-wrapper .entry-meta,
.post-wrapper .entry-title {
  font-family: 'Noto Serif', serif; }

.site-description,
.site-navigation a,
.header-top-bar .contact-details li,
.header-top-bar .contact-details li a,
.drop-cap:first-letter,
.post-navigation .nav-subtitle {
  font-family: 'Noto Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.section-title,
.entry-title,
.widget .widget-title,
.author-title,
.author-name,
.more-link,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.posts-navigation a,
.site-main #infinite-handle span button,
.header-media .more-link .more-button,
#feature-slider-section .entry-summary,
#feature-slider-section .entry-content,
.custom-header-content .site-header-text,
#feature-slider-section .more-link .more-button,
#promotion-section .more-link .more-button,
.pagination .page-numbers,
.my-account-label,
.collection-wrapper .entry-header .entry-meta,
.woocommerce-Price-amount.amount,
#reviews .comment-respond .comment-reply-title,
.woocommerce-review__author,
#promotion-section .section-subtitle,
#numbers-section.section .hentry-inner .entry-summary,
#clock,
.entry-breadcrumbs,
.site-footer .widget .widget-title,
#feature-slider-section .entry-header .sub-title,
.home .header-media .custom-header-content .sub-title {
  font-family: 'Amatic SC', cursive; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

.site-navigation a {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.15;
  letter-spacing: normal;
  opacity: 0.6;
  padding: 11px 30px;
  text-decoration: none;
  text-transform: uppercase; }

.site-navigation .current-menu-item > a,
.site-navigation .current_page_item > a {
  opacity: 1; }

.site-description {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.55;
  letter-spacing: normal;
  text-align: center; }

.sidebar .widget .widget-title {
  line-height: 1.75;
  text-transform: uppercase; }

.post-wrapper .entry-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: capitalize; }

#feature-slider-section .entry-title,
#feature-slider-section .entry-header .sub-title,
.home .custom-header-content .entry-title,
.home .header-media .custom-header-content .sub-title,
#promotion-section .section-subtitle,
#team-content-section .section-title {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); }

p {
  margin: 0 0 1.555555555555556em; }

dfn,
em,
i {
  font-style: normal; }

blockquote {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 28px 0;
  text-align: center; }

blockquote:before {
  color: #ed3f27;
  content: "\201C";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center; }

blockquote.alignright:before,
blockquote.alignleft:before {
  display: none; }

blockquote.alignright {
  text-align: right;
  border-right: solid 3px #ed3f27; }

blockquote.alignleft {
  text-align: left;
  border-left: solid 3px #ed3f27; }

blockquote.alignright p {
  padding-right: 21px; }

blockquote.alignleft p {
  padding-left: 21px; }

blockquote p {
  margin-bottom: 1.4em; }

blockquote cite,
blockquote small {
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62; }

blockquote em,
blockquote i {
  font-style: italic; }

blockquote > :last-child {
  margin-bottom: 0; }

address {
  font-style: normal;
  margin: 0 0 1.555555555555556em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  font-style: normal; }

pre {
  margin: 0 0 1.555555555555556em;
  max-width: 100%;
  overflow: auto;
  padding: 1.555555555555556em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

mark,
ins,
code {
  padding: 0.125em 0.25em; }

abbr,
acronym {
  border-bottom: 1px dotted #eee;
  cursor: help; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

hr {
  border: 0;
  height: 1px;
  margin: 0 0 1.555555555555556em; }

ul,
ol {
  margin: 0 0 1.555555555555556em 1.3125em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.555555555555556em; }

dt {
  font-weight: 500; }

dd {
  margin: 0 1.3125em 1.555555555555556em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table,
th,
td {
  border: 1px solid; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.555555555555556em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption {
  font-weight: 500;
  text-align: center; }

th,
td {
  font-weight: normal;
  text-align: left; }

thead th {
  font-weight: 700; }

th a {
  text-decoration: none; }

caption,
th,
td {
  padding: 14px; }

.displaynone {
  display: none; }

.displayblock {
  display: block; }

.drop-cap::first-letter {
  float: left;
  line-height: 0.6;
  margin: 7px 21px 7px -3px; }

/**
 * 5.0 - Padding/Margin
 */
.site-header-top-main,
#footer-menu-section .wrapper {
  padding: 0 30px; }

.site-header-main {
  padding: 21px 30px; }

.custom-logo {
  margin: 7px auto; }

.site-title,
.site-description {
  margin: 0; }

.menu-toggle {
  padding: 14px 30px; }

.dropdown-toggle {
  padding: 14px 16px; }

.site-navigation .menu-item-has-children > a {
  margin-right: 50px; }

.site-secondary-menu {
  margin: 14px auto; }

.widget,
.pagination,
.woocommerce-pagination,
.post-navigation,
.posts-navigation,
.form-allowed-tags {
  margin: 0 0 42px; }

.site-footer .widget {
  margin: 0;
  padding: 21px 30px; }

.sidebar .widget .widget-title {
  margin: 0 0 14px; }

.site-footer .widget .widget-title {
  margin: 0 0 28px; }

.site-footer .ew-about .featured-image {
  margin-bottom: 28px; }

.widget li {
  margin-bottom: 7px; }

.singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
  margin-bottom: 35px; }

.has-header-video .custom-header-content {
  padding-bottom: 288px; }

.site-content .archive-posts-wrapper .section-heading-wrapper {
  padding-top: 0; }

.comment-reply-title,
.author-avatar,
.comment-form-comment,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  margin: 0 0 28px; }

.edit-link {
  display: block;
  font-weight: 500;
  margin-top: 28px; }

.archive-posts-wrapper .post-wrapper .entry-container {
  padding: 35px 0; }

.section-content-wrapper .post-thumbnail {
  margin: 0 0 28px; }

.section-content-wrapper .post-wrapper .post-thumbnail {
  margin: 0; }

.section-content-wrapper .entry-summary,
.section-content-wrapper .entry-content {
  margin: 14px 0 0;
  width: 100%; }

.section-content-wrapper .entry-footer .entry-meta {
  margin: 21px 0 0; }

.hero-content-wrapper .entry-content,
.hero-content-wrapper .entry-summary {
  margin: 28px 0 0; }

.taxonomy-description,
.taxonomy-description-wrapper {
  margin-top: 21px; }

.site-content .wrapper {
  padding: 0 30px; }

.author-info,
.singular-content-wrap .post-thumbnail,
.singular-content-wrap .entry-footer {
  margin: 35px 0; }

.singular-content-wrap .entry-content {
  margin-bottom: 35px; }

.section,
.site-content,
#footer-newsletter .widget,
#footer-newsletter .widget.has-background-image {
  padding: 42px 0; }

.product-content-wrapper,
.recent-blog-content-wrapper,
.featured-content-wrapper,
.portfolio-content-wrapper,
.service-content-wrapper,
.team-content-wrapper,
.numbers-content-wrapper,
.collection-wrapper {
  padding: 0 30px; }

.featured-content-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
.numbers-content-wrapper .hentry,
.team-content-wrapper .hentry,
.collection-wrapper .hentry {
  margin-bottom: 35px; }

.custom-header-content > :last-child,
.page .singular-content-wrap .hentry > :last-child,
.taxonomy-description-wrapper > :last-child,
.widget-column > :last-child,
.widget-area > :last-child,
.widget > :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
.site-footer .widget li:last-child {
  margin-bottom: 0; }

.copyright,
.powered {
  margin: 0; }

.site-navigation {
  margin: 0; }

.top-navigation {
  margin: 0 -30px;
  text-align: left; }

.header-top-bar .top-main-wrapper {
  margin: 0 auto 15px; }

.site-footer-menu {
  margin: 0 auto 35px; }

.site-primary-menu {
  margin: 0 auto;
  padding: 14px 0; }

.site-footer-menu {
  margin-bottom: 14px; }

.site-footer .social-navigation a,
.ctsocialwidget a {
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px; }

.site-footer .social-navigation .icon {
  width: 18px;
  height: 18px; }

.posts-navigation div + div,
.post-navigation div + div {
  margin-top: 30px; }

.wp-caption .wp-caption-text {
  padding: 14px 21px; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.posts-navigation a,
.site-main #infinite-handle span button,
.header-media .more-link .more-button,
#feature-slider-section .more-link .more-button,
#promotion-section .more-link .more-button,
#countdown-section .more-link .more-button,
.view-all-button .more-link {
  padding: 7px 32px; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  padding: 10px 21px; }

.site-header input[type="search"] {
  padding: 16px 18px; }

.menu-toggle .icon,
.contact-details .icon,
.entry-meta .icon,
.site-cart-contents .icon,
.my-account .icon {
  margin-right: 4px; }

.share-toggle.menu-toggle .icon {
  margin-right: 0; }

.share-toggle.toggled-on .icon-share {
  display: none; }

#search-toggle-right {
  line-height: 1.25;
  padding: 14px; }

.entry-title {
  line-height: 1.4;
  margin: 0; }

.infinity-end .site-main .hentry:last-of-type .post-wrapper {
  margin: 0; }

.site-footer .footer-widget-area {
  padding: 21px 0; }

.site-content .sidebar {
  clear: both;
  margin-top: 42px; }

.site-info .wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 30px;
  text-align: center; }

.copyright,
#footer-payment-supported-image {
  width: 100%; }

#footer-payment-supported-image {
  margin-top: 21px; }

.entry-meta .posted-on {
  margin-right: 14px; }

.site-navigation ul ul li {
  margin-top: 1px; }

/**
 * 6.0 - Forms
 */
button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.posts-navigation a,
.site-main #infinite-handle span button,
.header-media .more-link .more-button,
#feature-slider-section .more-link .more-button,
#promotion-section .more-link .more-button,
#countdown-section .more-link .more-button,
.view-all-button .more-link {
  -webkit-border-radius: 26px;
  border-radius: 30px;
  border: none;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
#subbutton {
  border: 1px solid;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 30px;
  margin-top: 7px;
  width: 100%; }

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: 0; }

.post-password-form {
  margin-bottom: 1.555555555555556em; }

.post-password-form label {
  display: block;
  margin-bottom: 1.555555555555556em;
  text-transform: uppercase; }

.post-password-form input[type="password"] {
  margin-top: 0.824em; }

.post-password-form > :last-child {
  margin-bottom: 0; }

.search-form {
  position: relative; }

input[type="search"].search-field {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  line-height: 1.5;
  margin: 0;
  padding-right: 41px;
  width: 100%; }

.search-submit {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px; }

.search-submit:hover,
.search-submit:focus {
  background-color: transparent; }

select {
  background-color: transparent;
  border: 1px solid;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 18px; }

/**
 * 7.0 - Navigation
 */
/**
 * 7.1 - Links
 */
a {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
  text-decoration: underline; }

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
  text-decoration: none; }

/**   7.2 - Menus
*/
#header-content ul,
#header-navigation-area ul {
  list-style: none; }

.site-secondary-menu {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.site-header-top-main,
.site-primary-menu,
.site-secondary-menu,
.site-footer-menu,
.disable-in-mobile {
  display: none; }

.site-header-top-main.toggled-on,
.site-primary-menu.toggled-on,
.site-secondary-menu.toggled-on .social-navigation,
.site-primary-menu.toggled-on .search-social-container,
.site-header-top-main.toggled-on .search-social-container,
.site-secondary-menu.toggled-on .search-social-container,
.site-secondary-menu.toggled-on,
.site-footer-menu.toggled-on {
  display: block; }

.absolute-header.menu-is-on .site-primary-menu.toggled-on {
  border-top: 1px solid; }

.secondary-search-wrapper,
.header-top-bar .wrapper {
  position: relative; }

.site-navigation ul,
.header-top-right ul {
  list-style: none;
  margin: 0; }

.site-navigation li,
.header-top-bar .contact-details li,
.menu-social-container {
  position: relative; }

.menu-social-container {
  text-align: center; }

#site-footer-navigation a {
  padding: 11px 0; }

.header-top-bar .contact-details li {
  padding: 11px 0; }

.site-header .social-navigation ul {
  padding: 7px 0 28px 0; }

.site-navigation ul ul {
  display: none;
  margin-left: 0.875em; }

.site-navigation ul ul a {
  line-height: 1.5; }

.no-js .site-navigation ul ul {
  display: block; }

.site-navigation ul .toggled-on {
  display: block; }

.dropdown-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0; }

#site-generator .dropdown-toggle {
  display: none; }

#site-generator .site-navigation .menu-item-has-children > a {
  margin-right: 0; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent; }

.dropdown-toggle:focus {
  outline: thin dotted; }

.dropdown-toggle:focus:after {
  border-color: transparent; }

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg); }

.site-navigation .menu-item-has-children > a > .icon,
.site-navigation .page_item_has_children > a > .icon,
.site-navigation ul a > .icon {
  display: none; }

.social-navigation {
  padding: 0; }

.social-navigation {
  margin: 0 -10px; }

.site-footer .ew-about .ew-social-profile .social-navigation a:before {
  line-height: inherit; }

.site-footer .ew-about .social-navigation ul {
  text-align: left; }

.ctsocialwidget ul,
.social-navigation ul {
  list-style: none;
  margin: 0; }

.social-navigation li,
.ctsocialwidget li {
  display: inline-block; }

.site-footer .social-navigation li,
.site-footer .ctsocialwidget li {
  margin: 7px; }

.social-navigation a,
.ctsocialwidget a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 1.5;
  padding: 8px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  width: 40px; }

.social-navigation .icon {
  height: 16px;
  width: 16px;
  vertical-align: middle; }

.header-top-bar .social-navigation .icon {
  height: 14px;
  width: 14px; }

.post-navigation {
  clear: both; }

.post-navigation .nav-links {
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }

.post-navigation a {
  display: block;
  text-decoration: none; }

.post-navigation span {
  display: block; }

.post-navigation .nav-subtitle {
  margin-bottom: 7px;
  text-transform: uppercase;
  line-height: 2.55;
  letter-spacing: 0.8px; }

.post-navigation .nav-title {
  display: inline;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  text-rendering: optimizeLegibility; }

.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  vertical-align: top;
  text-align: center; }

.post-navigation .nav-subtitle-icon-wrapper {
  margin-bottom: 14px; }

.post-navigation .nav-previous .icon,
.post-navigation .nav-next .icon,
.team-content-wrapper .entry-header .entry-meta {
  font-size: 14px;
  font-size: 0.875rem; }

.post-navigation .nav-next .icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: 3px; }

.post-navigation .nav-previous .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 3px; }

.post-navigation .nav-subtitle-icon-wrapper {
  display: inline; }

.image-navigation,
.comment-navigation {
  border-bottom: 1px solid;
  border-top: 1px solid;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0; }

.comment-navigation {
  margin-right: 0;
  margin-left: 0; }

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0; }

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

#share-toggle,
#search-toggle-top,
#search-toggle-main {
  display: none; }

.mobile-social-search .social-navigation {
  padding: 15px 0; }

/* Animation for Menu */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Fadeout For Menu */
@keyframes fadeout {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeout {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeout {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadeout {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/**   7.3 - Post Navigation
*/
.posts-navigation {
  clear: both;
  text-align: center; }

.pagination {
  clear: both; }

.pagination .page-numbers {
  border-radius: 50%;
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  margin: 7px 0;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center; }

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  line-height: inherit;
  width: auto; }

.infinite-loader {
  clear: both;
  padding: 0 0 35px; }

.site-main #infinite-handle {
  clear: both;
  text-align: center; }

.infinite-scroll .woocommerce-pagination {
  display: none; }

/**   7.4 - Scroll Up
*/
#scrollup {
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  padding: 7px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  width: 42px;
  height: 42px;
  z-index: 9999; }

#scrollup:hover,
#scrollup:focus {
  text-decoration: none; }

#scrollup .icon {
  font-size: 28px;
  font-size: 1.75rem;
  width: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/**
 * 8.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

/**
 * 9.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.35em 2.1em 1.4em 0; }

.alignright {
  float: right;
  margin: 0.35em 0 1.4em 2.1em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

/**
 * 10.0 - Clearings
 */
#header-navigation-area:before,
#header-navigation-area:after,
.author-info:before,
.author-info:after,
.content-wrapper:before,
.content-wrapper:after,
#promotion-section .hentry:before,
#promotion-section .hentry:after,
.clear:before,
.clear:after,
.header-top-bar:before,
.header-top-bar:after,
.site-header-top-main:before,
.site-header-top-main:after,
#hero-section:before,
#hero-section:after,
.featured-content-wrapper:before,
.featured-content-wrapper:after,
.portfolio-content-wrapper:before,
.portfolio-content-wrapper:after,
.service-content-wrapper:before,
.service-content-wrapper:after,
.team-content-wrapper:before,
.team-content-wrapper:after,
.numbers-content-wrapper:before,
.numbers-content-wrapper:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:before,
.post-navigation:after,
.pagination:before,
.pagination:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.widget:before,
.widget:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
#tertiary:before,
#tertiary:after,
#footer-newsletter .wrapper:before,
#footer-newsletter .wrapper:after,
.header-top-bar .wrapper:before,
.header-top-bar .wrapper:after,
#feature-slider-section .slider-image-wrapper:before,
#feature-slider-section .slider-image-wrapper:after,
.collection-wrapper:before,
.collection-wrapper:after,
.site-content .wrapper:before,
.site-content .wrapper:after,
#services-section .section-content-wrapper:before,
#services-section .section-content-wrapper:after {
  content: "";
  display: table;
  table-layout: fixed; }

#header-navigation-area:after,
.author-info:after,
.content-wrapper:after,
#promotion-section .hentry:after,
.clear:after,
.header-top-bar:after,
.site-header-top-main:after,
#hero-section:after,
.featured-content-wrapper:after,
.portfolio-content-wrapper:after,
.service-content-wrapper:after,
.team-content-wrapper:after,
.numbers-content-wrapper:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:after,
.pagination:after,
.primary-menu:after,
.social-links-menu:after,
.widget:after,
.textwidget:after,
.content-bottom-widgets:after,
#tertiary:after,
#footer-newsletter .wrapper:after,
.header-top-bar .wrapper:after,
#feature-slider-section .slider-image-wrapper:after,
.collection-wrapper:after,
.site-content .wrapper:after,
#services-section .section-content-wrapper:after {
  clear: both; }

/**
 * 11.0 - Widgets
 */
.widget .hentry {
  float: left;
  width: 100%; }

.widget .widget-title {
  font-weight: 600; }

.widget .widget-title:empty {
  margin-bottom: 0; }

.widget-area li {
  line-height: 2; }

.widget-title a {
  text-decoration: none; }

.widget_categories ul,
.widget_archive ul {
  text-align: right;
  margin-left: 0; }

.widget_categories li,
.widget_archive li {
  display: block;
  height: 1%;
  overflow: hidden; }

.widget_categories ul a,
.widget_archive ul a {
  float: left; }

.essential-widgets .featured-image,
.essential-widgets .entry-title,
.essential-widgets .entry-meta,
.essential-widgets .entry-content,
.essential-widgets .entry-summary {
  margin-bottom: 7px; }

.ewfeaturedpostpageimage .left .featured-image,
.ewfeaturedpostpageimage .right .featured-image {
  width: 20%; }

.ewfeaturedpostpageimage .left .entry-container,
.ewfeaturedpostpageimage .right .entry-container {
  width: 80%; }

.widget.ew-featured-post .hentry {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0; }

.widget_calendar td,
.widget_calendar th {
  line-height: 3.4;
  padding: 0;
  text-align: center; }

.widget_calendar tbody a {
  display: block; }

/* Recent Posts widget */
.widget-area .gallery {
  margin: 0; }

.widget_recent_entries .post-date {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em; }

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0; }

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em; }

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin: 14px 0; }

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em; }

.widget_rss li:last-child :last-child {
  margin-bottom: 0; }

/* Tag Cloud widget */
.tagcloud a {
  display: inline-block;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 6px 14px; }

.tagcloud a:hover,
.tagcloud a:focus {
  outline: 0; }

.widget-area .essential-widgets .tagcloud a,
.widget-area .essential-widgets .tagcloud.rounded-corners a {
  border: none;
  padding: 7px 14px;
  text-transform: lowercase; }

.widget-area .essential-widgets .tagcloud a:hover,
.widget-area .essential-widgets .tagcloud a:focus,
.widget-area .essential-widgets .tagcloud.rounded-corners a:hover,
.widget-area .essential-widgets .tagcloud.rounded-corners a:focus {
  background-color: transparent; }

/**
 * 12.0 - Content
 */
#page {
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  word-wrap: break-word; }

.boxed-layout #page {
  max-width: 1500px; }

.wrapper {
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
  width: 100%; }

.header-media .wrapper,
#promotion-section .wrapper,
#footer-instagram .wrapper,
#footer-newsletter .wrapper,
#feature-slider-section .wrapper {
  max-width: 100%; }

.site-content {
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  z-index: 2; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/**	12.1 - Header
*/
.header-top-left,
.site-navigation .top-menu a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: capitalize; }

.contact-details {
  list-style: none;
  margin: 0; }

.header-top-bar > .header-top-right.top-without-menu {
  display: none; }

.site-header-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.site-branding {
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  text-align: center;
  width: 100%; }

.custom-logo {
  display: block;
  max-width: 250px; }

.site-title {
  font-weight: 700;
  line-height: 1.17;
  text-transform: uppercase; }

.site-description {
  font-weight: 300;
  margin: 0;
  text-transform: capitalize; }

.site-title a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

#header-top .site-navigation a,
#colophon .site-navigation a {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.15;
  letter-spacing: normal; }

.menu-toggle {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto; }

.menu-search-toggle,
.menu-search-top-toggle .search-label {
  display: none; }

#menu-toggle-secondary {
  margin: 0 auto -14px; }

.header-right-menu-disabled .site-secondary-menu {
  display: contents;
  margin: 0; }

#site-header-right-menu .search-container {
  display: block; }

.site-header-main .site-header-cart-wrapper {
  text-align: center;
  flex: 0 1 auto;
  margin: 14px 0px 14px 0; }

.site-header-main .secondary-account-wrapper,
.site-header-main .site-header-cart {
  display: inline-block; }

.header-right-menu-disabled .site-secondary-menu .social-navigation {
  display: block; }

.header-right-menu-disabled .site-secondary-menu .social-navigation ul {
  padding: 0; }

.no-js .menu-toggle {
  display: none; }

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent; }

.absolute-header.menu-is-on .menu-primary-toggle {
  border: 0; }

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: transparent; }

.menu-toggle:focus {
  outline: 0; }

.menu-toggle.toggled-on:focus {
  outline: thin dotted; }

#search-toggle.menu-toggle .icon {
  margin-right: 0; }

.toggled-on.menu-toggle .icon-bars,
.toggled-on.menu-toggle .icon-search,
.toggled-on.menu-search-toggle .icon-search,
.menu-search-toggle .icon-close,
.menu-toggle .icon-close {
  display: none; }

body:not(.absolute-header) #header-navigation-area {
  border: 1px solid; }

.toggled-on.menu-search-toggle .icon-close,
.toggled-on.menu-toggle .icon-close {
  display: inline-block; }

.menu-label-prefix {
  display: none; }

.search-container {
  display: block;
  padding: 14px 0; }

#header-content {
  clear: both; }

.header-media {
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.header-media .post-thumbnail {
  margin: 0; }

.has-header-video .custom-header-media img {
  display: none; }

.custom-header-content,
#feature-slider-section .slider-content-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  padding: 112px 30px;
  position: relative;
  text-align: center;
  z-index: 2; }

.custom-header .catch-breadcrumb .entry-breadcrumbs,
.custom-header .catch-breadcrumb .woocommerce-breadcrumb {
  text-align: center; }

.home .custom-header .custom-header-content.content-center-top,
#feature-slider-section.content-center-top .slider-content-wrapper {
  padding: 61px 30px 338px 30px; }

.home .custom-header .custom-header-content.content-center-bottom,
#feature-slider-section.content-center-bottom .slider-content-wrapper {
  padding: 338px 30px 61px 30px; }

.custom-header-content .site-header-text a {
  text-decoration: underline; }

.custom-header-content .site-header-text a:hover,
.custom-header-content .site-header-text a:focus {
  text-decoration: none; }

.custom-header-media img {
  display: none; }

.no-header-media-text .custom-header-media img {
  display: block; }

.custom-header-media video,
.custom-header-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
  .custom-header-media video,
  .custom-header-media iframe {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%; } }
.custom-header-media .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  background-color: transparent;
  border: 1px solid;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
  padding: 10px 16px;
  position: absolute;
  left: 48%;
  bottom: 105px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  z-index: 100; }

.custom-header-content .entry-container {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.custom-header-content .site-header-text,
.promotion-content-wrapper .entry-content,
.promotion-content-wrapper .entry-summary,
#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
  line-height: 1.46;
  width: 100%; }

.custom-header-content .site-header-text,
.promotion-content-wrapper .entry-content,
.promotion-content-wrapper .entry-summary,
#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
  margin: 7px 0 0 0; }

#feature-slider-section .entry-title,
.home .custom-header-content .entry-title {
  font-weight: 400;
  line-height: 1.17;
  text-transform: capitalize; }

.home.absolute-header #masthead {
  width: 100%;
  z-index: 9999; }

body:not(.home) .custom-header-media {
  position: relative; }

body:not(.home) .custom-header-media:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.custom-header:after,
#feature-slider-section .slider-image-wrapper:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#header-top {
  position: relative; }

#header-top:after {
  background: linear-gradient(to right, #f59220 0%, #f59220 2%, #f5d689 2%, #f5d689 4%, #e4726e 4%, #e4726e 6%, #739a99 6%, #739a99 8%, #fdd077 8%, #fdd077 10%, #ffb89c 10%, #ffb89c 12%, #7ac489 12%, #7ac489 14%, #7b9bbb 14%, #7b9bbb 16%, #b482eb 16%, #b482eb 18%, #d7723d 18%, #d7723d 20%, #f59220 20%, #f59220 22%, #f5d689 22%, #f5d689 24%, #e4726e 24%, #e4726e 26%, #739a99 26%, #739a99 28%, #fdd077 28%, #fdd077 30%, #ffb89c 30%, #ffb89c 32%, #7ac489 32%, #7ac489 34%, #7b9bbb 34%, #7b9bbb 36%, #b482eb 36%, #b482eb 38%, #d7723d 38%, #d7723d 40%, #f59220 40%, #f59220 42%, #f5d689 42%, #f5d689 44%, #e4726e 44%, #e4726e 46%, #739a99 46%, #739a99 48%, #fdd077 48%, #fdd077 50%, #ffb89c 50%, #ffb89c 52%, #7ac489 52%, #7ac489 54%, #7b9bbb 54%, #7b9bbb 56%, #b482eb 56%, #b482eb 58%, #d7723d 58%, #d7723d 60%, #f59220 60%, #f59220 62%, #f5d689 62%, #f5d689 64%, #e4726e 64%, #e4726e 66%, #739a99 66%, #739a99 68%, #fdd077 68%, #fdd077 70%, #ffb89c 70%, #ffb89c 72%, #7ac489 72%, #7ac489 74%, #7b9bbb 74%, #7b9bbb 76%, #b482eb 76%, #b482eb 78%, #d7723d 78%, #d7723d 80%, #f59220 80%, #f59220 82%, #f5d689 82%, #f5d689 84%, #e4726e 84%, #e4726e 86%, #739a99 86%, #739a99 88%, #fdd077 88%, #fdd077 90%, #ffb89c 90%, #ffb89c 92%, #7ac489 92%, #7ac489 94%, #7b9bbb 94%, #7b9bbb 96%, #b482eb 96%, #b482eb 98%, #d7723d 98%);
  position: absolute;
  content: '';
  height: 4px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.header-top-border-disable #header-top:after {
  display: none; }

/**	12.2 - Posts and pages
*/
.featured-content-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
.team-content-wrapper .hentry,
.numbers-content-wrapper .hentry,
.testimonial-content-section .hentry,
.product-review-section .hentry,
.collection-wrapper article,
.archive-posts-wrapper .hentry {
  float: left;
  position: relative;
  width: 100%; }

.archive-posts-wrapper .post-wrapper {
  position: relative; }

.singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
  text-align: center; }

.section-content-wrapper .post-wrapper .entry-footer .entry-meta {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.post-wrapper .entry-footer .comments-link,
.post-wrapper .entry-footer .tags-links {
  padding: 21px; }

.entry-title a {
  text-decoration: none; }

.cover-link {
  display: block;
  height: 100%; }

.post-thumbnail img {
  display: block;
  margin: 0 auto; }

.singular-header-image img {
  width: 100%; }

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 0.8;
  margin-top: 56px;
  margin-bottom: 28px; }

h2 {
  margin-top: 56px;
  margin-bottom: 28px; }

h2,
.site-title,
.woocommerce-posts-wrapper .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: normal;
  line-height: 0.94; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.36;
  margin-top: 56px;
  margin-bottom: 28px; }

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: normal;
  line-height: 1.46;
  margin-top: 56px;
  margin-bottom: 28px; }

h5 {
  letter-spacing: normal;
  line-height: 1.4;
  margin-top: 56px;
  margin-bottom: 28px; }

blockquote,
h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.56;
  margin-top: 56px;
  margin-bottom: 28px; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

.post-navigation .nav-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.author-description > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0; }

.more-link {
  clear: both;
  display: block;
  font-weight: 600;
  margin-top: 21px;
  word-wrap: break-word; }

.site-main .more-link .more-button {
  border-bottom: 1px solid; }

.view-more {
  clear: both;
  margin: 0 0 35px;
  padding: 0 30px;
  text-align: center; }

.author-info {
  clear: both;
  padding: 35px;
  text-align: center; }

.author-avatar .avatar {
  height: 75px;
  width: 75px; }

.author-description .author-title {
  clear: none;
  font-weight: bold;
  line-height: 1.647058823529412;
  margin: 0 0 7px; }

.author-description {
  overflow: hidden; }

.author-link {
  display: block;
  clear: both;
  margin-top: 14px;
  white-space: nowrap; }

.entry-footer:empty {
  margin: 0; }

.sticky-post {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
  padding: 7px 14px 6px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  top: 0; }

.home .header-media .custom-header-content .sub-title,
#promotion-section .section-subtitle {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.entry-header .entry-meta {
  font-size: 14px;
  font-size: 0.875rem; }

.entry-meta,
.entry-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.91;
  letter-spacing: 0.9px;
  margin: 21px 0 14px 0; }

.entry-category {
  font-size: 14px;
  font-size: 0.875rem; }

.entry-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 21px; }

.entry-meta .cat-links {
  text-transform: capitalize; }

#collection-section .entry-meta .cat-links {
  text-transform: capitalize; }

.entry-meta .byline,
.entry-meta .posted-on,
.entry-title + .entry-meta .meta-icon {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: capitalize; }

.entry-title + .entry-meta {
  margin-top: 14px; }

.home .post-wrapper .entry-title + .entry-meta {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.singular-content-wrap .entry-footer .entry-meta a {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.75;
  margin: 0 0 7px 7px;
  padding: 3px 7px;
  text-transform: capitalize; }

.entry-meta .sep {
  display: none; }

.singular-content-wrap .entry-footer .cat-links,
.singular-content-wrap .entry-footer .tags-links {
  display: block;
  margin-top: 28px; }

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none; }

.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em; }

.taxonomy-description > :last-child {
  margin-bottom: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.555555555555556em; }

.page-links a,
.page-links > span {
  border: 1px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 2em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  text-decoration: none;
  width: 2em; }

.page-links a:hover,
.page-links a:focus {
  border-color: transparent; }

.page-links > .page-links-title {
  border: none;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto; }

.entry-attachment {
  margin-bottom: 1.555555555555556em; }

.entry-caption {
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px; }

.entry-caption > :last-child {
  margin-bottom: 0; }

.content-bottom-widgets {
  clear: both; }

.boxed-layout #page {
  border: 1px solid;
  margin: 58px auto; }

/**    12.3 - Comments
*/
.comments-area {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.comment-list {
  list-style: none;
  margin: 0; }

.comments-area {
  margin-bottom: 35px; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid;
  padding: 35px 0; }

.comments-area .comment-list > li:first-child > article,
.comments-area .comment-list > li.pingback:first-child,
.comments-area .comment-list > li.trackback:first-child {
  border-top: none; }

.comment-list article + .comment-respond {
  margin-bottom: 2.75em; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 1.555555555555556em; }

.author-name {
  display: block;
  font-style: normal;
  font-weight: bold;
  line-height: 1.75;
  text-transform: capitalize; }

.author-name a {
  text-decoration: none; }

.comment-author {
  float: left;
  margin: 0 35px 0 0; }

.comment-author .avatar {
  height: 70px;
  position: relative;
  width: 70px; }

.comment-container {
  overflow: hidden; }

.pingback .edit-link {
  font-size: 12px;
  font-size: 0.75rem; }

.comment-metadata {
  margin-bottom: 1.076923076923077em; }

.comment-metadata .comment-permalink,
.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
  margin-top: 0;
  text-transform: capitalize; }

.comment-metadata .comment-permalink {
  line-height: 1.62; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.comment-content {
  margin: 0;
  padding: 0;
  position: relative; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.647058823529412em 1.235294117647059em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-reply-link {
  display: block;
  font-size: 11px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.91;
  margin-top: 1.166666666666667em;
  text-decoration: none;
  text-transform: uppercase; }

.comment-form label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 7px;
  text-transform: uppercase; }

.comment-respond {
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  max-width: 680px;
  padding: 30px 70px; }

.no-comments {
  border-left: 5px solid; }

.comment-navigation + .no-comments {
  margin-top: 0;
  padding-top: 0; }

.comment-reply-title {
  line-height: 1.4;
  text-align: center; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize; }

.comment-meta {
  margin-bottom: 7px; }

.comments-title {
  margin: 0; }

#comments {
  padding: 0 30px; }

/**    12.4 - Footer
*/
.site-footer .widget-column {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2; }

#site-generator {
  clear: both;
  position: relative; }

.footer-right .copyright {
  text-align: right; }

.footer-center .copyright {
  text-align: center; }

.site-info {
  border-top: 1px solid; }

#colophon:before {
  background-size: cover; }

footer#colophon {
  position: relative; }

footer#colophon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/**
 * 13.0 - Media
 */
.site .avatar {
  border-radius: 50%; }

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block; }

.post-thumbnail {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.555555555555556em;
  max-width: 100%;
  vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0; }

/**    13.1 - Captions
*/
.wp-caption {
  margin-bottom: 1.555555555555556em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption .wp-caption-text {
  font-style: italic;
  text-align: center; }

/**    13.2 - Galleries
*/
.gallery {
  margin: 0 -1.1666667% 1.555555555555556em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  display: block;
  font-style: italic;
  padding-top: 7px; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**    13.3 - Icons
*/
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.10em;
  vertical-align: middle;
  width: 1em;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

/**
 * 14.0 - Modules
 */
.section {
  clear: both;
  display: block;
  position: relative;
  width: 100%; }

.section .section-heading-wrapper {
  padding-top: 0; }

body .section {
  padding-top: 0; }

.section-heading-wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 35px 30px 28px 30px;
  text-align: center;
  width: 100%; }

.section-title {
  line-height: 1.17;
  margin: 0;
  text-transform: capitalize; }

/**    14.1 - Slider
*/
.header-media .more-button {
  background-color: transparent; }

#feature-slider-section {
  border: none;
  padding: 0; }

#feature-slider-section .hentry {
  width: 100%; }

#feature-slider-section .entry-summary,
#feature-slider-section .entry-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#feature-slider-section .entry-container {
  max-width: 570px; }

#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  outline: none;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: 50%;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  z-index: 199; }

#feature-slider-section .cycle-prev {
  left: 5px; }

#feature-slider-section .cycle-next {
  right: 5px; }

#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus {
  text-decoration: none; }

#feature-slider-section .cycle-prev .icon,
#feature-slider-section .cycle-next .icon {
  font-size: 24px;
  font-size: 1.5rem; }

#feature-slider-section .cycle-prev .icon {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg); }

#feature-slider-section .cycle-next .icon {
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg); }

#feature-slider-section .cycle-pager {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 199; }

#feature-slider-section .cycle-pager span {
  border-radius: 50%;
  cursor: pointer;
  font-size: 50px;
  height: 12px;
  margin: 0 5px;
  overflow: hidden;
  width: 12px; }

#feature-slider-section .entry-header .entry-meta,
#feature-slider-section .entry-header .entry-meta a,
#promotion-section .section-subtitle {
  margin: 0; }

.home .header-media .custom-header-content .sub-title,
#feature-slider-section .entry-header .entry-meta a,
#promotion-section .section-subtitle {
  display: inline-block;
  line-height: normal;
  padding: 7px;
  text-transform: capitalize; }

#promotion-section .section-subtitle p {
  margin-bottom: 0; }

#feature-slider-section .more-link .more-button,
.promotion-content-wrapper .more-button {
  line-height: 1.25; }

#feature-slider-section .slider-image-wrapper img {
  height: 100%;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%; }

#feature-slider-section .slider-image-wrapper {
  width: 100%;
  height: 100%;
  display: block; }

/**    14.2 - Featured Content & Portfolio
*/
#collection-section .wrapper {
  max-width: 1920px; }

.team-content-wrapper .hentry-inner,
.service-content-wrapper .hentry-inner {
  text-align: center; }

.featured-content-wrapper .post-thumbnail,
.portfolio-content-wrapper .post-thumbnail,
.collection-wrapper .post-thumbnail {
  width: 100%;
  position: relative; }

#featured-content-section .hentry-inner {
  position: relative;
  overflow: hidden; }

/* Portolio */
.portfolio-content-wrapper {
  overflow: hidden; }

.portfolio-content-wrapper .hentry-inner {
  position: relative; }

.portfolio-content-wrapper.special .hentry-inner {
  min-height: 440px; }

.portfolio-content-wrapper.section-content-wrapper .post-thumbnail {
  margin: 0; }

.portfolio-content-wrapper.section-content-wrapper .post-thumbnail img {
  width: 100%; }

.portfolio-content-wrapper .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.647058823529412;
  margin: 7px 0 0;
  text-transform: capitalize; }

.portfolio-content-wrapper .entry-meta a {
  text-decoration: none; }

.portfolio-content-wrapper .entry-summary {
  display: none; }

.portfolio-content-wrapper .entry-title {
  line-height: 1.45833; }

.portfolio-content-wrapper .section-content-wrapper .entry-title {
  display: block;
  position: relative; }

.portfolio-content-wrapper .entry-container {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 9; }

.portfolio-content-wrapper .inner-wrap {
  padding: 21px; }

.portfolio-content-wrapper.special .post-thumbnail {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.portfolio-content-wrapper .entry-header .entry-meta .cat-links {
  margin-right: 0; }

#portfolio-content-section.section.no-section-heading {
  padding-top: 0; }

.featured-content-wrapper .entry-container {
  text-align: center; }

.featured-content-wrapper .hentry-inner {
  border: 1px solid;
  border-radius: 10px;
  padding-bottom: 42px; }

.featured-content-wrapper .hentry-inner:hover {
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  transition: 0.3s; }

.featured-content-wrapper .hentry-inner .entry-container {
  padding: 0 30px; }

#featured-content-section .section-content-wrapper .entry-meta-wrapper {
  display: flex; }

#featured-content-section .section-content-wrapper .entry-meta {
  flex-basis: 33.33%;
  flex-grow: 0;
  margin-bottom: 0;
  text-align: left; }

#featured-content-section .section-content-wrapper .entry-meta p {
  margin-bottom: 0; }

#featured-content-section .section-content-wrapper .entry-price-wrapper {
  border-radius: 50%;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 21px;
  margin-top: -85px;
  padding: 5px 0;
  position: relative;
  width: 85px;
  z-index: 2; }

#featured-content-section .section-content-wrapper .entry-price {
  border: 1px dashed;
  border-radius: 50%;
  height: 75px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 75px;
  z-index: 2; }

#featured-content-section .section-content-wrapper .entry-meta span,
#featured-content-section .section-content-wrapper .entry-price span {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }

#featured-content-section .section-content-wrapper .entry-meta p,
#featured-content-section .section-content-wrapper .entry-price p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }

.featured-content-wrapper .post-thumbnail:after {
  content: "";
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/bg-pattern.png);
  position: absolute;
  z-index: 2;
  top: 94%;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: round; }

/**    14.3 - Hero Content
*/
#hero-section .hentry {
  position: relative;
  padding: 0 30px; }

#hero-section .entry-container {
  clear: both;
  width: 100%; }

#hero-section:not(.has-content-frame) .post-thumbnail {
  margin-bottom: 28px; }

#hero-section.has-content-frame .entry-container {
  padding: 30px 0; }

#hero-section.text-aligned-left .entry-container {
  text-align: left; }

#hero-section.text-aligned-center .entry-container {
  text-align: center; }

#hero-section.text-aligned-right .entry-container {
  text-align: right; }

#hero-section .post-thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  float: left;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

#hero-section .post-thumbnail a {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hero-content-wrapper .entry-container.full-width .entry-header,
.hero-content-wrapper .entry-container.full-width .entry-content,
.hero-content-wrapper .entry-container.full-width .entry-footer {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto; }

#hero-section .entry-container img {
  margin-right: 14px; }

/**    14.4 - Testimonials
*/
.testimonial-content-section .section-content-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0 42px;
  position: relative; }

.testimonial-content-section .hentry-inner {
  border-radius: 15px;
  margin: 0 30px;
  margin-top: 90px;
  padding: 42px 40px;
  position: relative; }

.testimonial-content-section .testimonial_slider_wrap,
.product-review-section .product_review_slider_wrap {
  width: 100%; }

.testimonial-content-section .cycle-prev,
.testimonial-content-section .cycle-next {
  border-radius: 50%;
  cursor: pointer;
  display: none;
  outline: none;
  opacity: 1;
  position: absolute;
  top: 40%;
  padding: 0;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 199; }

.testimonial-content-section .cycle-prev {
  left: -3%; }

.testimonial-content-section .cycle-next {
  right: -3%; }

.testimonial-content-section .icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 9px;
  top: 0; }

.testimonial-content-section .cycle-prev .icon {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg); }

.testimonial-content-section .cycle-next .icon {
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg); }

.testimonial-content-section .entry-title,
.testimonial-content-section .entry-meta {
  display: block;
  line-height: 1.647058823529412;
  text-transform: capitalize;
  margin: 0; }

.testimonial-content-section .cycle-pager {
  bottom: 0;
  display: block;
  font-family: arial;
  font-size: 54px;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 101; }

.testimonial-content-section .cycle-pager span {
  clear: both;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 7px;
  width: 16px; }

.testimonial-content-section .cycle-pager > * {
  cursor: pointer; }

.testimonial-content-section .more-link {
  display: none; }

#product-review-section .post-thumbnail img,
.testimonial-content-section .post-thumbnail img {
  border-radius: 50%; }

.testimonial-content-section .entry-summary,
.testimonial-content-section .entry-content {
  margin: 0; }

.testimonial-content-section .hentry-inner-header {
  margin: 70px 0 0;
  text-align: center; }

#testimonial-content-section .entry-container {
  padding-top: 21px; }

/* Product Review Section */
.product-review-section .entry-container {
  padding: 35px; }

.product-review-section .star-rating {
  margin: 0 0 14px; }

.product-review-section .attachment-woocommerce_thumbnail {
  margin: 0 0 14px; }

.product-review-wrap .woocommerce-LoopProduct-link ins {
  background-color: transparent; }

.product-review-section .entry-content .attachment-woocommerce_thumbnail img {
  border: 1px solid;
  width: 100px;
  margin: 0 auto; }

.product-review-section p.woocommerce-LoopProduct-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1.25rem; }

.product-review-section .star-rating {
  margin: 0 auto 7px auto; }

.product-review-section .entry-container {
  position: relative; }

.product-review-section .entry-container:after {
  left: 28px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.product-review-section .entry-container:after {
  border-width: 14px 14px 0;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.product-review-section .entry-container:after {
  border-style: solid;
  content: "";
  position: absolute; }

.testimonial-content-section.section .has-post-thumbnail .post-thumbnail {
  left: 0;
  position: absolute;
  top: -15%;
  width: 100%;
  z-index: 1; }

.testimonial-content-section .cycle-prev,
.testimonial-content-section .cycle-next {
  display: none; }

/**    14.5 - Promotional Headline
*/
#promotion-section {
  border: 0;
  padding: 0; }

#promotion-section .hentry {
  margin: 0;
  position: relative; }

.post-thumbnail-background {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.post-thumbnail-background:before {
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 0; }

#promotion-section .post-thumbnail-background {
  z-index: 1; }

#promotion-section .content-wrapper {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 30px; }

#promotion-section .entry-container {
  margin: 42px 0;
  position: relative;
  z-index: 2; }

#promotion-section.content-right .entry-container {
  float: right; }

#promotion-section.content-center .entry-container {
  margin-left: auto;
  margin-right: auto; }

#promotion-section.text-aligned-left .entry-container {
  text-align: left; }

#promotion-section.text-aligned-center .entry-container {
  text-align: center; }

#promotion-section.text-aligned-right .entry-container {
  text-align: right; }

#promotion-section.content-frame .entry-container {
  padding: 20px; }

#promotion-section .cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#promotion-section .section-title-wrapper:after {
  content: none; }

.promotion-content-wrapper .entry-container {
  border-radius: 50%;
  display: table; }

.promotion-content-wrapper .entry-container-frame {
  border: 3px dashed;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  margin: 0 auto; }

#promotion-section .entry-container-frame .section-subtitle {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1; }

#promotion-section.content-frame .entry-container-frame .section-subtitle {
  font-size: 60px;
  font-size: 3.75rem; }

#promotion-section .entry-content > p,
#promotion-section .entry-summary > p {
  display: none; }

#promotion-section .entry-container-frame .section-title-wrapper {
  font-size: 46px;
  font-size: 2.875rem; }

#promotion-section .entry-container-frame .entry-header {
  display: inline-block; }

#promotion-section .entry-container {
  display: flex; }

#promotion-section .entry-container-frame {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  overflow: hidden; }

/**    14.6 - Others
*/
#footer-instagram .widget {
  margin: 0;
  padding: 0; }

#footer-instagram .widget-title {
  background-color: transparent;
  letter-spacing: 0;
  max-width: 1025px;
  margin: 42px auto 35px;
  padding: 0 30px;
  text-align: center; }

.catch-instagram-feed-gallery-widget .instagram-button {
  margin: 0; }

.catch-instagram-feed-gallery-widget-wrapper .button {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 1.647058823529412;
  margin-top: 0;
  padding: 7px 14px;
  text-align: center;
  text-decoration: none; }

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
  margin: 0; }

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
  width: 16.666%; }

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(3n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(3n+1) {
  clear: none; }

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(6n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(6n+1) {
  clear: both; }

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default {
  position: relative; }

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.widget.essential-widgets {
  clear: none; }

#footer-newsletter .wrapper {
  text-align: center; }

#footer-newsletter .widget {
  clear: both;
  display: block; }

#footer-newsletter .widget-inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 30px; }

#footer-newsletter .ewnewsletter .hentry {
  float: none;
  margin: 0 0 2.470588235294118em; }

#footer-newsletter .ewnewsletter .before-text,
#footer-newsletter .ewnewsletter .after-text {
  clear: both;
  display: block;
  margin: 0 0 2.470588235294118em; }

#footer-newsletter .ewnewsletter .before-text {
  font-style: italic; }

#footer-newsletter .has-background-image .widget-inner-wrap {
  opacity: 0.9;
  padding: 7px 35px; }

#footer-newsletter .widget.ew-newsletter {
  margin: 0; }

#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
  line-height: 1;
  margin: 7px 0; }

#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px; }

#footer-newsletter .ew-newsletter-wrap form {
  display: block; }

#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
  margin-bottom: 15px; }

#footer-newsletter input[type="email"],
#footer-newsletter input[type="submit"] {
  float: left; }

.why-choose-us-section .section-content-wrapper {
  padding: 0 15px; }

.why-choose-us-section .hentry {
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px; }

.why-choose-us-content-area {
  position: relative;
  z-index: 2; }

.why-choose-us-section .main-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.why-choose-us-content-area .post-thumbnail {
  margin: 0 0 30px; }

#contact-section .entry-container {
  clear: both;
  padding: 0 30px; }

#contact-section .entry-title {
  padding: 0 0 30px; }

#contact-section .contact-details li {
  padding: 15px 0; }

#contact-section::before {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/contact-bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }

#contact-section .entry-container .entry-content {
  max-width: 100%; }

#contact-section .entry-container .entry-content .wpcf7-textarea {
  max-height: 150px; }

#infinite-handle,
.infinite-loader.masonry-brick {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

#infinite-handle {
  bottom: -49px; }

#clients-section,
#featured-content-section,
#team-content-section,
.why-choose-us-section {
  position: relative; }

#clients-section .wrapper,
#featured-content-section .wrapper,
#team-content-section .wrapper,
.why-choose-us-section .wrapper {
  position: relative;
  z-index: 2; }

.why-choose-us-section .wrapper {
  position: static; }

.why-choose-us-content-area .post-thumbnail img {
  max-width: 256px; }

#clients-section:after,
#featured-content-section:after,
#team-content-section:after,
.why-choose-us-section:after {
  content: "";
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: contain; }

#clients-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-logo.png); }

#featured-content-section:after,
#team-content-section:after,
.why-choose-us-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds.png); }

.color-scheme-dark #clients-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-dark-logo.png); }
.color-scheme-dark #featured-content-section:after,
.color-scheme-dark #team-content-section:after,
.color-scheme-dark .why-choose-us-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-dark.png); }
.color-scheme-dark .featured-content-wrapper .post-thumbnail:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/bg-pattern-dark.png); }

.color-scheme-red #clients-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-red-logo.png); }
.color-scheme-red #featured-content-section:after,
.color-scheme-red #team-content-section:after,
.color-scheme-red .why-choose-us-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-red.png); }
.color-scheme-red .featured-content-wrapper .post-thumbnail:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/bg-pattern-red.png); }

.color-scheme-gray #clients-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-gray-logo.png); }
.color-scheme-gray #featured-content-section:after,
.color-scheme-gray #team-content-section:after,
.color-scheme-gray .why-choose-us-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-gray.png); }
.color-scheme-gray .featured-content-wrapper .post-thumbnail:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/bg-pattern-grey.png); }

.color-scheme-yellow #clients-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-yellow-logo.png); }
.color-scheme-yellow #featured-content-section:after,
.color-scheme-yellow #team-content-section:after,
.color-scheme-yellow .why-choose-us-section:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/clouds-yellow.png); }
.color-scheme-yellow .featured-content-wrapper .post-thumbnail:after {
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/bg-pattern-yellow.png); }

body.infinite-scroll .archive-posts-wrapper .section-content-wrapper {
  padding-bottom: 49px; }

/**    14.7 - Services Section
*/
#numbers-section.section,
#numbers-section + .section,
#countdown-section + .section,
#promotion-section + .section,
#team-content-section.section,
.custom-header + .section,
.recent-blog-section.section,
#feature-slider-section + .section,
.section.no-section-heading,
#featured-content-section,
#portfolio-content-section,
#testimonial-content-section,
#clients-section,
#services-section,
#contact-section,
.why-choose-us-section.section {
  padding-top: 42px; }

.custom-header + #collection-section.no-section-heading,
#feature-slider-section + #collection-section.no-section-heading,
.custom-header + #portfolio-content-section.no-section-heading,
#feature-slider-section + #portfolio-content-section.no-section-heading {
  padding-top: 30px; }

#testimonial-content-section,
#contact-section,
#numbers-section.section,
#gallery-content-section {
  padding-top: 70px; }

.services-section .entry-category .meta-icon {
  margin-right: 7px; }

.services-section .section-content-wrapper {
  text-align: center; }

.services-section .section-content-wrapper .hentry-inner {
  display: block; }

.services-section.special .section-content-wrapper .hentry {
  margin-bottom: 30px; }

.services-section.special .section-content-wrapper,
.services-section.special .section-content-wrapper .hentry {
  padding-left: 15px;
  padding-right: 15px; }

.services-section .hentry {
  float: left;
  position: relative;
  width: 100%; }

.services-section .section-content-wrapper {
  position: relative;
  text-align: center; }

.special-image {
  text-align: center; }

.special-image {
  margin-bottom: 28px; }

.services-section .view-all-button .more-button {
  text-align: center; }

.services-section .post-thumbnail {
  margin-right: 14px; }

.services-section .post-thumbnail img {
  max-width: 75px; }

#services-section {
  background-position: center center;
  background-repeat: no-repeat; }

.services-section.classic .post-thumbnail a img {
  margin: 0 auto; }

.services-section.classic .section-content-wrapper {
  padding: 0 30px; }

.services-section.classic .hentry {
  margin-bottom: 30px; }

.view-all-button {
  width: 100%;
  clear: both;
  text-align: center; }

/**	  14.8 - Team Content Section
*/
.team-content-wrapper {
  overflow: hidden; }

.team-content-wrapper .post-thumbnail {
  line-height: 1; }

.team-content-wrapper .post-thumbnail a {
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.25);
  display: inline-block;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
  z-index: 2; }

.team-content-wrapper .entry-container {
  position: relative;
  z-index: 2; }

.team-content-wrapper .post-thumbnail img {
  bottom: 0;
  border-radius: 50%;
  display: block;
  height: 90%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  margin: auto; }

.team-content-wrapper .hentry-inner {
  position: relative; }

.team-content-wrapper .artist-social-profile {
  margin: 7px 0; }

.team-content-wrapper .entry-title,
.team-content-wrapper .entry-meta {
  letter-spacing: 0;
  text-transform: capitalize; }

.team-content-wrapper .entry-meta {
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 5px; }

#team-content-section .section-heading-wrapper {
  position: relative;
  z-index: 2; }

#team-content-section:before {
  content: '';
  background-image: url(//ecole-stjoseph-bazouges.fr/wp-content/themes/kids-camp/assets/images/team-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 250px;
  z-index: 1; }

#gallery-content-section .gallery-content-wrapper {
  padding: 0 30px; }

/**	  14.9 - Numbers Section
*/
.numbers-content-wrapper.section-content-wrapper .entry-summary,
.numbers-content-wrapper.section-content-wrapper .entry-content {
  margin: 7px 0 0; }

#numbers-section.section .hentry-inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

#numbers-section.section .hentry-inner {
  height: 0px;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-style: dashed;
  overflow: hidden; }

#numbers-section.section .hentry-inner .entry-header {
  position: absolute;
  top: 40%;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  width: 100%; }

#numbers-section.section .hentry-inner .entry-summary {
  position: absolute;
  top: 60%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 36px;
  font-weight: bold; }

#numbers-section .numbers-section-thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

/**	  14.10 - Woocommerce
*/
/**
 * Clearing
 */
.woocommerce-shorting-wrapper:before,
.woocommerce-shorting-wrapper:after {
  content: "";
  display: table;
  table-layout: fixed; }

.woocommerce-shorting-wrapper:after {
  clear: both; }

/**
 * Layout
 */
.woocommerce-products-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px; }

.woocommerce-products-header .page-description {
  margin-top: 24px; }

.woocommerce-products-header .page-description p {
  margin-bottom: 0; }

.woocommerce-products-header .page-title {
  margin-bottom: 21px; }

.woocommerce-shorting-wrapper {
  clear: both;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 35px;
  padding: 14px; }

.site-content .woocommerce-ordering,
.site-content .woocommerce-result-count {
  display: inline-block;
  margin: 0 14px; }

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  clear: both;
  display: block;
  padding: 14px;
  text-align: right; }

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left; }

table.shop_table_responsive tr td.product-remove a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center; }

table.shop_table_responsive tr td.product-remove:before {
  display: none; }

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
  display: none; }

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center; }

/**
 * Products
 */
ul.products li.product .woocommerce-LoopProduct-link,
ul.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.woocommerce-loop-product__title {
  width: 100%; }

ul.products li.product .price {
  order: 1; }

.star-rating {
  order: 2; }

ul.products li.product span.price del {
  padding-right: 7px; }

.star-rating + .price {
  padding-right: 7px; }

.star-rating,
.price del + ins {
  margin: 0; }

ul.products {
  clear: both;
  display: block;
  margin: 0; }

ul.products:before,
ul.products:after {
  content: "";
  display: table; }

ul.products:after {
  clear: both; }

ul.products li.product {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 auto 35px; }

ul.products li.product a {
  text-decoration: none; }

ul.products li.product img {
  display: block;
  margin: 0 auto 21px; }

ul.products li.product span.price del {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.31; }

ul.products li.product span.price del,
ul.products li.product .price del + ins {
  display: block; }

ul.products li.product .price del + ins {
  line-height: 1.458333333333333;
  padding: 0; }

.woocommerce-loop-product__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 10px 0; }

#product-content-section .product-container {
  text-align: center; }

#product-content-section .product-container a.button,
.woocommerce .product-container .wc-forward {
  display: inline-block;
  margin-top: 1.166666666666667em; }

.product_list_widget li img {
  border: 1px solid;
  max-width: 72px;
  max-height: 72px;
  margin-left: 14px;
  float: right; }

/**
 * Infinite Scroll
 */
.infinite-scroll .woocommerce-pagination {
  display: none; }

/**
 * Onsale
 */
.onsale {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  min-height: auto;
  min-width: auto;
  margin: 0;
  padding: 7px 14px;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  text-align: center;
  text-transform: uppercase; }

/**
 * Price
 */
span.price del,
p.price del {
  display: inline-block;
  opacity: .5; }

span.price ins,
p.price ins {
  background: transparent; }

.price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0; }

/**
 * Buttons
 */
.woocommerce button.pswp__button:hover,
.woocommerce button.pswp__button:focus {
  background-color: transparent; }

.woocommerce-form-login button[type="submit"] {
  margin-right: 14px; }

.woocommerce .product-container .wc-forward {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.166666666666667;
  letter-spacing: 0.1em;
  margin-top: 7px;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase; }

.widget .woocommerce-mini-cart__buttons {
  margin-bottom: 0; }

.woocommerce-mini-cart__buttons .button {
  display: block;
  margin: 0 2px 14px 2px;
  text-align: center; }

/**
 * Single product
 */
.single-product div.product {
  position: relative; }

.single-product div.product .woocommerce-product-gallery {
  position: relative; }

.single-product div.product .onsale {
  z-index: 2; }

.single-product div.product .entry-summary {
  margin: 28px 0 0; }

.single-product div.product .entry-summary .entry-title {
  margin: 0; }

.single-product div.product .woocommerce-product-rating {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 7px; }

.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0 7px 0 0; }

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  text-decoration: none; }

.single-product div.product p.price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 7px 0 14px; }

.single-product div.product p.price del {
  font-weight: 400; }

.single-product div.product .icon-zoom {
  fill: #999; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99; }

.single-product div.product .woocommerce-product-gallery__image {
  border: 2px solid; }

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 21px; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid;
  opacity: .5; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 50%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333333%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both; }

.single-product div.product form.cart {
  margin: 0 0 1.555555555555556em; }

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 21px; }

.single-product .product_meta {
  border-top: 1px solid;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 2em; }

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
  display: block; }

.single-product .woocommerce-variation-price {
  margin: 0 0 1.5em; }

table.variations {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit; }

table.variations tbody {
  display: block;
  width: 100%; }

table.variations td {
  padding: 0;
  margin: 0; }

table.variations tr {
  border: none;
  display: block;
  margin: 0 0 21px; }

table.variations tr > :last-child {
  margin: 0; }

table.variations td.label,
table.variations td.value {
  display: block;
  clear: both;
  width: 100%; }

table.variations td.value select {
  width: 100%; }

.variations .reset_variations {
  margin-top: 7px; }

.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations {
  text-decoration: none; }

.woocommerce label {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 7px;
  text-transform: uppercase; }

.woocommerce-mini-cart__total {
  text-align: center; }

.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
  margin-top: 35px; }

.cart-collaterals .cross-sells {
  text-align: center; }

#reviews #comments ol.commentlist,
ul.woocommerce-error {
  margin-left: 0;
  list-style: none; }

#reviews #comments ol.commentlist li {
  margin-bottom: 35px;
  position: relative; }

#reviews #comments ol.commentlist li img.avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px; }

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
  padding: 0 0 0 35px; }

#reviews #comments ol.commentlist li .star-rating {
  float: right; }

#reviews #comments ol.commentlist .meta {
  margin-bottom: 7px; }

#reviews .comment-respond .comment-form-rating {
  margin-top: 7px;
  text-align: center; }

#reviews .comment-respond .comment-form-rating .stars {
  margin-top: 7px;
  margin-bottom: 21px; }

#reviews .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 21px; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #0f834d; }

.stock.out-of-stock {
  color: #e2401c; }

/**
 * Checkout
 */
table.cart .product-thumbnail {
  text-align: center; }

table.cart .product-thumbnail:before {
  display: none; }

table.cart .product-thumbnail img {
  border: 1px solid;
  height: 80px;
  width: 80px;
  margin: 0 auto; }

table.cart .coupon label {
  display: none; }

table.cart td.actions input,
table.cart td.actions .button {
  margin: 14px 0;
  display: block;
  width: 100%; }

.woocommerce .wc-proceed-to-checkout a.button {
  width: 100%; }

.woocommerce .wc-proceed-to-checkout a.button,
.cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout-payment .place-order,
#payment .form-row {
  text-align: center; }

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled, .button:disabled,
button.disabled, button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
  opacity: .5 !important;
  cursor: not-allowed; }

/**
 * My account
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid;
  border-width: 1px 1px 0;
  margin: 0 0 1.555555555555556em; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid;
  margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 21px; }

.woocommerce-MyAccount-content {
  padding-top: 30px; }

.woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0; }

.woocommerce-MyAccount-content fieldset {
  margin: 0 0 1.555555555555556em;
  padding: 7px 15px; }

.woocommerce-MyAccount-content fieldset p {
  margin: 0 0 1.555555555555556em; }

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
  margin-bottom: 7px; }

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button:last-child {
  margin-bottom: 0; }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart .site-cart-contents-items {
  display: none; }

.menu-search-main-toggle,
.site-header-cart {
  font-size: 17px;
  font-size: 1.0625rem; }

#site-header-primary-cart-wrapper {
  padding: 0 19px; }

.site-product-search {
  margin-left: 0; }

.site-header-cart {
  list-style: none;
  margin: 0;
  position: relative; }

.site-header-cart li {
  list-style: none;
  position: relative;
  text-transform: none; }

.site-header-cart li.menu-inline,
.site-header-main .secondary-account-wrapper {
  padding: 11px; }

.site-header-cart .menu-inline a.my-account,
.site-header-cart .menu-inline a.site-cart-contents,
.site-header-cart .menu-inline a.menu-search-toggle,
#search-toggle-main {
  line-height: 1.4; }

.site-header-cart .menu-inline a.my-account,
.site-header-cart .menu-inline a.site-cart-contents {
  display: block; }

.site-header-cart .menu-inline a.menu-search-toggle {
  display: none; }

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li {
  margin: 0;
  padding-left: 0;
  border-bottom: none; }

.site-header-cart .widget_shopping_cart {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 11px 0; }

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0; }

.site-header-cart .product_list_widget .mini_cart_item .remove_from_cart_button {
  margin-right: 7px; }

.site-header-cart .product_list_widget .mini_cart_item a {
  text-decoration: none; }

.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__buttons {
  text-align: center; }

.site-header-cart .woocommerce-mini-cart__buttons a {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 14px 0; }

.site-header-cart .widget {
  margin: 0; }

.site-cart-contents .sep {
  display: inline;
  margin: 0 3px; }

/**
 * Pagination
 */
.woocommerce-pagination ul {
  display: inline-block;
  margin: 0; }

.woocommerce-pagination ul li {
  display: inline-block;
  list-style: none;
  height: 35px;
  line-height: 35px;
  margin: 0 3px 3px 0;
  text-align: center;
  width: 35px; }

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block; }

.woocommerce-pagination ul li a {
  text-decoration: none; }

/**
 * Star rating
 */
.star-rating {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'star';
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 5.3em; }

.widget .star-rating {
  margin: 0 7px 0 0; }

.widget_rating_filter ul li .star-rating {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: bottom; }

.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none; }

.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0; }

.star-rating span:before,
p.stars:hover a:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before {
  color: #ffa900; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  text-indent: 0;
  opacity: .25; }

p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected a.active ~ a:before,
.woocommerce-tabs ul.tabs li a {
  color: rgba(0, 0, 0, 0.4); }

p.stars a:hover ~ a:before {
  content: "\53";
  opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs {
  clear: both;
  display: block;
  overflow: hidden; }

.woocommerce-tabs ul.tabs {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
  text-align: left; }

.woocommerce-tabs ul.tabs .active a {
  font-weight: 700; }

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative; }

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 21px 35px;
  text-decoration: none; }

.woocommerce-tabs ul.tabs li.active a {
  border-top: 3px solid; }

.woocommerce-tabs .panel {
  margin: 0;
  padding: 35px;
  text-align: left; }

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 14px; }

.woocommerce-tabs .panel p:last-child {
  margin-bottom: 0; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }

.woocommerce-password-strength.strong {
  color: #0f834d; }

.woocommerce-password-strength.short {
  color: #e2401c; }

.woocommerce-password-strength.bad {
  color: #e2401c; }

.woocommerce-password-strength.good {
  color: #3D9CD2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: red; }

.quantity .qty {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 12px 7px;
  width: 3.54em;
  text-align: center; }

.woocommerce-cart-form > :last-child {
  margin: 0; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both;
  content: "";
  display: table;
  margin-bottom: 2.470588235294118em;
  padding: 28px;
  table-layout: fixed;
  width: 100%; }

.woocommerce-message a.button,
.woocommerce-Message a.button {
  margin-right: 14px; }

.woocommerce-info,
.woocommerce-message {
  border-left: 5px solid; }

.woocommerce-error {
  border-left: 5px solid #e2401c; }

.woocommerce-error li:last-child {
  margin-bottom: 0; }

.demo_store {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 1.125rem 2.5rem 1.1875rem 1.125rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

ul.wc_payment_methods {
  list-style: none;
  margin-left: 0; }

ul.wc_payment_methods li {
  margin-bottom: 0; }

ul.wc_payment_methods .about_paypal {
  float: right; }

ul.wc_payment_methods p:last-child {
  margin-bottom: 0; }

ul.wc_payment_methods .payment_box {
  padding: 14px 28px;
  margin: 7px 0; }

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  margin-left: 7px;
  max-height: 33px; }

.demo_store .woocommerce-store-notice__dismiss-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -999999px;
  width: 35px; }

.demo_store .woocommerce-store-notice__dismiss-link:before {
  content: "x";
  display: block;
  font-size: 22px;
  font-size: 1rem;
  font-weight: 600;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%); }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 2em; }

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4em; }

.widget_price_filter .price_slider_amount .button {
  float: right; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #999;
  box-sizing: border-box;
  margin-top: -.25em;
  margin-left: -0.25em;
  opacity: 1; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.75em; }

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #111; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

dl.variation {
  font-size: 14px;
  font-size: 0.875rem; }

dl.variation dd {
  margin: 0; }

dl.variation p {
  margin-bottom: 7px; }

.widget_layered_nav_filters a:before {
  content: "x";
  margin-right: 7px; }

.widget.woocommerce ul,
.widget.woocommerce ol {
  list-style: none;
  margin-left: 0; }

.woocommerce ul.cart_list li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after {
  content: "";
  display: block; }

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both; }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  clear: both;
  padding-left: 28px;
  position: relative;
  padding-top: 0; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 500; }

.site-header-cart .woocommerce ul.cart_list li a,
.site-header-cart .woocommerce ul.product_list_widget li a {
  font-weight: 400; }

.woocommerce a.remove {
  background: #ca4646;
  display: block;
  font-size: 1.2em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 0; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 7px;
  left: 0; }

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li a.remove,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: relative;
  float: left; }

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li span.quantity,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li span.quantity {
  margin-left: 26px; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  border-bottom: 1px solid;
  display: block;
  padding: 0 0 21px;
  margin: 0 0 21px;
  width: 100%; }

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  border-bottom: 0;
  margin: 0; }

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce .place-order.form-row .button {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.65;
  padding: 17px 28px; }

.woocommerce .product-container .button {
  background-image: none;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  padding: 11px 14px;
  text-transform: uppercase;
  text-align: center; }

.woocommerce .product-container .button:before {
  content: "+";
  font-size: 22px;
  line-height: 0;
  padding-right: 4px; }

/**	  14.11 - Client Section
*/
.clients-content-wrapper .hentry {
  padding: 0 15px 15px 15px; }

#clients-section .controller {
  bottom: -21px;
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 101; }

#clients-section .cycle-prev,
#clients-section .cycle-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-decoration: none;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 199; }

#clients-section .icon {
  font-size: 32px;
  font-size: 2rem;
  top: -14px;
  width: 18px; }

#clients-section .cycle-prev .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#clients-section .cycle-next .icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

#clients-section .cycle-pager {
  display: inline-block;
  font-family: arial;
  font-size: 54px;
  line-height: 0; }

#clients-section .cycle-pager span {
  clear: both;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 7px;
  width: 16px; }

#clients-section .cycle-pager > * {
  cursor: pointer; }

.clients-content-wrapper {
  position: relative;
  padding: 0 15px; }

#clients-section .post-thumbnail img {
  filter: gray;
  -webkit-filter: grayscale(1); }

#clients-section .post-thumbnail img:hover {
  filter: none;
  -webkit-filter: grayscale(0); }

#clients-section .controller {
  display: none; }

/**	  14.12 - Collection Section
*/
.collection-wrapper .entry-container {
  padding: 35px;
  position: absolute;
  left: 0;
  top: 0; }

.collection-wrapper .entry-title,
.collection-wrapper .woocommerce-loop-product__title {
  font-weight: 700; }

.collection-wrapper .hentry-inner {
  position: relative;
  min-height: 480px;
  overflow: hidden; }

.collection-wrapper .post-thumbnail {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.collection-wrapper .entry-container {
  top: 0;
  display: block;
  left: 0;
  padding: 35px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.collection-wrapper .entry-header .entry-meta {
  text-transform: capitalize;
  line-height: 1.56;
  margin: 7px 0 0 0; }

.collection-wrapper .entry-header .entry-meta a {
  padding-left: 28px;
  position: relative; }

.collection-wrapper .entry-header .entry-meta a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 14px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%); }

/**	  14.13 - Countdown Section
*/
#countdown-section.section {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0; }

#countdown-section .post-thumbnail {
  margin-bottom: 0; }

#countdown-section .entry-container {
  padding: 70px 10px 50px 10px; }

#countdown-section .content-wrapper {
  text-align: center; }

#clock {
  overflow: hidden; }

#clock span {
  display: block; }

#clock > .count-down {
  display: inline-block;
  float: left;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  position: relative;
  padding: 21px 20px 20px 20px;
  text-align: center;
  width: 50%; }

#clock > .count-down:after {
  content: ":";
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%); }

#clock > .count-down:last-child:after,
#clock > .count-down:nth-child(2):after {
  content: none; }

#clock > .count-down > span {
  padding: 15px; }

#countdown-section .countdown-number {
  display: block;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: normal; }

#countdown-section .countdown-label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 2.15;
  text-transform: uppercase; }

/**
 * 15.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/**    15.1 - >= 480px
*/
@media screen and (min-width: 30em) {
  .product-content-wrapper {
    padding: 0 15px; }

  .columns-2 ul.products li.product,
  .columns-4 ul.products li.product,
  .related ul.products li.product,
  .upsells ul.products li.product,
  .cross-sells ul.products li.product {
    padding: 0 15px;
    width: 50%; }

  .columns-2 ul.products li.product:nth-child(2n+1),
  .columns-4 ul.products li.product:nth-child(2n+1) {
    clear: both; }

  .columns-2 ul.products .onsale,
  .columns-4 ul.products .onsale,
  .related ul.products .onsale {
    left: 15px; }

  #clock > .count-down {
    width: 25%; }

  #clock > .count-down:nth-child(2):after {
    content: ":"; }

  .portfolio-content-wrapper.special .hentry {
    width: 50%; }

  .portfolio-content-wrapper.special .hentry:first-child {
    width: 100%; }

  .portfolio-content-wrapper.special .hentry,
  .portfolio-content-wrapper.special {
    padding: 0 15px; }

  .portfolio-content-wrapper.special .hentry-inner {
    min-height: 200px; }

  .portfolio-content-wrapper.special .hentry:first-child .hentry-inner {
    min-height: 400px; }

  #team-content-section:before {
    min-height: 325px; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -29px; }

  .testimonial-content-section.section .has-post-thumbnail .post-thumbnail {
    top: -20%; } }
/**    15.2 - >= 640px
*/
@media screen and (min-width: 40em) {
  /* Woocommerce Styles */
  #product-content-section .product-container {
    text-align: left; }

  ul.products li.product .woocommerce-LoopProduct-link {
    justify-content: unset; }

  table.cart td.actions {
    text-align: right; }

  table.cart td.actions .coupon {
    display: inline-block;
    float: left; }

  table.cart td.actions input,
  table.cart td.actions .button {
    display: inline-block;
    width: auto; }

  .related ul.products,
  .upsells ul.products,
  .cross-sells ul.products {
    margin: 0 -15px; }

  .columns-2 ul.products li.product,
  .columns-4 ul.products li.product {
    padding: 0 15px;
    width: 50%; }

  .columns-3 ul.products li.product,
  .related ul.products li.product,
  .upsells ul.products li.product,
  .cross-sells ul.products li.product {
    width: 33.33%; }

  .columns-3 ul.products li.product:nth-child(3n+1),
  .related ul.products li.product:nth-child(3n+1),
  .upsells ul.products li.product:nth-child(3n+1),
  .cross-sells ul.products li.product:nth-child(3n+1) {
    clear: both; }

  .columns-2 ul.products .onsale,
  .columns-3 ul.products .onsale,
  .columns-4 ul.products .onsale,
  .related ul.products .onsale {
    left: 15px; }

  .single-product div.product {
    content: "";
    display: table;
    table-layout: fixed; }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .entry-summary {
    float: left; }

  .single-product div.product .woocommerce-product-gallery {
    width: 52.5252525252525%; }

  .single-product div.product .entry-summary {
    text-align: left;
    width: 47.47474747474747%; }

  .single-product div.product .entry-summary {
    margin: 0;
    padding-left: 30px; }

  .woocommerce-tabs ul.tabs {
    margin: 42px 0 0; }

  .single-product div.product .related,
  .single-product div.product .upsells,
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    margin-top: 42px; }

  .cart-collaterals .cart_totals {
    display: block;
    clear: both;
    float: right;
    width: 60%;
    max-width: 600px; }

  /* Woocommerce Styles End */
  .entry-meta .sep {
    display: inline;
    margin: 0 2px; }

  .entry-header .entry-meta .byline,
  .entry-header .entry-meta .posted-on,
  .entry-header .entry-meta .cat-links {
    clear: none;
    display: inline-block;
    margin-right: 21px; }

  .entry-header .entry-meta > :last-child {
    margin-right: 0; }

  .section-content-wrapper.layout-four,
  .featured-content-wrapper.layout-four,
  .portfolio-content-wrapper.layout-four,
  .service-content-wrapper.layout-four,
  .numbers-content-wrapper.layout-four,
  .team-content-wrapper.layout-four,
  .featured-content-wrapper.layout-two,
  .portfolio-content-wrapper.layout-two,
  .service-content-wrapper.layout-two,
  .numbers-content-wrapper.layout-two,
  .team-content-wrapper.layout-two,
  .collection-wrapper.layout-four,
  .collection-wrapper.layout-two {
    padding: 0 15px; }

  .section-content-wrapper.layout-four .hentry,
  .featured-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .hentry,
  .numbers-content-wrapper.layout-four .hentry,
  .section-content-wrapper.layout-two .hentry,
  .featured-content-wrapper.layout-two .hentry,
  .portfolio-content-wrapper.layout-two .hentry,
  .service-content-wrapper.layout-two .hentry,
  .team-content-wrapper.layout-two .hentry,
  .numbers-content-wrapper.layout-two .hentry,
  .site-footer .two .widget-column,
  .site-footer .four .widget-column,
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1),
  .collection-wrapper.layout-four .hentry,
  .collection-wrapper.layout-two article {
    width: 50%; }

  .section-content-wrapper.layout-four .hentry,
  .featured-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .numbers-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .hentry,
  .section-content-wrapper.layout-two .hentry,
  .featured-content-wrapper.layout-two .hentry,
  .portfolio-content-wrapper.layout-two .hentry,
  .service-content-wrapper.layout-two .hentry,
  .numbers-content-wrapper.layout-two .hentry,
  .team-content-wrapper.layout-two .hentry,
  .collection-wrapper.layout-four .hentry,
  .collection-wrapper.layout-two article {
    padding: 0 15px; }

  .section-content-wrapper.layout-three,
  .featured-content-wrapper.layout-three,
  .portfolio-content-wrapper.layout-three,
  .service-content-wrapper.layout-three,
  .numbers-content-wrapper.layout-three,
  .team-content-wrapper.layout-three,
  .collection-wrapper.layout-three {
    padding: 0 15px; }

  .section-content-wrapper.layout-three .hentry,
  .featured-content-wrapper.layout-three .hentry,
  .portfolio-content-wrapper.layout-three .hentry,
  .service-content-wrapper.layout-three .hentry,
  .team-content-wrapper.layout-three .hentry,
  .numbers-content-wrapper.layout-three .hentry,
  .site-footer .three .widget-column,
  .archive-posts-wrapper .layout-three .hentry {
    width: 33.33%; }

  .collection-wrapper.layout-three article {
    width: 50%; }

  .collection-wrapper.layout-three article:nth-child(2n+1) {
    clear: both; }

  .section-content-wrapper.layout-three .hentry,
  .featured-content-wrapper.layout-three .hentry,
  .portfolio-content-wrapper.layout-three .hentry,
  .service-content-wrapper.layout-three .hentry,
  .numbers-content-wrapper.layout-three .hentry,
  .team-content-wrapper.layout-three .hentry,
  .collection-wrapper.layout-three article,
  .archive-posts-wrapper .layout-three .hentry {
    padding: 0 15px; }

  .archive-posts-wrapper .layout-three {
    margin: 0 -15px; }

  .recent-blog-section .archive-posts-wrapper .layout-three {
    margin: 0; }

  .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .portfolio-content-wrapper:not(.special).layout-three .hentry:nth-child(3n+1),
  .service-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .team-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .numbers-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .archive-posts-wrapper .layout-three .hentry:nth-child(3n+1) {
    clear: both; }

  #secondary .widget {
    display: block;
    float: left;
    width: 48%; }

  #secondary .widget:nth-child(2n+1) {
    clear: both;
    margin-right: 4%; }

  #hero-section .hentry {
    display: table;
    width: 100%; }

  #hero-section .post-thumbnail,
  #hero-section .entry-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }

  #hero-section .post-thumbnail {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

  #hero-section.has-content-frame .entry-container {
    padding: 35px; }

  #hero-section:not(.has-content-frame) .entry-container {
    padding: 35px 0; }

  #hero-section:not(.has-content-frame).content-right .entry-container {
    padding-left: 35px; }

  #hero-section:not(.has-content-frame).content-left .entry-container {
    padding-right: 35px; }

  #hero-section.content-right .post-thumbnail {
    left: 0;
    right: auto; }

  #hero-section .entry-container.full-width {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 1510px;
    width: 100%; }

  #hero-section .entry-container,
  .sidebar .widget,
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left; }

  .section-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .service-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .team-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .numbers-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .portfolio-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .service-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .team-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .numbers-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .sidebar .widget:nth-child(2n+1),
  .site-footer .two .widget-column:nth-child(2n+1),
  .site-footer .four .widget-column:nth-child(2n+1),
  .collection-wrapper.layout-four .hentry:nth-child(2n+1),
  .collection-wrapper.layout-two article:nth-child(2n+1) {
    clear: both; }

  #hero-section.content-right .entry-container {
    float: right; }

  .author-info {
    text-align: left; }

  .author-avatar {
    clear: both;
    float: left;
    margin: 0 21px 0 0; }

  .two-columns .hentry {
    width: 50%; }

  .three-columns .hentry {
    width: 33.33%; }

  .four-columns .hentry {
    width: 25%; }

  .five-columns .hentry {
    width: 20%; }

  .six-columns .hentry {
    width: 16.66%; }

  .seven-columns .hentry {
    width: 14.28%; }

  .eight-columns .hentry {
    width: 12.5%; }

  .nine-columns .hentry {
    width: 11.11%; }

  .nine-columns .hentry:nth-child(9n+1),
  .eight-columns .hentry:nth-child(8n+1),
  .seven-columns .hentry:nth-child(7n+1),
  .six-columns .hentry:nth-child(6n+1),
  .five-columns .hentry:nth-child(5n+1),
  .four-columns .hentry:nth-child(4n+1),
  .three-columns .hentry:nth-child(3n+1),
  .two-columns .hentry:nth-child(2n+1) {
    clear: both; }

  .posts-navigation {
    padding: 0; }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    display: table-cell;
    vertical-align: top;
    width: 50%; }

  .post-navigation .nav-previous {
    text-align: left; }

  .post-navigation .nav-next {
    text-align: right; }

  .posts-navigation div + div,
  .post-navigation div + div {
    margin-top: 0; }

  .posts-navigation .nav-links div:nth-child(1):nth-last-child(2),
  .posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    display: inline-block;
    width: 48%; }

  .posts-navigation .nav-links div:nth-child(1):nth-last-child(2) {
    margin-right: 2%; }

  .posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    margin-left: 2%; }

  blockquote.alignright,
  blockquote.alignleft {
    width: 50%; }

  .testimonial-content-section .hentry-inner-header {
    text-align: left; }

  .testimonial-content-section .has-post-thumbnail .hentry-inner-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center; }

  .testimonial-content-section.section .has-post-thumbnail .post-thumbnail {
    margin: 0 21px 0 0; }

  .site-content .sidebar {
    clear: none; }

  #feature-slider-section.content-left .entry-container,
  .custom-header-content.content-left .entry-container {
    margin-left: unset;
    margin-right: auto; }

  #feature-slider-section.content-right .entry-container,
  .custom-header-content.content-right .entry-container {
    margin-left: auto;
    margin-right: unset; }

  #feature-slider-section.content-center .entry-container,
  .custom-header-content.content-center .entry-container {
    margin-left: auto;
    margin-right: auto; }

  #feature-slider-section.text-aligned-left .entry-container,
  .custom-header-content.text-aligned-left .entry-container,
  .custom-header .catch-breadcrumb.left .entry-breadcrumbs,
  .custom-header .catch-breadcrumb.left .woocommerce-breadcrumb {
    text-align: left; }

  #feature-slider-section.text-aligned-right .entry-container,
  .custom-header-content.text-aligned-right .entry-container,
  .custom-header .catch-breadcrumb.right .entry-breadcrumbs,
  .custom-header .catch-breadcrumb.right .woocommerce-breadcrumb {
    text-align: right; }

  #feature-slider-section.text-aligned-center .entry-container,
  .custom-header-content.text-aligned-center .entry-container,
  .custom-header .catch-breadcrumb.center .entry-breadcrumbs,
  .custom-header .catch-breadcrumb.center .woocommerce-breadcrumb {
    text-align: center; }

  #promotion-section .entry-container {
    margin: 76px 0; }

  #countdown-section .content-wrapper {
    max-width: 482px; }

  #countdown-section.content-right .content-wrapper {
    margin: 0 0 0 auto; }

  #countdown-section.content-left .content-wrapper {
    margin: 0 auto 0 0; }

  #countdown-section.content-center .content-wrapper {
    margin: 0 auto; }

  #countdown-section.text-aligned-left .content-wrapper {
    text-align: left; }

  #countdown-section.text-aligned-right .content-wrapper {
    text-align: right; }

  #countdown-section.text-aligned-center .content-wrapper {
    text-align: center; }

  #countdown-section.text-aligned-left .section-title-wrapper:after {
    margin: -5px 0 0 40px; }

  #countdown-section.text-aligned-left .section-title:after {
    margin: 21px 0 0 0; }

  #countdown-section.text-aligned-right .section-title-wrapper:after {
    margin: -5px 40px 0 auto; }

  #countdown-section.text-aligned-right .section-title:after {
    margin: 21px 0 0 auto; }

  #countdown-section .entry-container {
    padding: 70px 30px 50px 30px; }

  #countdown-section #clock {
    margin: 0 -20px; }

  #hero-section:not(.has-content-frame) .post-thumbnail {
    margin-bottom: 0; }

  #team-content-section:before {
    min-height: 250px; }

  .contact-section:not(.no-image) .post-thumbnail,
  .contact-section:not(.no-image) .entry-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -38px; }

  .services-section.classic .hentry {
    padding: 0 15px;
    width: 50%;
    text-align: center; }

  .services-section.classic .section-content-wrapper {
    padding: 0 15px; }

  .services-section.classic .hentry {
    margin-bottom: 35px; }

  #footer-newsletter input[type="last"] {
    float: right; }

  #footer-newsletter input[type="email"] {
    width: 80%; }

  .ewnewsletter .ew-newsletter-wrap #subbutton {
    width: 20%; }

  #footer-newsletter input[type=email] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  #footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .contact-section .entry-container {
    padding: 87px 50px; }

  #contact-section .entry-title {
    padding: 0 0 35px; }

  #contact-section .contact-details li {
    padding: 20px 0; }

  .contact-form-login,
  .contact-details {
    float: left;
    width: 100%; }

  #contact-section .contact-section-headline,
  #contact-section .contact-content-wrapper {
    margin-right: 0;
    max-width: 680px;
    padding: 0 40px 28px 40px;
    text-align: left; }

  #contact-section .contact-content-wrapper {
    margin: 0 auto;
    margin-right: unset; }

  #contact-section .wpcf7-form p:nth-child(2),
  #contact-section .wpcf7-form p:nth-child(3) {
    width: 50%;
    float: left; }

  #contact-section .wpcf7-form p:nth-child(2) {
    padding-right: 10px; }

  #contact-section .wpcf7-form p:nth-child(3) {
    padding-left: 10px; }

  #contact-section::before {
    display: block; }

  .testimonial-content-section.section .has-post-thumbnail .post-thumbnail {
    left: 40px;
    width: auto; } }
/**    15.3 - >= 768px
*/
@media screen and (min-width: 48em) {
  /* Woocommerce Styles */
  table.cart td.actions input,
  table.cart td.actions .button {
    margin: 0; }

  table.shop_table_responsive tr td.product-thumbnail {
    width: 100px; }

  table.shop_table_responsive thead {
    display: table-header-group; }

  table.shop_table_responsive tbody th {
    display: table-cell; }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left; }

  table.shop_table_responsive tr td {
    display: table-cell; }

  table.shop_table_responsive tr td:before {
    display: none; }

  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    margin: 0; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 66%; }

  .woocommerce-account .woocommerce-MyAccount-content p:first-child {
    margin-top: 0; }

  .woocommerce-account .woocommerce-MyAccount-content form > h3 {
    margin-top: 0; }

  .woocommerce-MyAccount-content {
    padding-top: 0; }

  /* Woocommerce Styles End */
  .testimonial-content-section.layout-two .hentry {
    width: 50%; }

  .testimonial-content-section.layout-two .hentry:nth-child(2n+1) {
    clear: both; }

  .product-review-section.layout-two .hentry {
    width: 50%; }

  .product-review-section.layout-two .hentry:nth-child(2n+1) {
    clear: both; }

  .home .custom-header-content,
  #feature-slider-section .slider-content-wrapper {
    padding: 157px 40px; }

  body:not(.home) .custom-header-content {
    padding: 140px 40px; }

  .home .custom-header .custom-header-content.content-center-top,
  #feature-slider-section.content-center-top .slider-content-wrapper {
    padding: 61px 30px 373px 30px; }

  .home .custom-header .custom-header-content.content-center-bottom,
  #feature-slider-section.content-center-bottom .slider-content-wrapper {
    padding: 373px 30px 61px 30px; }

  .product-review-section .product_review_slider_wrap {
    padding: 0 50px; }

  .product-review-section .hentry-inner {
    padding: 0 20px; }

  .portfolio-content-wrapper.special .hentry:first-child .hentry-inner {
    min-height: 500px; }

  .portfolio-content-wrapper.special .hentry-inner {
    min-height: 250px; }

  .archive-posts-wrapper .layout-one .hentry {
    margin-bottom: 42px; }

  .collection-wrapper.layout-three article {
    width: 33.33%; }

  .collection-wrapper.layout-three article:nth-child(2n+1) {
    clear: none; }

  .collection-wrapper.layout-three article:nth-child(3n+1) {
    clear: both; }

  #team-content-section:before {
    min-height: 285px; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -46px; }

  .services-section.special .section-content-wrapper {
    padding-left: 15px;
    padding-right: 15px; }

  .services-section .section-content-wrapper {
    text-align: left; }

  .special .section-content-wrapper .hentry:nth-of-type(2n) {
    float: right; }

  .services-section.special .section-content-wrapper .hentry {
    padding: 0 15px;
    margin-bottom: 42px; }

  .special .section-content-wrapper .hentry:nth-of-type(2n+1) {
    clear: both; }

  .special .section-content-wrapper .hentry {
    width: 50%; }

  .services-section .section-content-wrapper {
    text-align: left; }

  .services-section.special .section-content-wrapper .hentry-inner {
    display: flex; } }
/**    15.4 - >= 1024px
*/
@media screen and (min-width: 64em) {
  /* Woocommerce Styles */
  .related ul.products,
  .upsells ul.products,
  .cross-sells ul.products {
    margin: 0 -20px; }

  .columns-2 ul.products li.product,
  .columns-3 ul.products li.product,
  .columns-4 ul.products li.product,
  .related ul.products li.product,
  .upsells ul.products li.product,
  .cross-sells ul.products li.product {
    padding: 0 20px; }

  .columns-2 ul.products .onsale,
  .columns-3 ul.products .onsale,
  .columns-4 ul.products .onsale,
  .related ul.products .onsale {
    left: 20px; }

  .columns-4 ul.products li.product,
  .full-width .related ul.products li.product,
  .full-width .upsells ul.products li.product,
  .full-width .cross-sells ul.products li.product {
    width: 25%; }

  .two-columns .columns-4 ul.products li.product {
    width: 50%; }

  .columns-4 ul.products li.product:nth-child(2n+1),
  .full-width .related ul.products li.product:nth-child(2n+1),
  .full-width .upsells ul.products li.product:nth-child(2n+1),
  .full-width .cross-sells ul.products li.product:nth-child(2n+1) {
    clear: none; }

  .two-columns .columns-4 ul.products li.product:nth-child(2n+1),
  .columns-4 ul.products li.product:nth-child(4n+1),
  .full-width .related ul.products li.product:nth-child(4n+1),
  .full-width .upsells ul.products li.product:nth-child(4n+1),
  .full-width .cross-sells ul.products li.product:nth-child(4n+1) {
    clear: both; }

  .woocommerce-shorting-wrapper {
    margin: 0 0 42px; }

  .site-header-cart .menu-inline {
    display: inline-block; }

  .site-header-cart li.menu-inline,
  .site-header-main .secondary-account-wrapper {
    padding: 0; }

  .site-header-cart .menu-inline > a {
    padding: 21px 10px; }

  .site-header-cart .cart-contents {
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0; }

  #site-header-secondary-cart-wrapper .site-header-cart .site-cart-contents .amount,
  #site-header-secondary-cart-wrapper .site-header-cart .site-cart-contents .sep {
    display: inline-block; }

  #site-search-toggle.menu-search-toggle {
    display: block;
    position: relative; }

  #site-product-search,
  #site-cart-contents-items,
  .secondary-search-wrapper .search-container {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 320px;
    z-index: 101;
    -webkit-animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
    animation: fadein 0.6s;
    -webkit-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    -moz-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004); }

  .site-header-cart .woocommerce .widget_shopping_cart .cart_list li,
  .site-header-cart .woocommerce.widget_shopping_cart .cart_list li,
  .site-header-cart .woocommerce-mini-cart__total,
  .site-header-cart .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 10px 30px; }

  #site-product-search .widget {
    border: 1px solid;
    padding: 21px;
    margin: 0; }

  .site-header-cart .site-cart:hover ul,
  .site-header-cart .site-cart.focus ul {
    display: block; }

  .site-header-cart .woocommerce-mini-cart__buttons a {
    margin: 14px 30px; }

  .boxed-layout .demo_store {
    max-width: 1770px;
    width: 94%; }

  .woocommerce-tabs ul.tabs {
    margin: 49px 0 0; }

  .single-product div.product .related,
  .single-product div.product .upsells,
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    margin-top: 49px; }

  .single-product div.product .entry-summary {
    padding-left: 50px; }

  /* Woocommerce Styles End */
  #share-toggle,
  #search-toggle-main {
    display: inline-block; }

  .menu-toggle,
  #search-toggle-main,
  .secondary-account-wrapper > a {
    padding: 21px 10px; }

  #search-top-container .header-top-right {
    display: none; }

  .search-social-container {
    border: none;
    position: absolute;
    top: 100%;
    right: 20px;
    width: 100%;
    margin: 0;
    max-width: 320px;
    z-index: 3;
    -webkit-animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
    animation: fadein 0.6s;
    -webkit-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    -moz-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004); }

  .header-top-right {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #search-top-container {
    right: 30px; }

  #search-toggle-top {
    display: inline-block; }

  #search-toggle-main .icon-close,
  #search-toggle-main.toggled-on .icon-search,
  #search-container-main .search-container {
    display: none; }

  #search-container-main .search-container.toggled-on {
    display: block; }

  #search-toggle-main.toggled-on .icon-close {
    display: inline-block; }

  #search-toggle-main {
    background-color: transparent; }

  .boxed-layout #page {
    width: 94%; }

  .section-heading-wrapper {
    padding: 35px 50px; }

  .site-header-main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 28px 40px; }

  .site-content .wrapper {
    padding: 0 20px; }

  .home .custom-header-content,
  #feature-slider-section .slider-content-wrapper {
    padding: 202px 50px; }

  .home .custom-header .custom-header-content.content-center-top,
  #feature-slider-section.content-center-top .slider-content-wrapper {
    padding: 61px 50px 408px 50px; }

  .home .custom-header .custom-header-content.content-center-bottom,
  #feature-slider-section.content-center-bottom .slider-content-wrapper {
    padding: 408px 50px 61px 50px; }

  body:not(.home) .custom-header-content {
    padding: 170px 50px; }

  .section,
  .site-content,
  #footer-newsletter .widget,
  #footer-newsletter .widget.has-background-image {
    padding: 56px 0; }

  #promotion-section .entry-container {
    margin: 91px 0; }

  .content-bottom-widgets {
    padding-top: 63px; }

  .dropdown-toggle,
  .site-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .menu-secondary-toggle,
  .header-top-button-wrap,
  .menu-top-toggle,
  #search-top-container.with-social .header-top-right {
    display: none; }

  .site-header-top-main {
    padding: 0; }

  .header-top-bar .wrapper {
    padding: 0 40px; }

  .header-top-bar .top-main-wrapper {
    margin: 0 auto;
    border: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .primary-menu-left #site-primary-navigation {
    text-align: left; }

  .site-header-top-main,
  .site-primary-menu,
  .site-secondary-menu,
  .site-footer-menu {
    display: block; }

  .site-footer-menu {
    margin: 0; }

  .disable-in-mobile,
  .header-top-bar .contact-details li,
  .site-navigation .top-menu li {
    display: inline-block;
    float: left; }

  .header-top-bar .contact-details li {
    padding: 0 10px; }

  #site-top-navigation,
  .header-top-right .social-navigation {
    display: inline-block;
    float: left; }

  .menu-search-top-toggle {
    float: right; }

  .menu-search-top-toggle {
    padding: 11px 10px; }

  .header-top-left {
    margin-right: auto; }

  .header-top-left .social-navigation li {
    margin: 0 3px; }

  .header-top-left .social-navigation li .icon {
    height: 14px;
    width: 14px; }

  #site-header-top-menu .social-navigation ul,
  .site-header .social-navigation ul {
    padding: 0; }

  .site-primary-menu,
  .site-secondary-menu {
    position: relative;
    margin: 0; }

  .site-secondary-menu,
  .site-footer-menu {
    text-align: center; }

  #site-header-right-menu {
    text-align: right; }

  .site-secondary-menu {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 14px 0px 14px 0; }

  #search-toggle {
    border: none;
    line-height: 1;
    margin: 0;
    padding: 19px 20px; }

  #search-toggle-right,
  .secondary-search-wrapper,
  #site-secondary-navigation,
  #social-secondary-navigation-top {
    clear: none;
    display: inline-block; }

  #search-toggle-top .icon,
  #search-toggle-right .icon {
    margin-right: 0; }

  .search-container {
    padding: 14px 20px; }

  #search-toggle.menu-toggle {
    display: inline-block; }

  .site-navigation .primary-menu,
  .site-navigation .primary-menu > li,
  .site-navigation .secondary-menu,
  .site-navigation .secondary-menu > li {
    border: 0; }

  .site-navigation .primary-menu > li,
  .site-navigation .secondary-menu > li,
  .site-navigation .footer-menu > li {
    display: inline-block; }

  .site-navigation .primary-menu ul,
  .site-navigation .secondary-menu ul,
  .site-navigation .footer-menu ul {
    text-align: left; }

  #header-navigation-area .wrapper {
    padding: 0 40px 0 25px; }

  .site-navigation a {
    padding: 21px 25px;
    white-space: nowrap; }

  .site-navigation ul ul {
    -webkit-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    -moz-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    display: block;
    text-transform: none;
    text-align: left;
    left: -999em;
    margin: 0;
    padding: 11px 0;
    position: absolute;
    z-index: 99999; }

  .site-navigation ul ul ul {
    top: -1px; }

  .site-navigation ul ul ul:before,
  .site-navigation ul ul ul:after {
    border: 0; }

  .site-navigation ul ul li {
    border: none;
    border-bottom-width: 0; }

  #site-secondary-navigation.site-navigation ul ul a,
  .site-navigation ul ul a {
    padding: 11px 28px;
    white-space: normal;
    width: 260px; }

  #social-secondary-navigation-top {
    clear: both;
    display: block;
    margin: 0 10px; }

  #social-secondary-navigation-top,
  .secondary-search-wrapper {
    display: inline-block; }

  #site-secondary-navigation {
    clear: both; }

  #site-top-navigation.site-navigation ul ul a {
    line-height: 1.5;
    padding: 9px 21px;
    width: 230px; }

  .site-secondary-menu ul ul {
    border: 1px solid; }

  .site-secondary-menu ul ul:before,
  .site-secondary-menu ul ul:after {
    border-style: solid;
    content: "";
    position: absolute; }

  .site-secondary-menu ul ul:before {
    border-width: 0 10px 10px;
    right: 9px;
    top: -10px; }

  .site-secondary-menu ul ul:after {
    border-width: 0 8px 8px;
    right: 11px;
    top: -8px; }

  .site-navigation li:hover > ul,
  .site-navigation li.focus > ul {
    left: 0;
    right: auto;
    -webkit-animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
    animation: fadein 0.6s; }

  .site-navigation .top-menu li:hover > ul,
  .site-navigation .top-menu li.focus > ul,
  .site-navigation .secondary-menu li:hover > ul,
  .site-navigation .secondary-menu li.focus > ul {
    left: auto;
    right: 0;
    top: 40px;
    -webkit-animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
    animation: fadein 0.6s; }

  .site-navigation ul ul li:hover > ul,
  .site-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto; }

  .site-navigation .top-menu ul li:hover > ul,
  .site-navigation .top-menu ul li.focus > ul,
  .site-navigation .secondary-menu ul li:hover > ul,
  .site-navigation .secondary-menu ul li.focus > ul {
    left: auto;
    right: 100%; }

  .site-navigation .menu-item-has-children > a {
    margin: 0; }

  .site-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .site-navigation .top-menu a,
  #site-footer-navigation .menu-main-menu-container a {
    padding: 13px 10px; }

  .site-navigation .menu-item-has-children > a > .icon,
  .site-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5Px;
    position: relative;
    top: -1px; }

  .site-navigation ul ul .menu-item-has-children > a > .icon,
  .site-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -7px;
    left: auto;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg); }

  .site-navigation .top-menu ul .menu-item-has-children > a > .icon,
  .site-navigation .secondary-menu ul .menu-item-has-children > a > .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg); }

  .header-top-right ul {
    text-align: center; }

  #feature-slider-section .cycle-prev {
    left: 21px; }

  #feature-slider-section .cycle-next {
    right: 21px; }

  #secondary .widget {
    width: 100%; }

  #secondary .widget:nth-child(2n+1) {
    margin-right: 0; }

  .site-footer .four .widget-column {
    width: 25%; }

  .site-footer .four .widget-column:nth-child(2n+1) {
    clear: none; }

  .site-footer .four .widget-column:nth-child(4n+1) {
    clear: both; }

  .section-content-wrapper.layout-three .hentry,
  .featured-content-wrapper.layout-three .hentry,
  .portfolio-content-wrapper.layout-three .hentry,
  .service-content-wrapper.layout-three .hentry,
  .numbers-content-wrapper.layout-three .hentry,
  .team-content-wrapper.layout-three .hentry,
  .section-content-wrapper.layout-two .hentry,
  .featured-content-wrapper.layout-two .hentry,
  .portfolio-content-wrapper.layout-two .hentry,
  .service-content-wrapper.layout-two .hentry,
  .numbers-content-wrapper.layout-two .hentry,
  .team-content-wrapper.layout-two .hentry,
  .collection-wrapper.layout-three article,
  .collection-wrapper.layout-two article,
  .archive-posts-wrapper .layout-three .hentry {
    padding: 0 20px; }

  .archive-posts-wrapper .layout-three {
    margin: 0 -20px; }

  .testimonial-content-section .section-content-wrapper {
    padding-bottom: 56px; }

  .testimonial-content-section.layout-two .section-content-wrapper {
    padding-left: 20px;
    padding-right: 20px; }

  .section-content-wrapper.layout-four,
  .featured-content-wrapper.layout-four,
  .portfolio-content-wrapper.layout-four,
  .service-content-wrapper.layout-four,
  .numbers-content-wrapper.layout-four,
  .team-content-wrapper.layout-four,
  .section-content-wrapper.layout-three,
  .featured-content-wrapper.layout-three,
  .portfolio-content-wrapper.layout-three,
  .service-content-wrapper.layout-three,
  .numbers-content-wrapper.layout-three,
  .team-content-wrapper.layout-three,
  .section-content-wrapper.layout-two,
  .featured-content-wrapper.layout-two,
  .portfolio-content-wrapper.layout-two,
  .service-content-wrapper.layout-two,
  .numbers-content-wrapper.layout-two,
  .team-content-wrapper.layout-two,
  .collection-wrapper.layout-three,
  .collection-wrapper.layout-four {
    margin-left: 0;
    margin-right: 0; }

  .section-content-wrapper.layout-three,
  .featured-content-wrapper.layout-three,
  .portfolio-content-wrapper.layout-three,
  .service-content-wrapper.layout-three,
  .numbers-content-wrapper.layout-three,
  .team-content-wrapper.layout-three,
  .section-content-wrapper.layout-two,
  .featured-content-wrapper.layout-two,
  .portfolio-content-wrapper.layout-two,
  .service-content-wrapper.layout-two,
  .numbers-content-wrapper.layout-two,
  .team-content-wrapper.layout-two,
  .collection-wrapper.layout-three,
  .collection-wrapper.layout-two {
    padding: 0 20px; }

  .section-content-wrapper.layout-one .hentry,
  .featured-content-wrapper.layout-one .hentry,
  .portfolio-content-wrapper.layout-one .hentry,
  .service-content-wrapper.layout-one .hentry,
  .numbers-content-wrapper.layout-one .hentry,
  .team-content-wrapper.layout-one .hentry,
  .collection-wrapper.layout-one .hentry,
  .services-section.special .section-content-wrapper,
  .services-section.special .section-content-wrapper .hentry {
    padding: 0 20px; }

  .portfolio-content-wrapper.special,
  .collection-wrapper.layout-two,
  .collection-wrapper.layout-three,
  .collection-wrapper.layout-four {
    padding: 0 20px; }

  #hero-section.has-content-frame .entry-container {
    padding: 63px 30px; }

  #hero-section:not(.has-content-frame) .entry-container {
    padding: 63px 0; }

  #hero-section:not(.has-content-frame).content-right .entry-container {
    padding-left: 60px; }

  #hero-section:not(.has-content-frame).content-left .entry-container {
    padding-right: 60px; }

  .product-content-wrapper,
  .recent-blog-content-wrapper {
    padding: 0 30px; }

  #promotion-section .content-wrapper {
    padding: 0 50px; }

  .section-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .service-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .team-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .numbers-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .collection-wrapper.layout-four .hentry:nth-child(2n+1) {
    clear: none; }

  .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .featured-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .portfolio-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .service-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .team-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .numbers-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .collection-wrapper.layout-four .hentry:nth-child(4n+1) {
    clear: both; }

  .section-content-wrapper.layout-four .hentry,
  .featured-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .hentry,
  .numbers-content-wrapper.layout-four .hentry,
  .collection-wrapper.layout-four .hentry {
    width: 25%; }

  .section-content-wrapper.layout-four .hentry,
  .featured-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .numbers-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .hentry,
  .collection-wrapper.layout-four .hentry {
    padding: 0 20px; }

  .section-content-wrapper.layout-four,
  .featured-content-wrapper.layout-four,
  .portfolio-content-wrapper.layout-four,
  .service-content-wrapper.layout-four,
  .numbers-content-wrapper.layout-four,
  .team-content-wrapper.layout-four,
  .collection-wrapper.layout-four {
    padding: 0 20px; }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
    max-width: 1000px; }

  .page.no-sidebar .content-area,
  .single.no-sidebar .content-area {
    max-width: 730px; }

  .sidebar {
    float: right;
    margin-left: 70%;
    max-width: 410px;
    width: 30%; }

  #primary,
  #secondary {
    padding: 0 20px; }

  .site-content .sidebar {
    margin-top: 0; }

  .content-right .content-area {
    float: right;
    margin-right: 0;
    margin-left: -100%; }

  .content-right .sidebar {
    float: left;
    margin-right: 70%;
    margin-left: 0; }

  .no-sidebar .content-area {
    float: none;
    margin: 0 auto;
    width: 100%; }

  .no-sidebar.full-width-layout .content-area {
    margin: 0;
    max-width: 100%;
    width: 100%; }

  .widget-column {
    padding: 14px 20px; }

  .woocommerce-pagination,
  .post-navigation,
  .posts-navigation,
  .pagination,
  .site-main #infinite-handle {
    margin: 0; }

  #footer-menu-section .wrapper {
    padding: 14px 30px; }

  .wp-custom-logo .site-branding {
    display: block; }

  .wp-custom-logo .site-branding .custom-logo-link {
    display: block; }

  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 14px auto 14px 10px;
    text-align: left;
    width: auto; }

  .header-center-layout .site-branding {
    margin: 14px auto;
    text-align: center; }

  #footer-newsletter .has-background-image .widget-inner-wrap {
    padding: 14px 49px; }

  .mobile-social-search {
    clear: none;
    display: inline-block;
    padding: 0;
    position: relative; }

  #header-menu-social {
    border: none;
    display: none;
    position: absolute;
    top: 100%;
    right: 14px;
    margin: 0;
    width: max-content;
    padding: 14px 28px;
    z-index: 3;
    -webkit-animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
    animation: fadein 0.6s;
    -webkit-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    -moz-box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004);
    box-shadow: 4.243px 4.243px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(236, 236, 236, 0.004); }

  #header-menu-social.toggled-on {
    border: 1px solid;
    display: block;
    z-index: 199; }

  .site-primary-menu .site-navigation,
  .site-header-cart-wrapper {
    display: inline-block; }

  .site-primary-menu .site-header-cart-wrapper {
    float: right; }

  #feature-slider-section .entry-content,
  #feature-slider-section .entry-summary,
  .custom-header-content .site-header-text,
  .promotion-content-wrapper .entry-content,
  .promotion-content-wrapper .entry-summary,
  .services-section .more-link,
  #featured-content-section .more-link {
    font-size: 24px;
    font-size: 1.5rem; }

  #feature-slider-section .cycle-prev,
  #feature-slider-section .cycle-next {
    height: 50px;
    width: 50px; }

  #feature-slider-section .cycle-prev,
  #feature-slider-section .cycle-next {
    display: block; }

  #feature-slider-section:hover .cycle-prev,
  #feature-slider-section:hover .cycle-next {
    display: block;
    opacity: 1; }

  .clients-content-wrapper {
    padding: 0 35px; }

  #numbers-section.section,
  #numbers-section + .section,
  #countdown-section + .section,
  #promotion-section + .section,
  #team-content-section.section,
  .recent-blog-section.section,
  .custom-header + .section,
  #feature-slider-section + .section,
  .section.no-section-heading,
  #featured-content-section,
  #portfolio-content-section,
  #testimonial-content-section,
  #clients-section,
  .services-section,
  #contact-section,
  .why-choose-us-section {
    padding-top: 56px; }

  .portfolio-content-wrapper .entry-container {
    left: 0;
    right: 0;
    opacity: 0;
    height: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }

  .portfolio-content-wrapper .inner-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%; }

  .portfolio-content-wrapper .hentry-inner:hover .entry-container {
    height: 100%;
    opacity: 1; }

  .portfolio-content-wrapper.special .hentry {
    width: 25%; }

  .portfolio-content-wrapper.special .hentry:first-child {
    width: 50%; }

  .collection-wrapper .hentry-inner:hover .post-thumbnail,
  .collection-wrapper .hentry-inner:focus .post-thumbnail {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  .collection-wrapper.layout-three article.featured {
    width: 50%; }

  .collection-wrapper.layout-three article {
    width: 25%; }

  .collection-wrapper.layout-two article {
    width: 33.33333333333333%; }

  .collection-wrapper.layout-two article.featured {
    width: 66.66666666666666%; }

  .custom-header + #collection-section.no-section-heading,
  #feature-slider-section + #collection-section.no-section-heading,
  .custom-header + #portfolio-content-section.no-section-heading,
  #feature-slider-section + #portfolio-content-section.no-section-heading {
    padding-top: 40px; }

  ul.products li.product {
    overflow: hidden;
    position: relative; }

  .woocommerce .product-container a.button {
    margin-top: 0;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0; }

  ul.products li.product:hover a.button {
    opacity: 1; }

  #countdown-section .entry-container {
    padding: 113px 50px 93px 50px; }

  .portfolio-content-wrapper.special,
  .portfolio-content-wrapper.special .hentry,
  body:not(.boxed-layout) .collection-wrapper,
  .boxed-layout .collection-wrapper.layout-three {
    padding: 0 20px; }

  .portfolio-content-wrapper.special .hentry-inner {
    min-height: 200px; }

  .portfolio-content-wrapper.special .hentry:first-child .hentry-inner {
    min-height: 435px; }

  #header-navigation-area {
    border-top: 0; }

  #site-cart-contents {
    display: block; }

  .site-header-cart .site-product-search {
    display: none; }

  .site-header-cart .site-product-search.toggled-on {
    display: block; }

  .primary-nav-center .site-primary-menu {
    text-align: center; }

  #site-header-primary-cart-wrapper {
    padding: 0; }

  body:not(.footer-center) .copyright {
    margin-right: auto;
    width: auto; }

  #footer-payment-supported-image {
    margin-top: 0;
    text-align: right;
    width: 50%; }

  body.absolute-header .site-header {
    background-color: transparent; }

  #product-content-section .product-container a.button,
  .woocommerce .product-container .wc-forward {
    margin-top: 0; }

  #footer-instagram .widget-title {
    margin-top: 56px; }

  .menu-toggle {
    font-size: 14px;
    font-size: 0.875rem; }

  .top-navigation,
  .social-navigation {
    margin: 0; }

  body.absolute-header.menu-is-on .site-primary-menu.toggled-on {
    border: 0;
    border-color: transparent; }

  .site-primary-menu {
    padding: 0; }

  body.absolute-header.menu-is-on #header-navigation-area {
    background-color: transparent; }

  body:not(.absolute-header) #header-navigation-area {
    border: 0; }

  .section-title,
  .page-title,
  .singular-content-wrap .entry-title,
  .promotion-content-wrapper .section-subtitle,
  .numbers-content-wrapper .entry-title,
  #footer-instagram .widget-title,
  #contact-section .entry-title {
    font-size: 70px;
    font-size: 4.375rem; }

  .services-section .entry-title,
  .portfolio-content-wrapper .entry-title,
  .team-content-wrapper .entry-title,
  #featured-content-section .entry-title,
  .testimonial-content-section .entry-title,
  .why-choose-us-section .entry-title {
    font-size: 36px;
    font-size: 2.25rem; }

  .site-footer .widget .widget-title {
    font-size: 32px;
    font-size: 2rem; }

  .site-header .social-navigation ul {
    padding: 7px 0; }

  #team-content-section:before {
    min-height: 240px; }

  .why-choose-us-section .section-content-wrapper {
    display: flex; }

  .why-choose-us-section .hentry {
    padding: 0 20px; }

  .why-choose-us-content-area .post-thumbnail {
    margin: 0 0 50px; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -61px; }

  #testimonial-content-section,
  #contact-section,
  #numbers-section.section,
  #gallery-content-section {
    padding-top: 120px; }

  #gallery-content-section .gallery-content-wrapper,
  #gallery-content-section .gallery-content-wrapper .hentry {
    padding: 0 20px; }

  .why-choose-us-section .section-content-wrapper {
    padding: 0 20px; }

  .site-footer .widget {
    padding: 21px 20px; }

  #contact-section .entry-container {
    clear: both;
    padding: 0; }

  .services-section .post-thumbnail img {
    margin: unset;
    margin-top: 7px;
    margin-right: 28px; }

  .special-image {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    width: calc(100% - 56%);
    margin: 0;
    margin-bottom: 35px; }

  .services-section.special .section-content-wrapper,
  .services-section.special .section-content-wrapper .hentry {
    padding-left: 20px;
    padding-right: 20px; }

  .special .section-content-wrapper .hentry {
    width: 28%; }

  .header-center-layout .site-header-main .social-navigation,
  .header-center-layout .site-header-main .site-branding,
  .header-center-layout .site-header-main .site-header-right-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    text-align: center; }

  .header-center-layout .site-branding .site-identity {
    margin: 0 auto; }

  .site-header-right-menu .site-secondary-menu {
    margin: 0; }

  .site-header-right-wrapper {
    display: flex;
    align-items: center; }

  .social-navigation + .site-branding + .site-header-right-wrapper {
    display: block;
    text-align: right; }

  #social-navigation-left {
    text-align: left; }

  .rtl .social-navigation + .site-branding + .site-header-right-wrapper {
    display: block;
    text-align: left; }

  .rtl #social-navigation-left {
    text-align: right; }

  .boxed-layout #clients-section:after,
  .boxed-layout #featured-content-section:after,
  .boxed-layout #team-content-section:after,
  .boxed-layout .why-choose-us-section:after {
    bottom: -58px; }

  #contact-section {
    padding-bottom: 75px; }

  .services-section.classic .hentry {
    padding: 0 15px;
    width: 25%;
    text-align: center; }

  .services-section.classic .hentry {
    margin-bottom: 42px; }

  .header-media .custom-header-content .entry-title,
  #feature-slider-section .entry-title {
    font-size: 94px;
    font-size: 5.875rem; }

  .home .header-media .custom-header-content .sub-title,
  #promotion-section .entry-title,
  .page-title,
  .singular-content-wrap .entry-title {
    font-size: 56px;
    font-size: 3.5rem; }

  .site-title {
    font-size: 35px;
    font-size: 2.1875rem; }

  h1,
  .site-title {
    font-size: 70px;
    font-size: 4.375rem; }

  h2,
  .woocommerce-posts-wrapper .entry-title {
    font-size: 52px;
    font-size: 3.25rem; }

  h3 {
    font-size: 36px;
    font-size: 2.25rem; }

  h4 {
    font-size: 24px;
    font-size: 1.5rem; }

  h5,
  blockquote {
    font-size: 20px;
    font-size: 1.25rem; }

  h6 {
    font-size: 18px;
    font-size: 1.125rem; }

  .testimonial-content-section .cycle-prev,
  .testimonial-content-section .cycle-next {
    display: block; }

  .clients-content-wrapper .hentry {
    padding: 0 15px 42px 15px; }

  .button,
  button,
  input[type=submit],
  .more-link,
  .promotion-content-wrapper .more-button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .services-section .more-link,
  #featured-content-section .more-link,
  #feature-slider-section .more-link .more-button,
  #infinite-handle span button,
  #infinite-handle span button:focus,
  #infinite-handle span button:hover,
  #footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
    font-size: 28px;
    font-size: 1.75rem; }

  .why-choose-us-section .main-image {
    display: block; }

  #contact-section .wpcf7-form {
    padding-bottom: 42px; }

  .site-navigation .top-menu li:hover > ul .sub-menu {
    top: 0px; }

  #promotion-section .entry-content p,
  #promotion-section .entry-summary p {
    display: block; }

  #promotion-section .entry-container-frame .section-subtitle {
    font-size: 90px;
    font-size: 5.625rem; } }
/**    15.5 - >= 1120px
*/
@media screen and (min-width: 70em) {
  /* Woocommerce Styles*/
  .woocommerce-tabs ul.tabs {
    margin: 56px 0 0; }

  .single-product div.product .related,
  .single-product div.product .upsells,
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    margin-top: 56px; }

  /* Woocommerce Styles End */
  #header-content input[type="search"] {
    max-width: 440px; }

  .site-header-main {
    padding: 35px 40px 14px 40px; }

  .wp-custom-logo .custom-logo-link,
  .wp-custom-logo .site-identity {
    display: inline-block; }

  .section-content-wrapper .entry-footer .entry-meta {
    margin: 28px 0 0; }

  .portfolio-content-wrapper .entry-summary {
    display: block; }

  .content-bottom-widgets {
    padding-top: 70px; }

  #hero-section.has-content-frame .entry-container {
    padding: 70px 50px; }

  #hero-section:not(.has-content-frame) .entry-container {
    padding: 70px 0; }

  #hero-section:not(.has-content-frame).content-right .entry-container {
    padding-left: 70px; }

  #hero-section:not(.has-content-frame).content-left .entry-container {
    padding-right: 70px; }

  #footer-newsletter .has-background-image .widget-inner-wrap {
    padding: 28px 70px; }

  .product-review-section .entry-content {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .product-review-section .attachment-woocommerce_thumbnail,
  .product-review-section .product-review-wrap {
    display: table-cell;
    text-align: left;
    vertical-align: top; }

  .product-review-section .attachment-woocommerce_thumbnail {
    width: 24%; }

  .product-review-section .product-review-wrap {
    padding-left: 21px;
    width: 76%; }

  .product-review-section .star-rating {
    margin: 0 0 7px 0; }

  .product-review-section .entry-content .attachment-woocommerce_thumbnail img {
    width: 100%; }

  #team-content-section:before {
    min-height: 250px; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -67px; } }
/**    15.6 - >= 1366px
*/
@media screen and (min-width: 85.375em) {
  /* Woocommerce Styles */
  .woocommerce-shorting-wrapper {
    margin: 0 0 49px; }

  ul.products li.product {
    margin: 0 auto 42px; }

  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-noreviews,
  p.no-comments {
    margin-bottom: 2.882352941176471em; }

  table.shop_table_responsive tr td {
    padding: 14px 28px; }

  .woocommerce-tabs ul.tabs {
    margin: 63px 0 0; }

  .woocommerce-pagination {
    margin-top: 7px; }

  /* Woocommerce Styles End */
  caption,
  th,
  td {
    padding: 14px 28px; }

  #hero-section.has-content-frame .entry-container {
    padding: 77px 50px; }

  #hero-section:not(.has-content-frame) .entry-container {
    padding: 77px 0; }

  #hero-section:not(.has-content-frame).content-right .entry-container {
    padding-left: 100px; }

  #hero-section:not(.has-content-frame).content-left .entry-container {
    padding-left: 0;
    padding-right: 100px; }

  #footer-instagram .widget-title {
    padding: 0 42px; }

  .featured-content-wrapper .hentry,
  .portfolio-content-wrapper .hentry,
  .service-content-wrapper .hentry,
  .numbers-content-wrapper .hentry,
  .team-content-wrapper .hentry,
  .collection-wrapper .hentry {
    margin-bottom: 42px; }

  .view-more {
    margin: 0 0 42px; }

  .section,
  .site-content,
  #footer-newsletter .widget.has-background-image {
    padding: 63px 0; }

  .content-bottom-widgets {
    padding-top: 77px; }

  #countdown-section + .section,
  #promotion-section + .section,
  #team-content-section.section,
  .custom-header + .section,
  .recent-blog-section.section,
  #feature-slider-section + .section,
  .section.no-section-heading,
  #featured-content-section,
  #clients-section,
  .services-section,
  .why-choose-us-section.section {
    padding-top: 70px; }

  .site-footer-menu .wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .site-footer .footer-navigation {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .copyright,
  .powered,
  #footer-payment-supported-image {
    padding: 0 20px; }

  #footer-newsletter .has-background-image .widget-inner-wrap {
    padding: 35px 77px; }

  .author-info,
  .singular-content-wrap .post-thumbnail,
  .singular-content-wrap .entry-footer {
    margin: 42px 0; }

  .singular-content-wrap .entry-content {
    margin-bottom: 42px; }

  .comments-area,
  .singular-content-wrap .entry-header,
  .archive .page-header,
  .error404 .page-header,
  .search .page-header,
  .woocommerce-products-header {
    margin-bottom: 42px; }

  .archive-posts-wrapper .layout-one .hentry {
    margin-bottom: 49px; }

  .home .custom-header-content,
  #feature-slider-section .slider-content-wrapper {
    padding: 247px 50px; }

  .home .custom-header .custom-header-content.content-center-top,
  #feature-slider-section.content-center-top .slider-content-wrapper {
    padding: 61px 50px 453px 50px; }

  .home .custom-header .custom-header-content.content-center-bottom,
  #feature-slider-section.content-center-bottom .slider-content-wrapper {
    padding: 453px 50px 119px 50px; }

  #countdown-section .entry-container {
    padding: 156px 50px 136px 50px; }

  .portfolio-content-wrapper.special .hentry-inner {
    min-height: 400px; }

  .portfolio-content-wrapper.special .hentry:first-child .hentry-inner {
    min-height: 840px; }

  #footer-instagram .widget-title {
    margin-top: 63px; }

  #feature-slider-section .cycle-prev {
    left: 42px; }

  #feature-slider-section .cycle-next {
    right: 42px; }

  #team-content-section:before {
    min-height: 290px; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -82px; }

  .services-section.special .section-content-wrapper {
    padding-left: 40px;
    padding-right: 40px; }

  .boxed-layout #clients-section:after,
  .boxed-layout #featured-content-section:after,
  .boxed-layout #team-content-section:after,
  .boxed-layout .why-choose-us-section:after {
    bottom: -77px; } }
/**    15.7 - >= 1600px
*/
@media screen and (min-width: 100em) {
  /* Woocommerce Styles */
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 21px; }

  ul.products li.product img {
    margin: 0 auto 28px; }

  .woocommerce-tabs ul.tabs {
    margin: 70px 0 0; }

  .woocommerce-pagination {
    margin-top: 14px; }

  /* Woocommerce Styles End */
  .section-content-wrapper .post-thumbnail {
    margin: 0 0 28px; }

  .section-heading-wrapper {
    padding: 42px 50px; }

  .section,
  .site-content,
  #footer-newsletter .widget,
  #footer-newsletter .widget.has-background-image {
    padding: 70px 0; }

  .author-info,
  .singular-content-wrap .post-thumbnail,
  .singular-content-wrap .entry-footer {
    margin: 49px 0; }

  .singular-content-wrap .entry-content {
    margin-bottom: 49px; }

  .comments-area,
  .singular-content-wrap .entry-header,
  .archive .page-header,
  .error404 .page-header,
  .search .page-header,
  .woocommerce-products-header {
    margin-bottom: 49px; }

  .content-bottom-widgets {
    padding-top: 91px; }

  .testimonial-content-section.layout-two .cycle-prev,
  .testimonial-content-section.layout-two .cycle-next {
    display: block; }

  #footer-newsletter .has-background-image .widget-inner-wrap {
    padding: 49px 91px; }

  .sidebar .widget {
    padding: 35px; }

  #feature-slider-section .cycle-prev .icon,
  #feature-slider-section .cycle-next .icon {
    font-size: 28px;
    font-size: 1.75rem; }

  .home .custom-header-content,
  #feature-slider-section .slider-content-wrapper {
    padding: 294px 50px; }

  .home .custom-header .custom-header-content.content-center-top,
  #feature-slider-section.content-center-top .slider-content-wrapper {
    padding: 61px 50px 498px 50px; }

  .home .custom-header .custom-header-content.content-center-bottom,
  #feature-slider-section.content-center-bottom .slider-content-wrapper {
    padding: 498px 50px 61px 50px; }

  .testimonial-content-section .post-thumbnail img {
    width: 110px;
    height: 110px; }

  .testimonial-content-section .hentry-inner-header {
    margin-top: 35px; }

  #countdown-section + .section,
  #promotion-section + .section,
  #team-content-section.section,
  .custom-header + .section,
  .recent-blog-section.section,
  #feature-slider-section + .section,
  .section.no-section-heading,
  #featured-content-section,
  #clients-section,
  .services-section,
  .why-choose-us-section.section {
    padding-top: 91px; }

  #hero-section:not(.has-content-frame) .entry-container {
    padding: 91px 0; }

  .portfolio-content-wrapper.special .hentry {
    margin-bottom: 40px; }

  #countdown-section .entry-container {
    padding: 200px 50px 180px 50px; }

  .portfolio-content-wrapper.special .hentry-inner {
    min-height: 440px; }

  .portfolio-content-wrapper.special .hentry:first-child .hentry-inner {
    min-height: 920px; }

  .archive-posts-wrapper .layout-one .hentry {
    margin-bottom: 56px; }

  body:not(.home) .section-content-wrapper .entry-summary,
  body:not(.home) .section-content-wrapper .entry-content {
    margin: 21px 0 0; }

  #footer-instagram .widget-title {
    margin-bottom: 42px;
    margin-top: 70px; }

  #team-content-section:before {
    min-height: 355px; }

  .contact-section .entry-container {
    padding: 140px 70px; }

  #contact-section .entry-title {
    padding: 0 0 42px; }

  #testimonial-content-section,
  #contact-section,
  #numbers-section.section,
  #gallery-content-section {
    padding-top: 200px; }

  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -95px; }

  .special-image {
    padding-top: 70px; }

  .services-section .post-thumbnail {
    margin-right: 0; }

  .boxed-layout #clients-section:after,
  .boxed-layout #featured-content-section:after,
  .boxed-layout #team-content-section:after,
  .boxed-layout .why-choose-us-section:after {
    bottom: -90px; }

  #promotion-section .entry-container-frame .section-subtitle,
  #promotion-section.content-frame .entry-container-frame .section-subtitle {
    font-size: 110px;
    font-size: 6.875rem; } }
/**    15.8 - >= 1600px
*/
@media screen and (min-width: 120em) {
  #clients-section:after,
  #featured-content-section:after,
  #team-content-section:after,
  .why-choose-us-section:after {
    bottom: -114px; }

  #promotion-section .entry-container-frame .section-subtitle,
  #promotion-section.content-frame .entry-container-frame .section-subtitle {
    font-size: 130px;
    font-size: 8.125rem; } }
/**
 * 16.0  - >= Colors
 */
/* Background Color */
body {
  background: #f8f8f8;
  /* Fallback for when there is no custom background color defined. */ }

/* Header Text Color */
.site-title a {
  color: #3f3734; }

/* Page Background Color */
#page,
#promotion-section.content-frame .entry-container,
#footer-newsletter .has-background-image .widget-inner-wrap,
.section-title-wrapper:after,
.catch-instagram-feed-gallery-widget-wrapper .button,
#clock > .count-down > span,
body.absolute-header .site-header,
.absolute-header.menu-is-on #header-navigation-area,
.testimonial-content-section .hentry-inner,
#header-top .search-container input[type=search].search-field,
input[type="search"] {
  background-color: #fff; }

.promotion-content-wrapper .entry-container-frame,
#featured-content-section .section-content-wrapper .entry-price {
  border-color: #fff; }

@media screen and (min-width: 64em) {
  #site-product-search,
  #site-cart-contents-items,
  #header-menu-social,
  .search-container,
  .site-navigation ul ul,
  .site-navigation ul ul li,
  .header-top-bar .site-navigation ul ul,
  .header-top-bar .site-navigation ul ul li {
    background-color: #fff; }

  .site-secondary-menu ul ul:after,
  .site-secondary-menu #header-menu-social.toggled-on::after {
    border-color: #fff transparent; } }
/* Page Background Color Woocommerce */
.woocommerce-shorting-wrapper .woocommerce-ordering select,
.woocommerce-account .woocommerce-MyAccount-navigation a {
  background-color: #fff; }

/* Secondary Background Color */
hr,
pre,
.site .skip-link,
.no-comments,
.header-top-button-wrap,
#hero-section.has-content-frame .entry-container,
.sidebar .widget,
.author-info,
.header-media,
.product-review-section .entry-container,
.header-top-right .social-navigation a,
.social-navigation a:hover,
.social-navigation a:focus,
.ctsocialwidget a:hover,
.ctsocialwidget a:focus,
.header-top-bar,
#hero-section,
#testimonial-content-section,
#clients-section,
.team-content-wrapper .post-thumbnail a,
.comment-respond {
  background-color: #fef9f3; }

@media screen and (min-width: 64em) {
  .site-secondary-menu ul ul:before,
  #header-menu-social.toggled-on:before {
    border-color: #fef9f3 transparent; } }
.site-footer input[type="date"]:focus,
.site-footer input[type="time"],
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="number"]:focus,
.site-footer textarea:focus,
.site-footer fieldset:focus,
.site-footer select:focus {
  color: #fef9f3; }

/* Secondary Background Color Woocommerce */
@media screen and (min-width: 48em) {
  table.shop_table .cart-subtotal th,
  table.shop_table .order-total th {
    background-color: #fef9f3; } }
@media screen and (min-width: 64em) {
  .site-header-cart .widget_shopping_cart {
    background-color: #fef9f3; } }
.product-review-section .entry-container:after {
  border-color: #fef9f3 transparent; }

/* 40% of Secondary Background Color */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-shorting-wrapper,
.woocommerce-tabs .panel,
ul.wc_payment_methods .payment_box,
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: rgba(250, 250, 250, 0.4); }

/* Main Text Color */
body,
input,
select,
textarea,
.entry-meta a,
#footer-newsletter .ewnewsletter .widget-inner-wrap,
.testimonial-content-section .cycle-prev,
.testimonial-content-section .cycle-next,
.post-navigation .nav-subtitle {
  color: #666666; }

/* Button Text Color */
#scrollup,
.widget_calendar tbody a,
#promotion-section .more-link .more-button,
.page-links a,
.posts-navigation a,
.site-main #infinite-handle span button,
.pagination .page-numbers.current,
.sticky-post,
mark,
ins,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.header-media .more-link .more-button,
#feature-slider-section .more-link .more-button,
#countdown-section .more-link .more-button,
#portfolio-content-section .entry-content,
#portfolio-content-section .entry-summary,
#portfolio-content-section .hentry .more-link,
#portfolio-content-section .entry-title a,
#portfolio-content-section .entry-meta a,
#feature-slider-section.text-aligned-center .entry-container p,
#feature-slider-section.text-aligned-center .entry-container .entry-title,
#feature-slider-section.text-aligned-center .entry-container .entry-title a,
#feature-slider-section .entry-title a,
#feature-slider-section .entry-summary,
#feature-slider-section .entry-content,
.collection-wrapper .entry-title a,
.view-all-button .more-link,
#featured-content-section .section-content-wrapper .entry-price,
#feature-slider-section .entry-header .entry-meta,
#feature-slider-section .entry-header .sub-title {
  color: #fff; }

/* Button Text Color Woocommerce */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li a:focus {
  color: #fff; }

/* Button Hover Text Color */
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link .more-button:hover,
#feature-slider-section .more-link .more-button:focus,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button:focus,
.page-links a:hover,
.page-links a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
button:hover,
button:focus,
button[disabled]:hover,
button[disabled]:focus,
.button:hover,
.button:focus,
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus,
#testimonial-content-section .cycle-prev:hover,
#testimonial-content-section .cycle-prev:focus,
#testimonial-content-section .cycle-next:hover,
#testimonial-content-section .cycle-next:focus,
.woocommerce .product-container a.button:hover,
.woocommerce .product-container a.button:focus,
#countdown-section .more-link .more-button:hover,
#countdown-section .more-link .more-button:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus {
  color: #fff; }

/* Button Hover Text Color Woocommerce */
.onsale,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce .product-container .added,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus {
  color: #fff; }

/* Button Background Color */
.onsale,
#scrollup,
.widget_calendar tbody a,
button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.sticky-post,
.page-links a,
.site-main #infinite-handle span button,
.posts-navigation a,
.pagination .page-numbers.current,
#promotion-section .more-link .more-button,
.header-media .more-link .more-button,
#feature-slider-section .more-link .more-button,
#countdown-section .more-link .more-button,
.view-all-button .more-link,
#featured-content-section .section-content-wrapper .entry-price-wrapper {
  background-color: #ed3f27; }

/* Button Background Color Woocommerce */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li a:focus {
  background-color: #ed3f27; }

.woocommerce-tabs ul.tabs li.active a {
  border-color: #ed3f27; }

/* Button Hover Background Color */
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link .more-button:hover,
#feature-slider-section .more-link .more-button:hover,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.page-links a:hover,
.page-links a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
#promotion-section .more-link .more-button:hover,
#promotion-section .more-link .more-button:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.tagcloud a:hover,
.tagcloud a:focus,
#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus,
#testimonial-content-section .cycle-prev:hover,
#testimonial-content-section .cycle-prev:focus,
#testimonial-content-section .cycle-next:hover,
#testimonial-content-section .cycle-next:focus,
.woocommerce .product-container a.button:hover,
.woocommerce .product-container a.button:focus,
#countdown-section .more-link .more-button:hover,
#countdown-section .more-link .more-button:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
#featured-content-section .section-content-wrapper .entry-price-wrapper:hover,
#featured-content-section .section-content-wrapper .entry-price-wrapper:focus {
  background-color: #222222; }

.tagcloud a:hover,
.tagcloud a:focus,
#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus {
  border-color: #222222; }

/* Button Hover Background Color Woocommerce */
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce .product-container .added,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus {
  background-color: #222222; }

/* Link Color */
a,
.site-navigation .current-menu-item > a,
.site-navigation .current_page_item > a,
.menu-toggle,
.dropdown-toggle,
.search-submit,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.comment-metadata .comment-reply-link,
.widget-title a,
.woocommerce-breadcrumb a,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-form label,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
#search-toggle-main .icon,
.collection-wrapper .entry-header .entry-meta a,
.woocommerce-Price-amount,
.custom-header-content .site-header-text,
.custom-header-content .entry-title,
.custom-header-content .site-header-text a,
#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next,
#promotion-section .entry-content,
#promotion-section .entry-summary,
.testimonial-content-section .cycle-prev:hover,
.testimonial-content-section .cycle-prev:focus,
.testimonial-content-section .cycle-next:hover,
.testimonial-content-section .cycle-next:focus,
.catch-instagram-feed-gallery-widget-wrapper .button,
#clients-section .cycle-prev:hover,
#clients-section .cycle-prev:focus,
#clients-section .cycle-next:hover,
#clients-section .cycle-next:focus,
#clock,
.cycle-pager .cycle-pager-active,
#search-toggle-main .icon:hover,
#search-toggle-main .icon:focus,
#featured-content-section .more-link:hover,
#featured-content-section .more-link:focus,
.top-main-wrapper .contact-address,
#featured-content-section .section-content-wrapper .entry-meta span,
.more-button:hover,
.more-button:focus,
.drop-cap:before,
.header-top-bar .contact-details li,
#promotion-section .section-subtitle,
#promotion-section .entry-title {
  color: #000; }

mark,
ins,
.site-footer .social-navigation a:hover,
.site-footer .social-navigation a:focus,
.ctsocialwidget a:hover,
.ctsocialwidget a:focus {
  background-color: #000; }

.site-main .more-link .more-button {
  border-color: #000; }

/* 40% of Link Color */
.portfolio-content-wrapper .entry-container {
  background-color: rgba(0, 0, 0, 0.4); }

/* 60% of Link Color */
.site-description {
  color: rgba(0, 0, 0, 0.6); }

/* Link Color Woocommerce */
.woocommerce-tabs ul.tabs li.active a,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:focus,
.single-product .product_meta a:hover,
.single-product .product_meta a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.variations .reset_variations:hover,
.variations .reset_variations:focus {
  color: #000; }

/* Link Hover Color */
a:hover,
a:focus,
a:active,
.site-title a:hover,
.site-title a:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
#search-toggle-right:hover,
#search-toggle:hover,
#search-toggle-right:focus,
#search-toggle:focus,
.search-submit:hover,
.search-submit:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.required,
.entry-title a:hover,
.entry-title a:focus,
.entry-meta .icon:hover,
.entry-meta .icon:focus,
.site-info a:hover,
.site-info a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus,
#feature-slider-section .entry-title a:hover,
#feature-slider-section .entry-title a:focus,
#feature-slider-section .entry-meta a:hover,
#feature-slider-section .entry-meta a:focus,
#feature-slider-section .entry-meta .icon:hover,
#feature-slider-section .entry-meta .icon:focus,
.social-navigation a:hover,
.social-navigation a:focus,
.site .skip-link,
.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus,
.comment-metadata .comment-reply-link:hover,
.comment-metadata .comment-reply-link:focus,
.custom-header-content .entry-title a:hover,
.custom-header-content .entry-title a:focus,
.custom-header-content .entry-meta a:hover,
.custom-header-content .entry-meta a:focus,
.tagcloud a,
#cancel-comment-reply-link,
.pagination .prev.page-numbers:hover,
.pagination .prev.page-numbers:focus,
.pagination .next.page-numbers:hover,
.pagination .next.page-numbers:focus,
#portfolio-content-section .entry-title a:hover,
#portfolio-content-section .entry-title a:focus,
#portfolio-content-section .entry-meta a:hover,
#portfolio-content-section .entry-meta a:focus,
#portfolio-content-section .hentry .more-link:hover,
#portfolio-content-section .hentry .more-link:focus,
.collection-wrapper .entry-header .entry-meta a:hover,
.collection-wrapper .entry-header .entry-meta a:focus,
ul.products li.product a:hover .woocommerce-loop-product__title,
ul.products li.product a:focus .woocommerce-loop-product__title,
.woocommerce-Price-amount:hover,
.woocommerce-Price-amount:focus,
.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
#search-toggle-top,
.header-top-bar .header-top-left svg,
.header-top-bar svg:hover,
.header-top-bar svg:focus,
.header-top-bar .dropdown-toggle,
.header-top-bar a:hover,
.header-top-bar a:focus,
.header-top-bar .site-navigation .current-menu-item > a,
.header-top-bar .site-navigation .current_page_item > a,
#featured-content-section .more-link,
.more-button,
.post-navigation a:hover .nav-title,
.post-navigation a:focus .nav-title,
#search-toggle-main .icon:hover,
#search-toggle-main .icon:focus,
.widget-area .essential-widgets .tagcloud a:hover,
.widget-area .essential-widgets .tagcloud a:focus,
.widget-area .essential-widgets .tagcloud.rounded-corners a:hover,
.widget-area .essential-widgets .tagcloud.rounded-corners a:focus,
#promotion-section.content-color-white .entry-title a:hover,
#promotion-section.content-color-white .entry-title a:focus {
  color: #ed3f27; }

.no-comments,
#hero-section .entry-title:after,
.section-title:after,
#footer-instagram .widget-title:after,
.section-title-wrapper:after,
.site-main .more-link:hover .more-button,
.site-main .more-link:focus .more-button,
#hero-section.text-aligned-center .section-title-wrapper:after,
.section-title-wrapper:after {
  border-color: #ed3f27; }

/* Link Hover Color Woocommerce */
.single-product div.product .woocommerce-product-rating .woocommerce-review-link,
.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations,
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus {
  color: #ed3f27; }

.woocommerce-info,
.woocommerce-message,
.rtl .woocommerce-info,
.rtl .woocommerce-message {
  border-color: #ed3f27; }

/* Secondary Link Color */
.widget_rss .rss-date,
.widget_rss cite,
#search-toggle-right,
#search-toggle,
.entry-caption,
.wp-caption .wp-caption-text,
.woocommerce-breadcrumb,
.comment-metadata,
.pingback .edit-link,
.comment-metadata a,
.pingback .comment-edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.site-info a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .widget_archive a,
.site-footer .widget_categories a,
#clients-section .cycle-prev,
#clients-section .cycle-next,
.menu-top-toggle:hover,
.menu-top-toggle:focus,
blockquote:before {
  color: #ed3f27; }

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.drop-cap::first-letter,
.page-links > .page-links-title,
#reply-title,
.entry-title a,
ins .amount,
.section-title,
.post-navigation .nav-title {
  color: #622a14; }

/* 86% of Heading Text Color */
blockquote {
  color: rgba(0, 0, 0, 0.86); }

/* Tertiary Background Color */
body:not(.home) .header-media,
.site-footer pre,
.site-footer thead th,
.site-footer input[type="date"],
.site-footer input[type="time"],
.site-footer input[type="datetime-local"],
.site-footer input[type="week"],
.site-footer input[type="month"],
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer input[type="number"],
.site-footer textarea,
.site-footer fieldset,
.site-footer select,
.social-navigation a,
.ctsocialwidget a,
#portfolio-content-section,
#gallery-content-section,
#contact-section,
.testimonial-content-section .cycle-prev,
.testimonial-content-section .cycle-next,
#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next,
#footer-newsletter {
  background-color: #cbe6f2; }

.cycle-pager span {
  color: #cbe6f2; }

/* Tertiary Background Color Woocommerce */
.demo_store {
  background-color: #cbe6f2; }

#footer-newsletter input[type="email"]:focus {
  color: #cbe6f2; }

/* 93% of Tertiary Background Color */
.site-footer {
  background-color: rgba(17, 17, 17, 0.93); }

/* Text color with background */
#promotion-section.content-color-white .section-subtitle,
#promotion-section.content-color-white .entry-title,
#promotion-section.content-color-white .entry-title a,
#promotion-section.content-color-white .entry-container,
#promotion-section.content-color-white .entry-content,
#promotion-section.content-color-white .entry-summary,
.custom-header-media .wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
body:not(.home) .header-media .custom-header-content .entry-title,
.woocommerce .woocommerce-breadcrumb,
.custom-header .entry-container,
.woocommerce .woocommerce-breadcrumb a,
#feature-slider-section .entry-header .entry-meta a,
.home .header-media .custom-header-content .sub-title,
.custom-header-content.text-aligned-center .entry-container p,
.custom-header-content.text-aligned-center .entry-container .entry-title,
.custom-header-content.text-aligned-center .entry-container .entry-title a {
  color: #fff; }

/* Text color with background Woocommerce */
.demo_store {
  color: #fff; }

/* Border Color */
.boxed-layout #page,
table,
th,
td,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.site-footer-menu,
.section-content-wrapper .post-wrapper,
.page-links a,
.page-links > span,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.image-navigation,
.comment-navigation,
#search-top-container,
.archive-posts-wrapper .post-wrapper .entry-container,
.menu-primary-toggle,
.absolute-header.menu-is-on .site-primary-menu.toggled-on,
body:not(.absolute-header) #header-navigation-area,
.featured-content-wrapper .hentry-inner {
  border-color: #fef9f3; }

@media screen and (min-width: 64em) {
  .site-secondary-menu ul ul,
  #header-menu-social.toggled-on,
  .primary-search-wrapper .social-navigation,
  .secondary-search-wrapper .social-navigation {
    border-color: #fef9f3; } }
/* Border Color Woocommerce */
table.cart .product-thumbnail img,
.single-product .product_meta,
.product_list_widget li img,
#reviews .comment-respond,
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation li,
.single-product div.product .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,
.product-review-section .entry-content .attachment-woocommerce_thumbnail img {
  border-color: #fef9f3; }

@media screen and (min-width: 64em) {
  #site-product-search .widget {
    border-color: #fef9f3; } }
/* Tertiary Text Color */
.site-footer a,
.site-footer .widget .widget-title,
.site-footer .social-navigation a,
#site-generator .menu-toggle,
.numbers-section-headline .section-title,
.numbers-content-wrapper .entry-title a,
.numbers-content-wrapper .entry-summary p,
#team-content-section .section-title,
#countdown-section .section-title {
  color: #fff; }

/* 18% of Tertiary Text Color */
.site-footer table,
.site-footer th,
.site-footer table td,
.site-footer input[type="date"]:focus,
.site-footer input[type="time"],
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="number"]:focus,
.site-footer textarea:focus,
.site-footer fieldset:focus,
.site-footer select:focus,
.site-info {
  border-color: rgba(255, 255, 255, 0.18); }

.site-footer .social-navigation a,
.ctsocialwidget a {
  background-color: rgba(255, 255, 255, 0.18); }

/* Tertiary Text Hover Color */
#site-generator .menu-toggle:hover,
#site-generator .menu-toggle:focus,
.site-footer .social-navigation a:hover,
.site-footer .social-navigation a:focus,
.site-footer .widget_archive a:hover,
.site-footer .widget_archive a:focus,
.site-footer .widget_categories a:hover,
.site-footer .widget_categories a:focus,
.ctsocialwidget a:hover,
.ctsocialwidget a:focus {
  color: #fff; }

/* Tertiary Text Hover Color Woocommerce */
.demo_store .woocommerce-store-notice__dismiss-link {
  color: #fff; }

/* Numbers Section Background Color */
#numbers-section {
  background: #11baf4; }

.tagcloud a {
  background: #514e4f;
  color: #fff; }

.site-info .copyright,
.site-footer .ew-about,
.widget_recent_entries .post-date {
  color: #888888; }

#promotion-section.content-frame .entry-container-frame {
  border-color: #cbe6f2; }