/*
Theme Name:     Mocap Pro v2
Template:       stratusx
Author:         Green Fern Software 
Version:        1.0.8
Text Domain:    stratusx-child2
*/


/* = Theme customization starts here

SS Blue: #00adef
SS Orange: #faa400

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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    --global--color-brand-blue: rgb(46, 168, 224);

    
}


/***********************
Basic Layouts
****************************/
@media (min-width: 1000px) {
    .skinny-centered-section {
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .skinny-centered-section > div {
        margin: 0 !important;
    }

    .skinny-centered-section .elementor-column-wrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .skinny-centered-section .elementor-container {
        margin: 0px !important;
        width: 100% !important;
    }
}

a, .elementor a {
    color:var(--global--color-brand-blue);
}

a:hover, .elementor a:hover {
    color:#5c5c5c;
    text-decoration: none;
}

div.wrap ul {
  list-style-image: url('/wp-content/uploads/2021/10/SSblue_bulletpoint_12px.png') !important; 
}


/**************************************
 * Buttons
 * Each needs multiple targets for the different ways to add in elementor
 **************************************/
 .btn-standard-dark, .btn-standard-light, .btn-ghost-dark, .btn-ghost-light {
     /* clear the values from app.css that get applied to containing div when using button widget */
     background: transparent;
     border: 0px;
 }

 .th-cta .th-btn a.btn-standard-dark, a.btn-standard-dark, .btn-standard-dark a {
    border: 2px solid #002fa6;
    background: #002fa6;
    color: #fff;
    border-radius: 50px;
    padding: 20px 50px;
    letter-spacing: 1;
}

.th-cta .th-btn a.btn-standard-dark:hover, a.btn-standard-dark:hover, .btn-standard-dark a:hover {
    border-color: white;
    background: white;
    color: #002fa6; 
}


.th-cta .th-btn a.btn-standard-light, a.btn-standard-light, .btn-standard-light a {
    border: 2px solid #fff;
    background: #fff;
    color: #2ea8e0;
    border-radius: 50px;
    padding: 20px 50px;
    letter-spacing: 1;
}

.th-cta .th-btn a.btn-standard-light:hover, a.btn-standard-light:hover, .btn-standard-light a:hover {
    border-color: #2ea8e0;
    background: #2ea8e0;
    color: #fff; 
}


.th-cta .th-btn a.btn-ghost-dark, a.btn-ghost-dark, .btn-ghost-dark a {
    border: 2px solid #002fa6;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    padding: 20px 50px;
    letter-spacing: 1;
}

.th-cta .th-btn a.btn-ghost-dark:hover, a.btn-ghost-dark:hover, .btn-ghost-dark a:hover {
    border-color: #002fa6;
    background: #002fa6;
    color: #fff; 
}


.th-cta .th-btn a.btn-ghost-light, a.btn-ghost-light, .btn-ghost-light a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    padding: 20px 50px;
    letter-spacing: 1;
}

.th-cta .th-btn a.btn-ghost-light:hover, a.btn-ghost-light:hover, .btn-ghost-light a:hover {
    border-color: #fff;
    background: #fff;
    color: #1A1A1A; 
}

html .woocommerce a.button, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button 
, .woocommerce form.login .button {
  border-color: transparent !important;
}


/************************
 * Navigation Bar
 * Change the breakpoint where mobile menu shows to prevent wrapping
 * **********************/
 @media (min-width: 768px) and (max-width: 1050px) {
  /* .navbar-toggle {
    display: block !important;
  }

  .navbar-collapse.collapse {
    height: 0px !important;
  } */
  .banner.navbar {
    background-color: black;
    position: relative;
    padding-bottom: 12px;
  }

  .banner.navbar .container {
    display: flex;
    flex-direction: column;
  }

  .navbar nav ul.nav.navbar-nav {
    float: left;
    margin-top: -18px;
  }

  .navbar nav ul.nav.navbar-nav li:nth-of-type(1) a {
    margin-left: 0px;
  }
 } 

 @media (min-width: 768px) and (max-width: 800px) {
    /** Demo item wraps so hide */
    .menu-item-7237 {
      display: none !important;
    }
 }

/************************
 * Form Elements
 * **********************/
 div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea, .wpforms-form button,
 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 5px !important;
	padding-top: 0px !important;
padding-right: 15px !important;
padding-bottom: 0px !important;
padding-left: 15px !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	height: 56px !important;
}

div.wpforms-container-full .wpforms-form .choices .choices__inner {
    min-height: 38px;
    height: 56px;
    border-radius: 5px;
}

div.wpforms-container-full .wpforms-form .choices .choices__list--single {
	font-size: 13px;
margin-top: 10px;
margin-left: 5px;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
	margin-top: -29px !important;
}

.wpforms-widget .wpforms-field-label {
	display: none !important;
}

.wpforms-widget input {
	border-radius: 5px !important;
}

.wpforms-widget button {
	width: 100% !important;
	border-radius: 5px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 110px !important;
    padding-top: 20px !important;
}

.wpforms-smart-phone-field, div.wpforms-container-full .wpforms-form input[type="tel"] {
    padding-left: 48px !important;
}

.wpforms-container label {
    font-size: 13px !important;
    color: #5c5c5c !important 
}

.choices.wpforms-field-row.wpforms-field-large {
    font-size: 13px !important;
}

div.wpforms-container-full  .wpforms-form .wpforms-submit-container button[type="submit"]:hover {
    background-color: #002fa6 !important;
    color: white !important;
    border: 2px solid #002fa6!important;
}

#mc-embedded-subscribe-form input {
    border-radius: 5px !important;
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    height: 56px !important;
    border: 1px solid #b0b0b0 !important;
    margin-bottom: 14px;
}


/************************
 * Hubspot Forms
 * **********************/
 form.hs-form  label {
  font-weight: 400;
  line-height: 1.65;
  font-size: 14px;
  margin-top: 12px;
}

.footer form label {
  color: #d2d2d2 !important;
  display: none;
}

.footer form .input,
.footer form.hs-form input.hs-button {
  margin-top: 0px;
  margin-bottom: 12px;
  width: 256px;
  max-width: 256px;
}



form.hs-form input, form.hs-form select, form.hs-form textarea {
  border-radius: 5px !important;
  padding-top: 0px !important;
  padding-right: 15px !important;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  height: 42px !important;
  width: 100% !important;
  border: 1px solid #b0b0b0 !important;
}

form.hs-form textarea {
  height: 168px !important;
}

form.hs-form .hs-input {
  width: 100% !important;
}

form.hs-form fieldset {
  max-width: 100%;
}

form.hs-form ul {
  list-style: none !important;
  list-style-image: none !important;
  padding-left: 0px;
}

form.hs-form label.hs-form-checkbox-display,
form.hs-form label.hs-form-booleancheckbox-display {
  width: auto !important;
  display: flex;
  align-items: center;
}

form.hs-form label.hs-form-checkbox-display input,
form.hs-form label.hs-form-booleancheckbox-display input {
  width: 24px !important;
  margin-right: 12px;
  height: 24px !important;
}

form.hs-form label.hs-form-booleancheckbox-display span {
  display: block;
  width: 100%;
  padding-top: 4px;
  margin-left: 0;
}

form.hs-form  .hs_recaptcha {
  margin-top: 12px;
margin-bottom: 12px;
}


form.hs-form .hs-richtext > * {
  font-size: 14px !important;
}

form.hs-form   input[type="submit"] {
  background-color: #2ea8e0 !important;
  border-color: #2ea8e0 !important;
  margin-bottom: 12px;
}

form.hs-form   input[type="submit"]:hover {
  background-color: #002fa6 !important;
  color: white !important;
  border: 2px solid #002fa6 !important;
}

form.hs-form .hs-error-msg {
  color: red;
}




/************************
 * My Account
 * **********************/
.page-id-9 .woocommerce {
	width: 100% !important;
	max-width: 1140px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 48px !important;
    padding-bottom: 64px;
    
}
.page-id-9 .woocommerce p, .page-id-9 .woocommerce li {
    font-size: 18px !important;
}

.page-id-9 .woocommerce form.login, .woocommerce-login-header {
  border: 0px;
  padding: 0px;
  margin: 1em auto;
  max-width: 600px;

}

.licence-table td, .licence-table th {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.licence-table ul {
    list-style: none;
    list-style-image: none !important;
    color: inherit;
    padding-left: 0;
}

.licence-table li {
    color: #5c5c5c;
}

#licence-table, .licence-table th, .licence-table td {
    border: 1px solid #ccc;
    vertical-align: top;
  }

  .licence-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 24px;
  }

  .licence-key-note {
    color: rgba(110,110,110);
    font-size: 14px !important;
    padding-left: 2px;
  }


.licence-note-notice {
  border: 1px solid black;
  padding: 1px 4px !important;
}

.licence-note-notice-hidden {
  display: none;
}

.licence-note-notice-error {
  background: rgba(255,0,0, 0.5);
  border-color: rgba(255,0,0, 0.9);
}

.licence-note-notice-success {
  background: rgba(0,255,0, 0.5);
  border-color: rgba(0,255,0, 0.9);
}


.licence-key-note-form input[type=submit] {
  padding: 3px 10px !important;
}

.licence-table .edit-licence-key-note, .licence-table .add-licence-key-note{
  font-size: 14px !important;
}






.woocommerce-account .addresses .title .edit {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 12px;
    float: left;
}




/*******************************************************************************************
 * Footer
 *******************************************************************************************/
 .footer-widgets.th-widget-area {
     display: grid;
     grid-template-areas:
        "footer-area-1 footer-area-2 footer-area-3 footer-area-4";
    grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 100%;
 }

 @media (max-width: 1000px) {
    .footer-widgets.th-widget-area {
        display: grid;
        grid-template-areas:
        "footer-area-1 footer-area-2"
        "footer-area-3 footer-area-4";
       
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto ;
    }
 }

 @media (max-width: 760px) {
    .footer-widgets.th-widget-area {
        display: grid;
        grid-template-areas:
           "footer-area-1"
           "footer-area-2"
           "footer-area-3"
           "footer-area-4";
       grid-template-columns: 100%;
     grid-template-rows: auto auto auto auto;
 }
}




 .footer-area-1 {
     grid-area: footer-area-1
 }

 .footer-area-2 {
    grid-area: footer-area-2
}

.footer-area-3 {
    grid-area: footer-area-3
}

.footer-area-4 {
    grid-area: footer-area-4
}

.footer-area-5 {
    grid-area: footer-area-5;

}

.footer-area-5 > div {
    margin-left: auto;
    margin-right: auto;
}
.soc-widget-social, .soc-widget-code {
    text-align: left !important;
    margin-bottom: 8px;
}

.footer .soc-widget i {
  font-size: 24px;
  margin-right: 10px;
  color: #d2d2d2;

}

.footer-area-5 .wpforms-field-container input {
    width: 100% !important;
}

 .footer .widget.widget_nav_menu li a {
	border: 0px;
padding: 0px;
}

.footer .footer-widgets > div {
	padding-left: 15px;
	padding-right: 15px;
}

.footer .wpforms-field-medium, .footer input[type="text"] {
	max-width: 100% !important;
	
}

.footer .wpforms-field-row-block {
	margin-bottom: 15px !important;	
}

.footer .wpforms-field {
	padding: 0 !important;
}

.footer div.wpforms-container-full .wpforms-form .wpforms-one-half {
	width: 100% !important;
}

.footer .wpforms-field-row-block.wpforms-one-half {
	margin-left: 0px !important;
}

.footer .wpforms-submit-container {
	padding-top: 15px !important;
}


/****************************************************************
FAQ Page
*******************************************************************/
.elementor-toggle .elementor-tab-title {
    display: flex;
}

.elementor-toggle .elementor-tab-title a {
    padding-left: 8px;
    line-height: 1.15;
}

.searchandfilter ul {
    padding-left: 0px;
}
.searchandfilter label {
    width: 100%;
}
.sf-input-text {
    border-radius: 5px !important;
	padding-top: 0px !important;
padding-right: 15px !important;
padding-bottom: 0px !important;
padding-left: 15px !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	height: 56px !important;
    width: 100%;
    max-width: 1140px;;
    border: 1px solid #ccc;
}

/********************************************************************************************
Homepage Testimonial Carousel
*************************************************************************************************/

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: 50px;
  height: 50px;
  width: auto;
}

ul.testimonial-logo-list {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  list-style-image: none !important;
}


ul.testimonial-logo-list li {
  width: 50%;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding-right: 12px;
}

ul.testimonial-logo-list li img {
  max-height: 100%;
}

ul.testimonial-logo-list li:nth-of-type(2n) {
  padding-left: 12px;
  padding-right: 0px;
}

ul.testimonial-logo-list .dark-bg {
  filter: grayscale(1) invert(1);
}


/********************************************************************************************
Popup
*************************************************************************************************/
#fullscreen-onload-popup {
    display: none;
    /* background-color: transparent; */
    background-image: none;
    padding: 5px;
    width: 100vw;
}

/* show in the elementor editor to allow for easy changes */
.elementor-editor-active #fullscreen-onload-popup {
    display: block;
}

#fullscreen-onload-popup.show-popup {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 150;
    margin: 10px;
    
}

#fullscreen-onload-popup.show-popup > div{
    /* background-color: rgba(255,255,255,0.9); */
    width: 100%;
    height: 100%;
    margin: 0px;
    max-width: 100%;
}

#fullscreen-onload-popup .elementor-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

#fullscreen-onload-popup .elementor-column-wrap {
    padding: 0px;
}

@media (max-width: 796px) {
    #fullscreen-onload-popup .elementor-row {
        width: 80%;
    }
}


/*********************** 



/*** Blog *****/
.page-template-blog-masonry .page-header-container,
.archive.category .page-header-container,
.post-template .page-header-container,
.post-template-default .page-header-container  {
    height: 500px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(160deg, rgb(46, 168, 224) 23%, rgb(0, 85, 120) 78%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    position: relative;
}

.mas-blog.row {
  min-height: 200px !important;
}

.mas-blog.row .alert {
  text-align: center;
}


.page-template-blog-masonry .page-header-container > .row,
.archive.category .page-header-container > .row,
.post-template .page-header-container > .row,
.post-template-default .page-header-container > .row  {
    width: 100%;
}

.page-template-blog-masonry .page-header-container > *,
.archive.category .page-header-container > *,
.post-template .page-header-container > *,
.post-template-default .page-header-container > * {
    position: relative;
    z-index: 2;
}

.page-template-blog-masonry .page-header-container  .page-header-overlay ,
.archive.category .page-header-container  .page-header-overlay ,
.post-template .page-header-container  .page-header-overlay ,
.post-template-default .page-header-container  .page-header-overlay  {
    /* background-color: #2EA8E0; */
    background: linear-gradient(160deg, rgb(46, 168, 224) 23%, rgb(0, 85, 120) 78%);
    opacity: 0.8;
    /* mix-blend-mode: multiply; */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}


.page-template-blog-masonry .page-header-container .page-title,
.archive.category .page-header-container .page-title,
.post-template .page-header-container .page-title,
.post-template-default .page-header-container .page-title  {
    border: none !important;
}

.page-template-blog-masonry .page-header-container .entry-title,
.archive.category .page-header-container .entry-title,
.post-template .page-header-container .entry-title,
.post-template-default .page-header-container .entry-title,
.post-template.single-post h1.entry-title {
    color: #ffffff;
    font-size: 74px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.post-template .page-header-container .entry-title, 
.post-template.single-post h1.entry-title,
.post-template-default.single-post h1.entry-title  {
    font-size: 48px;
    font-weight: normal;
    max-width: 800px;
    
    
}

.post-template.single-post .content .container {
    max-width: 100% !important;
    max-width: 100% !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

body.single .wp-post-image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

body.single .post-meta {
    max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}

body.single .entry-content {
    padding-top: 0px;
}

body.single .entry-content h1 {
    margin-top:  0px;
}


.mfp-wrap {
    background-color: black;
    top: 0px !important;
    position: fixed !important;
    height: 100vh !important;
    background-color: black;
    z-index: 15000 !important;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100% !important;
    max-width: 90% !important;
    /* max-width: 900px; */
    height: auto;
} 


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  


