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;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
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: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: helvetica, arial, sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
h1, h3, h5{
color: #3d79bd;
}
h2, h4, h6{
color: #2d4ba0;
}
h1{
font-size: 2.5rem;
}
.home .entry-content h1{
color: #fff;
font-size: 1.2rem;
text-align: center;
margin-bottom: 0;
margin-top: 0;
}
h2{
font-size: 2rem;
}
h3{
font-size: 1.6rem;
}
h4{
font-size: 1.4rem;
}
h5{
font-size: 1.2rem;
}
h6{
font-size: 1rem;
}
#fp-counters .fp_counter_icon i{
font-size: 4rem;
color: #3d79bd;
text-align: center;
}
#fp-counters .fp_counter_value{
font-size: 5rem;
color: #4c9faa;
text-align: center;
}
#fp-counters .fp_counter_text{
font-size: 2rem;
color: #3d79bd;
text-align: center;
}
p {
margin-bottom: 1.5em;
}
small{
line-height: 1 !important;
margin-bottom: 1.5em;
}
.error-404.not-found p{
margin-bottom: 2.5em;
}
.home .entry-content p.fp-subtitle{
margin-top: 0;
text-align: center;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
.light-blue{
color: #4c9faa;
}
.dark-blue{
color: #3d79bd;
}
.indigo{
color: #2d4ba0;
}
.light-green{
color: #73bc93;
}
.pink{
color: #d41f62;
}
.grey{
color: #8a8b84;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}  .button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button:active,
a.button:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:focus,
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
border: 0;
border-bottom: 4px solid #3d79bd !important;
border-radius: 2px;
background: #4c9faa;
color: #fff !important;
font-size: 1.2rem;
line-height: 1;
padding: 10px 15px;	
margin-bottom: 20px;
text-align: center;
}
.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #fff;
background: #3d79bd;
}
a.button.register-button{
display: block;
}
.yikes-easy-mc-submit-button{
display: block;
}
.button.disabled,
a.button.disabled,
button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled{
background: #ccc;
cursor: not-allowed;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
width: 100%;
background: #fff;
color: #666;
border: 1px solid #aaa;
border-radius: 2px;
padding: 6px 5px 7px;
margin-bottom: 20px;
line-height: 1.5em;
font-size: 1rem;
-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
border: 1px solid #aaa;
background: #ccc;
}
input[type='number'] {
-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"]{
border-color: red;
}
select{ 
display: inline-block;
background-image:
linear-gradient(45deg, transparent 50%, white 50%),
linear-gradient(135deg, white 50%, transparent 50%),
linear-gradient(to right, #3d79bd, #3d79bd);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
100% 0;
background-size:
5px 5px,
5px 5px,
2.5em 2.5em;
background-repeat: no-repeat;
line-height: 1.5em;
padding: 0.5em 3.5em 0.5em 1em;
margin: 0;      
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.select2-container--default .select2-selection--single{
height: 39px;
border-radius: 2px;
}
.required{
border: 0 none;
color: red;
font-weight: 700;
}
.label,
label{
color: #404040;
} .grecaptcha-badge {
opacity:0
}  a,
a:visited {
color: #4c9faa;
text-decoration: none;
background: none;
border: none;
transition: all 0.2s ease 0s;
cursor: pointer;
}
a:hover,
a:focus,
a:active {
color: #3d79bd;
outline: 0;
}
a.fp-courses:hover,
a.fp-courses:focus,
a.fp-courses:active ,
a.fp-courses:visited{
color: #fff;
}   .account-navigation {
clear: both;
display: block;
width: 100%;
float: right;
}
.account-navigation ul {
display: block;
float: right;
list-style: none;
padding-left: 0;
margin: 0;
}
.account-navigation li {
float: left;
position: relative;
border: none;
}
.account-navigation a {
display: block;
text-decoration: none;
font-size: 1em;
padding: 0 0 10px 15px;
}
.account-menu-email,
.account-menu-tel{
display: none;
}
.account-navigation li a i.wpmenucart-icon-shopping-cart-0{
display: none;
}
.account-navigation li#wpmenucartli a:before{
font-family: fontawesome;
content: '\f07a';
font-size: 2rem;
margin: 0 5px;
}
.account-navigation li.account-menu-email-link a:before{
font-family: fontawesome;
content: '\f0e0';
font-size: 2rem;
margin: 0 5px;
}
.account-navigation li.account-menu-tel-link a:before{
font-family: fontawesome;
content: '\f10b';
font-size: 2rem;
margin: 0 5px;
} .main-navigation {
clear: both;
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 20px 0 0;
padding-left: 0;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
border-bottom: 1px solid #3d79bd;
}
.main-navigation li:first-child {
border-top: 1px solid #3d79bd;
}
.main-navigation a {
display: block;
text-decoration: none;
text-align: center;
font-size: 2em;
padding: 20px 0;
}
#menu-toggle-container{
width: 20%;
float: right;
text-align: right;
display: block;
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
i.menu-toggle{
color: #4c9faa;
cursor: pointer;
display: block;
font-size: 4em;
}
i.menu-toggle:hover{
color: #3d79bd;
} .footer-navigation {
clear: both;
display: block;
width: 100%;
}
.footer-navigation ul {
display: block;
list-style: none;
padding-left: 0;
margin: 0;
}
.footer-navigation li {
display: inline-block;
position: relative;
border: none;
}
.footer-navigation a {
display: block;
text-decoration: none;
font-size: 1em;
padding: 10px;
} .site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 2px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft,
.alignright,
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}
#adac-ssms-display-share-buttons{
width: 100%;
}
#adac-ssms-display-share-buttons a.adac-ssms-display-share-buttons{
font-size: 2em;
margin-right: 10px;
}  #masthead,
#content,
#colophon,
#colophon-image{
width: 96%;
margin: 0 auto;
}
#masthead{
margin-top: 10px;
}
.site-branding{
width: 60%;
float: left;
margin-bottom: 20px;
}
.site-branding img{
width: 100%;
}
#main{
padding-top: 0;
}
.border-light-blue{
border: 1px solid #4c9faa;
}
#colophon{
margin-top: 40px;
}
#site-info,
#site-info p{
text-align: center;
}
#site-info .mmwd-th-social-media-links{
display: block;
margin: 10px 0;
}
#site-info .mmwd-th-social-media-links a i{
padding: 0 10px 0 0;
font-size: 1.5rem;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.home .entry-content{
margin: 0;
padding-top: 10px;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.home .entry-header{
margin: 0 auto;
text-align: center;
}
.page-content-container{
background-color: #8a8b84;
color: #fff;
overflow: auto;
margin: 0;
padding: 0;
}
.page-content-container #primary{
padding: 0 10px;
}
.page-content-container #primary article{
margin: 0 ;
}
.page-content-container #secondary{
margin-bottom: 0;
padding: 10px;
}
.home #primary img{
padding-bottom: 30px;
}  .archive-course-item{
border: 1px solid #ccc;
padding: 0 20px;
margin: 0 0 20px;
}
.archive-course-item h2{
color: #3d79bd;
}
.archive-course-details{
color: #444;
font-size: 1em;
}
p.entry-subtitle,
.archive-course-excerpt p{
font-size: 1.2rem;
color: #4c9faa;
margin: 0 0 10px;
}
.single-course #secondary{
margin-bottom: 100px;
}
.course-meta{
padding: 10px;
background: #1a293e;
display: block;	
width: 100%;
margin: 0 0 20px;
}
.course-meta p,
.course-instalment {
color: #fff;
}
.course-number{
background: #3d79bd;
width: 100px;
height: 100px;
line-height: 40px;
border-radius: 50%;
text-align: center;
color: #fff;
border: 3px solid #fff;
box-shadow: 15px 15px 25px #444;
margin: -55px auto 0;
position: relative;
top: 0;
}
.course-number .course-number-the{
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
font-weight: bold;
font-size: 0.8rem;
padding: 0;
position: absolute;
left: 0.75rem;
top: 2rem
}
.course-number .course-number-number{
font-size: 4rem;
letter-spacing: -12px;
position: relative;
top: 1.7rem;
left: 0.2rem;
}
.course-number .course-number-ordinal{	
position: relative;
left: 0.5rem;
top: 0.5rem
}
.single-course .entry-header{
background: #4c9faa;
margin-top: 75px;
padding: 20px;
}
.single-course .entry-header h1{
font-size: 2rem;
margin-bottom: 0.2em;
}
.single-course .entry-header h1,
.single-course .entry-header p{
color: #fff;
text-align: center;
}
.course-details-container{
overflow: auto;
width: 100%;
background: #8a8b84;
padding: 10px;
margin-bottom: 20px;
}
.course-details{
font-size: 1.3rem;
color: #fff;
float: left;
width: 60%;
}
.course-booking-deadline.highlight{
display: inline-block;
background: #fff;
color: red;
padding: 8px 16px;
margin-top: 16px;
}
.course-fee{
background: #fff;
border-radius: 50%;
width: 130px;
height: 130px;
margin: -35px 0 0;
float: right;
color: #3d79bd;
font-size: 1.3rem;
text-align: center;
}
.course-fee.tax_is_enabled{
line-height: 1.1;
}
.course-fee-content{
position: relative;
top: 50%;
transform: translateY(-50%);
}
.course-fee-amount{
font-size: 1.5rem;
font-weight: bold;
}
.course-accommodation,
.course-instalment{
width: 100%;
background: #3d79bd;
color: #fff;
overflow: auto;
margin: 0 0 20px;
padding: 0 10px;
}
.course-accommodation p,
.course-instalment p{
margin-bottom: 0.8rem;
}
.course-accommodation p strong,
.course-instalment p strong{
font-size: 1.1em;
}
.course-accommodation ul,
.course-instalment ul{
list-style: none;
padding-left: 0;
margin-bottom: 0.8rem;
}
.course-accommodation ul strong,
.course-instalment ul strong{
font-size: 1.1em;
}
.course-instalment{
background: #8a8b84;
}
.faculty-data p{
margin-top: 0;
}
table.faculty-container tr{
margin-bottom: 20px;
}
table.faculty-container td{
vertical-align: top;
}
table.faculty-container td.faculty-image img{
width: 160px;
height: auto;
}
table.faculty-container td.faculty-data{
padding-left: 20px;
}
table.course-programme{
text-align: left;
}
table.course-programme th,
table.course-programme td{
vertical-align: top;
padding-bottom: 20px;
}
table.course-programme th{
padding-top: 20px;
}
table.course-content{
text-align: left;
}
table.course-content th{
padding: 10px 0;
color: #3d79bd;
}
.course-downloads{
width: 100%;
text-align: center;
margin: 0 auto;
}
.course-download{
width: 48%;
float: left;
text-align: center;
margin: 20px 2% 20px 0;
padding: 10px;
}
.course-download img{
border: 1px solid #404040;
}
.course-association p{
text-align: center;
}
.course-association-image{
width: 40%;
margin: 0 auto;
}
.adac-other-orgs{
clear: both;
margin: 6rem 0 2rem;
}
.adac-other-org,
.adac-other-org__image-container,
.adac-other-org__text-container{
display: flex;
flex-direction: column;
}
.adac-other-org{
margin-bottom: 2rem;
}
.adac-other-org__image-container{
align-items: center;
}
.adac-other-org__image{
width: 40%;
max-width: 130px;
text-align: center;
}
.adac-other-org__image img{
border: 1px solid #404040;
}
.adac-other-org__text-container{
align-items: center;
}
@media(min-width: 768px){
.adac-other-org,
.adac-other-org__image-container,
.adac-other-org__text-container{
flex-direction: row;
}
.adac-other-org__image-container{
justify-content: flex-start;
margin-right: 2rem;
}
.adac-other-org__image img{
max-width: 130px;
height: auto;
}
}
.single-course .download-box {
width: 48%;
float: left;
border: 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: center;
position: relative;
margin: 1em auto;
box-shadow: none;
}  .fp-courses-outer-outer-container{
padding: 20px 0;
}
.fp-courses-outer-container{
width: 96%;
margin: 0 auto;
}
.fp-courses-message_bar{
display: flex;
justify-content: center;
align-items: center;
background: #4c9faa;
color: white;
text-align: center;
font-style: italic;
padding: 10px 50px;
margin: 10px 0 20px;
}
.fp-courses-container{
margin: 20px 0 0;
}
.fp-courses{	
color: #fff;
padding: 10px;
background: #1a293e;
display: block;	
width: 100%;
margin: 0 0 20px;
}
.fp-courses.fp-courses-result-odd-number{
background: #8a8b84;
}
.fp-courses .fp-courses-title,
.fp-courses .fp-courses-excerpt,
.fp-courses .fp-courses-details,
.fp-courses .fp-courses-link{
text-align: center;	
}
.fp-courses .fp-courses-title-container{
background: #4c9faa;
padding: 10px;
border: 1px solid #ccc;
margin-bottom: 20px;
}
.fp-courses.fp-courses-result-odd-number .fp-courses-title-container{
background: #8a8b84;
border: 0;
}
.fp-courses .fp-courses-title{
font-size: 1.8em;
line-height: 1.25;
}
.fp-courses .fp-courses-excerpt{
font-size: 1.1em;
line-height: 1.25;
}
.fp-courses .fp-courses-link{
font-size: 1.2em;
} #fp-counters{
clear: both;
margin: 0 auto;
text-align: center;
}
#fp-counters .fp_counter{
padding: 60px 0;
width: 100%;
} .su-spoiler-title,
.su-spoiler-title .su-spoiler-icon{
color: #4c9faa;
font-size: 1.2rem !important;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item, 
.gallery-columns-9 .gallery-item {
max-width: 100%;
}
.gallery-caption {
display: block;
} .w767,
.all{
display: block;
}
.w768,
.w1000,
.w1200{
display: none;
} @media screen and (min-width: 768px) {	
.account-menu-email,
.account-menu-tel{
display: inline;
}
.account-navigation li#wpmenucartli a:before{
font-size: 1.2rem;
margin: 0 5px;
}
.account-navigation li.account-menu-email-link a:before{
font-size: 1.2rem;
margin: 0 5px;
}
.account-navigation li.account-menu-tel-link a:before{
font-size: 1.2rem;
margin: 0 5px;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.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%;
}	
.home #primary{
width: 100%;
}
.home #primary img{
max-width: 350px;
height: auto;
padding-bottom: 10px;
}
.home .entry-content h1 {
clear: left;
}
.home .entry-content h1,
.home .entry-content p.fp-subtitle{
text-align: left;
}
.page-template-template-contact #primary{
width: 100%;
} #fp-counters{
clear: both;
margin: 0 auto;
text-align: center;
}
#fp-counters .fp_counter{
padding: 40px 0;
width: 33.3%;
float: left;
}
.course-download{
width: 31%;
}
#site-info .mmwd-th-social-media-links{
display: inline;
margin: 0 0 0 20px;
}
.w768,
.w767-w768{
display: block;
}
.w767,
.w1000,
.w1200{
display: none;
}
} @media screen and (min-width: 1000px) { #masthead,
#content,
#colophon,
#colophon-image{
max-width: 1200px;
}
.site-branding{
width: 29%;
}
#email-button-container,
#menu-toggle-container{
display: none;
} .account-navigation {
clear: none;
display: block;
width: 70%;
float: right;
}
.main-navigation {
clear: none;
display: block;
float: right;
width: 70%;
}
.main-navigation ul {
display: block;
list-style: none;
margin: 0;
padding-left: 0;
float: right;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
border: none;
}
.main-navigation li:first-child {
border: none;
}
.main-navigation a {
display: block;
text-decoration: none;
font-size: 1.5em;
padding: 10px 0 10px 15px;
}	
.menu-toggle {
display: none;
}
#primary{
width: 63%;
float: left;
}
#secondary{
width: 35%;
float: right;
} .fp-courses-outer-container{
max-width: 1200px;
margin: 0 auto;
}
.fp-courses-container{
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
.fp-courses{
border: 5px solid #fff;
}
.fp-courses.fp-courses-1{
width: 100%;
}	
.fp-courses.fp-courses-2{
width: 50%;
}	
.fp-courses.fp-courses-3{
width: 33%;
}		
.fp-courses.fp-courses-4,
.fp-courses.fp-courses-7
.fp-courses.fp-courses-8{
width: 25%;
}	
.fp-courses.fp-courses-5,
.fp-courses.fp-courses-6,
.fp-courses.fp-courses-9{
width: 33%;
} #secondary .course-register{
margin: 50px 0 0;
}
#secondary .course-meta{
margin: 20px 0;
text-align: left;
}
.w768,
.w1000{
display: block;
}	
.w767,
.w767-w768,
.w1200{
display: none;
}
}
@media screen and (min-width: 1200px) {	
#primary{
width: 73%;
float: left;
}
#secondary{
width: 25%;
float: right;
}
.fp-courses .fp-courses-title{
font-size: 2.5em;
}
.fp-courses .fp-courses-title.long-title{
font-size: 2.25em;
line-height: 1.2;
}
.w768,
.w1000,
.w1200{
display: block;
}
.w767,
.w767-w768{
display: none;
}
}.flexer,.progress-indicator{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.no-flexer,.progress-indicator.stacked{display:block}.no-flexer-element{-ms-flex:0;-webkit-flex:0;-moz-flex:0;flex:0}.flexer-element,.progress-indicator>li{-ms-flex:1;-webkit-flex:1;-moz-flex:1;flex:1}.progress-indicator{margin:0 0 1em;padding:0;font-size:80%;text-transform:uppercase}.progress-indicator>li{list-style:none;text-align:center;width:auto;padding:0;margin:0;position:relative;text-overflow:ellipsis;color:#aaa;display:block}.progress-indicator>li:hover{color:#6f6f6f}.progress-indicator>li.completed,.progress-indicator>li.completed .bubble{color:#73bc93}.progress-indicator>li.current,.progress-indicator>li.current .bubble{color:#3d79bd}.progress-indicator>li .bubble{border-radius:1000px;width:20px;height:20px;background-color:#aaa;display:block;margin:0 auto .5em;border-bottom:1px solid #888}.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{display:block;position:absolute;top:9px;width:100%;height:3px;content:'';background-color:#aaa}.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{background-color:#73bc93;border-color:#73bc93}.progress-indicator>li.current .bubble,.progress-indicator>li.current .bubble:after,.progress-indicator>li.current .bubble:before{background-color:#3d79bd;border-color:#3d79bd}.progress-indicator>li .bubble:before{left:0}.progress-indicator>li .bubble:after{right:0}.progress-indicator>li:first-child .bubble:after,.progress-indicator>li:first-child .bubble:before{width:50%;margin-left:50%}.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before{width:50%;margin-right:50%}.progress-indicator>li.active,.progress-indicator>li.active .bubble{color:#337AB7}.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{background-color:#337AB7;border-color:#122a3f}.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}.progress-indicator>li a:hover .bubble{color:#5671d0}.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}.progress-indicator>li.danger .bubble{color:#d3140f}.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}.progress-indicator>li.warning .bubble{color:#edb10a}.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}.progress-indicator>li.info .bubble{color:#5b32d6}.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{left:50%;margin-left:-1.5px;width:3px;height:100%}.progress-indicator.stacked .stacked-text{position:relative;z-index:10;top:0;margin-left:60%!important;width:45%!important;display:inline-block;text-align:left;line-height:1.2em}.progress-indicator.stacked>li a{border:none}.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}.progress-indicator.stacked.nocenter>li .bubble:after,.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}@media handheld,screen and (max-width:400px){.progress-indicator{font-size:60%}}.woocommerce-page #primary{
width: 100%;
} table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td dt,
table.shop_table_responsive tr td.actions {
text-align: left;
}
table.shop_table_responsive tr td.actions {
padding: 20px 0 0;
}
table.shop_table_responsive tr td.actions div.coupon label {
color: #4c9faa;
font-size: 2em;
}
table.shop_table_responsive tr td dd {
margin: 0 0 1.5em;
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
font-weight: bold;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.product-remove a span.min-1000 {
display: none;
}
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;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item{
border: 2px solid #aaa;
}
.woocommerce-cart-form th,
.woocommerce-cart-form td{
padding: 10px;
}
.cart-collaterals .cart_totals{
background: #ddd;
padding: 0 10px 25px;
}
.shop_table.woocommerce-checkout-review-order-table tr th,
.shop_table.woocommerce-checkout-review-order-table tr td{
background: #ddd;
text-align: left;
padding: 10px;
}
.woocommerce .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order-details th.woocommerce-table__product-name.product-name,
.woocommerce .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order-details td.woocommerce-table__product-name.product-name{
text-align: left;
}
.woocommerce .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order-details th.woocommerce-table__product-table.product-quantity,
.woocommerce .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order-details td.woocommerce-table__product-quantity.product-quantity .product-quantity,
.woocommerce .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order-details th.woocommerce-table__product-table.product-total,
.woocommerce .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order-details td.woocommerce-table__product-total.product-total .woocommerce-Price-amount.amount{
text-align: right;
}
@media screen and (min-width: 768px) {
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;
}
.woocommerce-cart-form td.product-name{
width: 40%;
}
.woocommerce-cart-form th.product-price,
.woocommerce-cart-form td.product-price{
width: 15%;
}
.woocommerce-cart-form td.product-quantity{
width: 15%;
text-align: right;
}
.woocommerce-cart-form th.product-subtotal,
.woocommerce-cart-form td.product-subtotal{
width: 15%;
text-align: right;
}.woocommerce-cart-form td.product-remove{
width: 15%;
text-align: center;
}
table.shop_table_responsive tr td.actions .coupon input#coupon_code{
width: 70%;
float: left;
}
table.shop_table_responsive tr td.actions input.button,
table.shop_table_responsive tr td.actions .coupon input.button{
float: right;
}
.shop_table.woocommerce-checkout-review-order-table tr th{
width: 20%;
}
} ul.products {
content: "";
display: table;
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 2em;
padding: 10px 10px 70px;
text-align: center;
border: 1px solid #8a8b84;
}
ul.products li.product .woocommerce-loop-product__title {
font-size: 1rem;
}
ul.products li.product img {
display: block;
margin: 0 auto;
}
ul.products li.product .button {
display: block;
position: absolute;
bottom: 10px;
width: 200px;
left: 0;
right: 0;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
ul.products li.product {
width: 23%;
float: left;
margin-right: 2%;
}
ul.products li.product.first {
clear: both;
}
ul.products li.product.last {
margin-right: 0;
}
.columns-1 ul.products li.product {
float: none;
width: 100%;
}
.columns-2 ul.products li.product {
width: 48.1%;
}
.columns-3 ul.products li.product {
width: 30.7966666667%;
}
.columns-4 ul.products li.product {
width: 22.15%;
}
.columns-5 ul.products li.product {
width: 16.96%;
}
.columns-6 ul.products li.product {
width: 13.4933333333%;
}
} .woocommerce.single-product #primary{
width: 100%;
}
.single-product div.product {
content: "";
display: table;
table-layout: fixed;
position: relative;
width: 100%;
margin-bottom: 20px;
}
.single-product div.product .woocommerce-variation-add-to-cart.variations_button .quantity{
margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
}
.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 .flex-viewport {
margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
.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 {
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: 48.1%;
}
.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: 30.7966666667%;
}
.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: 22.15%;
}
.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: 16.96%;
}
.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;
}
.stock:empty:before {
display: none;
}
.stock.in-stock {
color: #73bc93;
}
.stock.out-of-stock {
color: #e2401c;
}
.single-product div.product.product-type-registrations table.variations td.value{
color: #4c9faa;
}
.single-product div.product p.price span.woocommerce-Price-amount.amount,
.single-product div.product span.price{
color: #3d79bd;
font-size: 1.5rem;
}
.single-product div.product .woocommerce-variation-price{
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.single-product div.product .variations_form.cart{
width: 50%;
}
} .woocommerce-cart-form td.product-quantity div.quantity input[type="text"],
.woocommerce-cart-form td.product-quantity div.quantity input[type="number"]{
font-size: 1rem;
}
.woocommerce-cart-form td.product-subtotal span.amount,
.woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td{
color: #4c9faa;
font-size: 1.3rem;
} a.checkout-button{
width: 100%;
}
.wc-proceed-to-checkout{
clear: both;
text-align: right;
}
ul.wc_payment_methods.payment_methods.methods{
list-style: none;
padding-left: 0;
margin-left: 0;
}
.payment_box.payment_method_stripe #stripe-payment-data fieldset{
border: 0;
margin: 0;
padding: 0;
}
li.wc_payment_method{
border: 1px solid #ccc;
border-radius: 2px;
padding: 10px;
margin-bottom: 20px;
}
.woocommerce-terms-and-conditions h2{
font-size: 1rem;
}
@media screen and (min-width: 768px) {
.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%;
}
a.checkout-button{
width: auto;
}
}
ul.wc-item-meta{
margin-left: 0;
padding-left: 0;
list-style: none;
} .woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
width: 100%;
}
.woocommerce-MyAccount-navigation ul{
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
margin: 0 0 30px;
}
.woocommerce-MyAccount-navigation ul li a{
display: block;
border: 0;
border-bottom: 4px solid #3d79bd !important;
border-radius: 2px;
background: #4c9faa;
color: #fff !important;
font-size: 1.2rem;
line-height: 1;
padding: 10px 15px;	
margin-bottom: 20px;
text-align: center;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
color: #fff;
background: #3d79bd;
}
@media screen and (min-width: 1000px) {
.woocommerce-MyAccount-navigation{
width: 25%;
float: left;
}
.woocommerce-MyAccount-content{
width: 73%;
float: right;
}
} #progress-indicator-container{
padding-top: 40px;
} .site-header-cart {
position: relative;
margin: 0;
padding: 0;
content: "";
display: table;
table-layout: fixed;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 5.3em;
font-family: 'star';
font-weight: 400;
}
.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;
color: royalblue;
}
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";
color: #404040;
text-indent: 0;
opacity: .25;
}
p.stars a:hover ~ a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars:hover a:before {
content: "\53";
color: royalblue;
opacity: 1;
}
p.stars.selected a.active:before {
content: "\53";
color: royalblue;
opacity: 1;
}
p.stars.selected a.active ~ a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars.selected a:not(.active):before {
content: "\53";
color: royalblue;
opacity: 1;
} .woocommerce-tabs ul.tabs {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
.woocommerce-tabs ul.tabs li {
display: block;
margin: 0;
position: relative;
}
.woocommerce-tabs ul.tabs li a {
padding: 1em 0;
display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 1em;
} .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #73bc93;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #4c9faa;
} .form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #73bc93;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.required {
color: red;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
display: block;
background-color: #eee;
color: #404040;
clear: both;
width: 100%;
padding: 10px 50% 10px 10px;
margin-bottom: 20px;
position: relative;
font-size: 1.2rem;
}
.woocommerce-message{
border-left: 10px solid #73bc93;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
border-left: 10px solid #4c9faa;
}
.woocommerce-error,
.woocommerce-NoticeGroup ul.woocommerce-error {
border-left: 10px solid red;
}
ul.woocommerce-error{
margin-left: 0;
list-style: none;
}
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button,
.woocommerce-noreviews a.button{
position: absolute;
right: 10px;
top: 10px;
}
p.accommodation-not-required{
position: absolute;
right: 10px;
top: 50px;
font-size: 0.8rem;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
background-color: #4c9faa;
z-index: 9999;
}
@media screen and (min-width: 768px) {
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
padding: 10px 30% 10px 10px;
min-height: 100px;
} .site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
background: royalblue;
box-sizing: border-box;
margin-top: -.25em;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.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: royalblue;
}
.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%;
}