/*
Theme Name: WP Bootstrap MG
Theme URI: https://mongercash.com/
Author: MongerCash
Author URI: https://mongercash.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

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;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

/*--------------------------------------------------------------
# Bootstrap Changes
--------------------------------------------------------------*/
#fep-menu-directory{
  display: none !important;
}
.search-filters ul .cat-item {float: left; width: 240px;}

.hero-image {
  width: 100vw;
}

.hero-text {
  left: 5%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .topflash h2 {
    font-size: 98%;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 2200px) {
  .container {
    max-width: 1800px;
  }
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

@media (min-width: 1900px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 1176px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-menu li .dropdown-item {
    font-size: 90%;
    line-height: 1.2;
    padding-bottom: 0.713rem;
    padding-top: 0.713rem;
  }
  .dropdown-menu li:hover {
    background-color:#F5F5F5;
    outline:0
  }
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}

@media (max-width: 425px){
  .w-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media only screen
and (min-device-width : 426px)
and (max-device-width : 767px) {
  .w-20{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 768px){
  .w-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .w-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 425px){
  .w-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (min-width: 768px){
  .w-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .w-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333% !important;
            flex: 0 0 33.333333% !important;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .w-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111% !important;
            flex: 0 0 11.111111% !important;
    max-width: 11.111111%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 425px){
  .mw-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (min-width: 768px){
  .mw-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333% !important;
            flex: 0 0 33.333333% !important;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .mw-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333% !important;
            flex: 0 0 33.333333% !important;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .mw-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857143% !important;
            flex: 0 0 14.2857143% !important;
    max-width: 14.2857143%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.img-partner {
  width: 300px;
  height: 250px;
  object-fit: cover;
}
.img-fluidity {
  height:100%;
  width:100%;
  object-fit:cover
}
.card .img-static {
  max-height:198px;
  width:100%;
  object-fit:cover
}
.card .dow-overlay {
  left: 5px;
  top: 5px;
  padding:.25rem .75rem;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:700;
  font-size:1em;
}
.featured-flight-title {
  background: #335fb6;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.featured-flight-title span {
  padding: 10px 20px 10px 15px;
  position: relative;
  display: block;
  z-index: 999;
}
.prevmnthlink i{
  font-size: 32px;
  position:relative;
  top:-1px;
  left:5px;
}
/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    /*pointer-events: none;*/
}
.site-content .helper-button {
  position: absolute;
  bottom:20px;
  right: 20px;
  position: fixed;
  z-index: 999;
  /*background-color: #099;*/
  color: white;
  text-decoration: none;
  border-radius: 60px;
}
.site-content .helper-button span {
  max-width: 0;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0;
}
.site-content .helper-button:hover span {
  max-width: 20rem;
}
.site-content .helper-button i {
  padding: 11px 6px 0 8px;
}
.site-content .deal-button {
  position: absolute;
  bottom:20px;
  left: 0;
  position: fixed;
  z-index: 999;
  background-color: #85c53b;
  text-decoration: none;
  border-radius: 0 6px 6px 0;
  border-top-style: 2px solid white;
  border-bottom-style: 2px solid white;
  border-right-style: 2px solid white;
}
.site-content .deal-button .deal-text {
  overflow: hidden;
  padding: 3px;
}
.site-content .deal-button .deal-text a {
  color: white;
}
.help-button {
  position: absolute;
  bottom:20px;
  right: 20px;
  position: fixed;
  z-index: 999;
  background-color: #099;
  color: white;
  text-decoration: none;
  border-radius: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 60px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
.help-button:hover {
  max-width: 400px;
}
.help-icon {
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  margin-right: 20px;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.help-text {
  white-space: nowrap;
  padding-right: 15px;
  color: white;
}
.month-dropd {
  float: right;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.month-dropd::-ms-expand {
	display: none;
}
.month-dropd:hover {
	border-color: #888;
}
.month-dropd:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.month-dropd option {
	font-weight:normal;
}
body.wp-night-mode-on .month-dropd option {
  background-color: #404040 !important;
}
body.wp-night-mode-on .month-dropd {
  color: #444 !important;
}
@media screen and (max-width: 767px) {
  .month-dropd {
    float: left;
    margin-bottom: 20px;
  }
  .month-head {
    margin-bottom: -20px;
  }
}

.custcatsearch select {
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.custcatsearch select:hover {
	border-color: #888;
}
.custcatsearch select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
body.wp-night-mode-on .custcatsearch select {
  color: #444;
}

.fc-content .fc-time {
  display: none;
}
.fc-content .fc-title {
  color: #202020 !important;
  font-size: 1.25em !important;
}
.fc-content .fc-title:hover {
  text-decoration: underline;
}
.fc-day-grid-event .fc-content {
  padding: 6px 18px 18px 18px !important;
}
.fc-content-skeleton .fc-day-number {
  padding: 10px 20px 0 20px !important;
  text-align: left !important;
  font-weight: 600;
  font-size: 2.45em !important;
}
.fc-row .fc-day-header {
  border: 0 !important;
  background: #fff !important;
  text-align: left !important;
  font-size: 1.85em !important;
  padding-bottom: 10px !important;
  font-weight: 300 !important;
}
.fc-toolbar .fc-center h2{
  font-size: 2.45em !important;
}
.fc-head-container {
  border: 0 !important;
}
.fc-today-button {
  display: none !important;
}
.post-image img {
  width: 100%;
}
.mod-imagetrk {
  height:auto;
  width:100%;
  object-fit:contain
}
.hide-me[aria-expanded="true"] {
  display: none;
}

#carouselExampleControls {
  padding: 0 20px;
}

.slide .carousel-control-next,
#homeCarousel .carousel-control-next,
#hometabCarousel .carousel-control-next,
#homemobCarousel .carousel-control-next,
#homepopCarousel .carousel-control-next,
#homeflashCarousel .carousel-control-next,
#homediaryCarousel .carousel-control-next,
#homeflightCarousel .carousel-control-next,
.homecatCarousel .carousel-control-next,
#hometCarousel .carousel-control-next,
#homepCarousel .carousel-control-next {
  right: -1%;
}

/*@media screen and (min-width: 2180px) {
  #homepCarousel .carousel-control-next {
    right: -0.1%;
  }
}*/

.slide .carousel-control-prev,
#homeCarousel .carousel-control-prev,
#hometabCarousel .carousel-control-prev,
#homemobCarousel .carousel-control-prev,
#homepopCarousel .carousel-control-prev,
#homeflashCarousel .carousel-control-prev,
#homediaryCarousel .carousel-control-prev,
#homeflightCarousel .carousel-control-prev,
.homecatCarousel .carousel-control-prev,
#hometCarousel .carousel-control-prev,
#homepCarousel .carousel-control-prev {
  left: -1%;
}

/*@media screen and (min-width: 2180px) {
  #homepCarousel .carousel-control-prev {
    right: -0.1%;
  }
}*/

.carousel-control span .fa-angle-left {
  font-size: 40px;
  margin-top: 23px;
  margin-left: -1px;
}

.carousel-control span .fa-angle-right {
  font-size: 40px;
  margin-top: 24px;
  margin-left: 5px;
}

/*@media screen and (max-width: 1200px) {
  #homeCarousel .carousel-control-prev,
  #homepopCarousel .carousel-control-prev,
  #homeCarousel .carousel-control-next,
  #homepopCarousel .carousel-control-next,
  #homeflashCarousel .carousel-control-next,
  #homeflashCarousel .carousel-control-prev,
  #homediaryCarousel .carousel-control-next,
  #homediaryCarousel .carousel-control-prev,
  #homeflightCarousel .carousel-control-next,
  #homeflightCarousel .carousel-control-prev,
  .homecatCarousel .carousel-control-next,
  .homecatCarousel .carousel-control-prev,
  #homepCarousel .carousel-control-next,
  #homepCarousel .carousel-control-prev {
    display: none !important;
  }
}*/

/*@media screen and (max-width: 1900px) {
  #hometCarousel .carousel-control-next,
  #hometCarousel .carousel-control-prev {
    display: none !important;
  }
}*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #9C27B0;
  font-weight: 700;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
}
h2.entry-title {

}
h3.widget-title {
  font-size: 1.2rem;
}

.fc-welcome {
	color: #aeb9c4
}
.fc-welcome span {
	font-family: PoloBrush, Helvetica, Arial, sans-serif;
	color: #f3dfa3;
	text-transform: uppercase
}
.sectionBG_blue .fc-sectionTitle {
	font-family: panam, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #0cf;
	z-index: 100;
	text-shadow: 0 -1px 0 #fff, 0 5px 0 #000;
}

.sectionBG_blue .fc-sectionTitle-header {
	font-family: headliner, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #c8c6c6;
	z-index: 100;
	text-shadow: 0 -1px 0 #fff, 0 5px 0 #000;
	padding: 10px 0 0 0
}

.sectionBG_blue .fc-sectionTitle-alt {
	font-family: headliner, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	color: #c8c6c6;
	z-index: 100;
	text-shadow: 0 -1px 0 #fff, 0 5px 0 #000;
	margin: -10px 0 0 0;
	padding: 0
}

.sectionBG_blue .fc-sectionTitle-small {
	font-family: headliner, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #f5f5f5;
	z-index: 100;
	text-shadow: 0 -1px 0 #9b9b9b, 0 3px 0 #000
}

.sectionBG_blue .fc-sectionTitle-small a {
	color: #0cf
}

.sectionBG_blue .fc-sectionTitle-small-alt {
	font-family: panam, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #0cf;
	z-index: 100;
	text-shadow: 0 -1px 0 #9b9b9b, 0 3px 0 #000
}

.sectionBG_blue .fc-subsectionTitle {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #cbcb6a
}

.sectionBG_blue .fclogo,
.sectionBG_bl .fclogo {
	width: 100%;
	max-width: 300px;
	z-index: 50
}

.sectionBG_blue .panel {
	background: #fff;
	background: rgba(255, 255, 255, .75);
	margin-bottom: .25rem
}

.sectionBG_blue .fc-info {
	color: #fff;
}

.fclogo-small {
	padding: .3125rem;
	text-align: center
}
.fc-info{
  color: #465360;
}
.fc-info strong {
	color: #cbcb6a
}
.fc-info a {
	color: #0cf;
	text-decoration: underline
}
.content-info-wrap{
  border-radius: 0.25rem;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body.wp-night-mode-on .content-info-wrap{
  background-color: transparent !important;
}

.wpuf-el label {
 color: #465360
}
.wpuf-submit {

}
ul.wpuf-form .wpuf-submit input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ul.wpuf-form .wpuf-submit input[type=submit]:hover {
  color: #fff;
  background-color: #781e94;
  border-color: #781e94;
}
ul.wpuf-form .wpuf-submit input[type=submit] {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 4px;
}
input[type=submit], input[type=reset]{
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=submit]:hover, input[type=reset]:hover {
  color: #fff;
  background-color: #781e94;
  border-color: #781e94;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
select {
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
}
#bbp-user-avatar img, .bbpm-icon img {
  border-radius: 50%;
}

.bbpm-head .bbpm-left .bbpm-new, .bbp-submit-wrapper .button {
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #9C27B0 !important;
  border-color: #9C27B0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
}
body.wp-night-mode-on #bbp-user-navigation ul .current a {
  color: #000 !important;
}
body.wp-night-mode-on .breadcrumb-item::before {
  color: #fff !important;
}
body.wp-night-mode-on .bbp-template-notice .bbp-forum-description,
body.wp-night-mode-on .bbp-template-notice .bbp-forum-description a,
body.wp-night-mode-on .bbp-template-notice .bbp-forum-description .bbp-author-name,
.bbp-template-notice li,
.bbp-template-notice li strong{
  color: #000000 !important;
}
body.wp-night-mode-on .bbp-topic-form input[type=text],
body.wp-night-mode-on .bbp-topic-form .bbp-the-content,
body.wp-night-mode-on .form-section input[type=text],
body.wp-night-mode-on .searchandfilter input[type=text] {
  color: #000000 !important;
}
body.wp-night-mode-on #bbpress-forums select,
body.wp-night-mode-on .wpuf-form-add select {
  color: #000000 !important;
}
body.wp-night-mode-on .card-body .insert-location,
body.wp-night-mode-on .card-body .insert-comment {
  color: #ffffff !important;
}
body.wp-night-mode-on .wpuf-form-add .wpuf-fields input[type=text],
body.wp-night-mode-on .wpuf-form-add .wpuf-fields textarea,
body.wp-night-mode-on .wpuf-form-add .wpuf-fields #wpuf-insert-image-container a,
body.wp-night-mode-on #respond .alert-info,
body.wp-night-mode-on .fep-form input,
body.wp-night-mode-on .wp-switch-editor,
body.wp-night-mode-on .wp-editor-area,
body.wp-night-mode-on .fep-bulk-action select,
body.wp-night-mode-on .fep-filter,
body.wp-night-mode-on .bbpm-head input[type=text] {
  color: #000000 !important;
}
#bbp-user-navigation .bbp-user-topics-created-link,
#bbp-user-navigation .bbp-user-replies-created-link,
#bbp-user-navigation .bbp-user-engagements-created-link,
#bbp-user-navigation .bbp-user-favorites-link,
#bbp-user-navigation .bbp-user-subscriptions-link,
#bbp-user-navigation .bbp-user-profile-link{
  display: none !important;
}
body.wp-night-mode-on .searchandfilter .cat-item label {
  color: #808080 !important;
}
body.wp-night-mode-on .searchandfilter .cat-item label input[type=checkbox]{
  background-color: #808080 !important;
}
body.wp-night-mode-on .model-container .model-location,
body.wp-night-mode-on .model-container .model-location i,
body.wp-night-mode-on .model-container .model-rating tbody th,
body.wp-night-mode-on .model-description .text-primary p,
body.wp-night-mode-on .model-description,
body.wp-night-mode-on .tax-movies .text-muted,
body.wp-night-mode-on .tax-galleries .text-muted,
body.wp-night-mode-on .partners .text-muted,
body.wp-night-mode-on .container p,
body.wp-night-mode-on article .page-title,
body.wp-night-mode-on .card .network-card a h3,
body.wp-night-mode-on .card .network-card a h4 {
  color: #BEBEBE !important;
}
body.wp-night-mode-on .model-container .model-description .hlb-mod .hlb-m,
.model-container .model-description .hlb-mod .hlb-m {
	color: #808080 !important;
}
body.wp-night-mode-on .list-group-item-action {
  color: #a9b2ba;
}

body.wp-night-mode-on .list-group-item-action:hover, body.wp-night-mode-on .list-group-item-action:focus {
  color: #a9b2ba;
  background-color: #494b4d;
}

body.wp-night-mode-on .list-group-item {
  background-color: #5a5c5e;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0 1rem;
}

.navbar {
  padding: 0.2rem 1rem 0 1rem !important;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
.navbar .navbar-footer{
  margin: 0 auto;
}
.navbar-footer .menu-item{
  margin-right: 8px;
}

.trust-slides img {
  width: 144px;
  height: 55px;
  margin: 3px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-weight: 600;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {

  /*font-weight: 600;*/
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}
.navbar-brand img {
  height: 36px;
  width: auto;
  margin-top: 14px;
  margin-bottom: 14px;

}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-toggle.active-dropdown::after {
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after,
.dropdown.menu-item-has-children .dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
#main-nav {
  text-transform: uppercase;
}
.dropdown-item {
  line-height: 1.5;
  padding-bottom: 0.913rem;
  padding-top: 0.913rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  /*line-height: 1.6;*/
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding-left: 10px;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
@media (max-width: 1176px) {
  /* collapse on lg size*/
  .navbar-collapse ul li a{
    font-size: 1.675rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    display: block;
  }
  .navbar-collapse {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body.wp-night-mode-on .navbar-collapse ul li a{
    color: #fff !important;
  }
  .navbar-collapse ul li a i{
    font-size: 1.675rem;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-weight: 600;
    font-size: 1.675rem;
  }
}
@media only screen and (max-width: 1024px) {
  .spicewpsearchform {
    position: absolute;
	  right: 0;
    top: 50%;
   }
}
.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: 48%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #9c27b0;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.475rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
@media only screen and (min-width: 1176px) {
  .nav-link i {
    text-align: center;
    display: block;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-bottom: 3.75rem;*/
}

#primary {
  padding-bottom: 3.75rem;
}
.home-head h2 {
  margin: 20px 0 10px 0;
  font-size: 2.5rem;
}
.home-head h3 {
  font-size: 2rem;
}
.card-body .text-network {
  font-size: 1.6rem;
  font-weight: 900;
  padding: 3px;
  text-shadow: 2px 2px 4px #000;
}
.card-body .text-partner {
  font-size: 1.1rem;
  font-weight: 900;
  padding: 3px;
  text-shadow: 2px 2px 4px #000;
}
.card-body .text-networkfront {
  font-size: 1.2rem;
  font-weight: 900;
  padding: 3px;
  text-shadow: 2px 2px 4px #000;
}
.network-card .text-gohome {
  font-size: 1vw;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000;
}
@media (max-width: 1800px) {
  .network-card .text-gohome {
    padding: 3px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .network-card .text-gohome {
    font-size: 1.7vw;
    padding: 3px 0 0 0;
  }
  #homepCarousel .carousel-control-prev, #homepCarousel .carousel-control-next {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .network-card .text-gohome {
    font-size: 4vw;
    padding: 0 0 6px 0;
  }
}
.card-body .text-model a {
  color: #000 !important;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.vid-meta {
  margin: auto;
}

.simplefavorite-button {
  border: 0;
  background-color: transparent;
}
body.wp-night-mode-on .simplefavorite-button {
  background-color: transparent !important;
}
.card-right .likes i {
  margin-bottom: 7px !important;
}
.text-purple {
  color: #9C27B0 !important;
}

.card-body, .card-body {
  font-size: 84%;
}

.card-title {
  /*color: #9C27B0;*/
}

.card .card-text-asd p {
  height: 43px;
  overflow: hidden;
}

body.wp-night-mode-on a .card-title,
body.wp-night-mode-on .card-body .card-text,
body.wp-night-mode-on .card-body tbody th,
body.wp-night-mode-on .card-body .font-weight-bold,
body.wp-night-mode-on .card .date-overlay,
body.wp-night-mode-on .card .date-overlay-trk,
body.wp-night-mode-on .card .time-overlay-trk,
body.wp-night-mode-on .page-header .text-primary,
body.wp-night-mode-on .page-header .archive-description h2,
body.wp-night-mode-on .page-header .archive-description p,
body.wp-night-mode-on .page-header p,
body.wp-night-mode-on .float-right .view-count-icon {
  color: #BEBEBE !important;
}
body.wp-night-mode-on .card-body .card-topexcerpt {
  color: #808080 !important;
}
body.wp-night-mode-on .navbar-footer ul li:hover a,
body.wp-night-mode-on .navbar-footer ul li:visited ,
body.wp-night-mode-on .navbar-footer ul li:active {
  background-color: transparent !important;
  color: #BEBEBE !important;
}
.navbar-footer ul li:hover a,
.navbar-footer ul li:visited ,
.navbar-footer ul li:active {
  background-color: transparent !important;
  text-decoration: underline;
}

.navbar-nav .favorites i {
  font-size: 32px;
  margin-bottom: -2px;
  margin-top: -2px;
}

.navbar-nav .categories-menu i {
  margin-top: 1px;
  margin-bottom: -1px;
}

/*.navbar-nav i {
  font-size: 30px;
}*/

/*--------------------------------------------------------------
## Grids
--------------------------------------------------------------*/
.card-open .card-lock{
  display:block;
  left:10px;
  top:5px;
  z-index:2;
}
.card-open .card-lockopen {
  display:none;
  left:10px;
  top:5px;
  z-index:2;
}
.card-open:hover .card-lock{
  display: none;
}
.card-open:hover .card-lockopen{
  display: block;
}
.card-open .inner-triangle {
  z-index:1;
  left:0;
  top:0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 60px 60px 0 0;
  border-color:#db1122 transparent transparent transparent;
}
.flightclub-open .card-lock, .flightclub-open-archive .card-lock{
  display:block;
  left:10px;
  top:5px;
  z-index:2;
}
.flightclub-open .inner-triangle, .flightclub-open-archive .inner-triangle {
  z-index:1;
  left:0;
  top:0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 60px 60px 0 0;
  border-color:#335fb6 transparent transparent transparent;
}
.flightclub-open .card-flight, .flightclub-open-archive .card-flight{
  display:block;
  right:10px;
  top:5px;
  z-index:2;
}
.flightclub-open .outer-triangle, .flightclub-open-archive .outer-triangle {
  z-index:1;
  right:0;
  top:0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 60px 0 0 60px;
  border-color:#335fb6 transparent transparent transparent;
}
.card .date-overlay {
  right: 5px;
  top: 5px;
  padding:.25rem .75rem;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:700;
  font-size:.8em;
}
.card .lock-overlay-trk {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  text-shadow: 2px 2px 4px #222;
}
.card .date-overlay-trk {
  left: 5px;
  bottom: 5px;
  padding:4px 5px 4px 5px;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:300;
  font-size:.6em;
}

.card .date-overlay-asd {
  left: 5px;
  top: 5px;
  padding:2px 3px 2px 3px;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:500;
  font-size:.5em;
}

.card .date-overlay-card {
  left: 5px;
  bottom: 5px;
  padding:4px 5px 4px 5px;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:300;
  font-size:.6em;
  color: #BEBEBE !important;
}

.card .time-overlay-card {
  right: 5px;
  bottom: 5px;
  padding:4px 5px 4px 5px;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:300;
  font-size:.6em;
  color: #BEBEBE !important;
}

.card .time-overlay-trk {
  right: 5px;
  bottom: 5px;
  padding:4px 5px 4px 5px;
  background:#000;
  background:rgba(0,0,0,.5);
  font-weight:300;
  font-size:.6em;
}
.card .date-overlayu {
  font-weight:700;
  font-size:.8em;
}
.text-flight {
  color: #335fb6;
}
.card {
  transition: all .1s ease-out;
  transform: translateZ(0);
  will-change:transform;
  background: #fff;
}

.card-nohover {
  background: #fff;
}
.card:hover {
  transform: translateZ(0) scale(1.02);
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.175) !important;
}
.card-img .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5vh;
  color: #fff;
  opacity: 90% !important;
}
.card-right .locIcon {
  width: 1.4125rem;
  height: .7875rem
}

.model-rating i, .model-rating span i {
  margin-right: 3px;
}

.mod-container {
  position: relative;
  overflow: hidden;
}
.mod-container img {
  display: block;
}
.mod-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}
.mod-overl {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mod-container:hover .mod-overlay {
  opacity: 0.8;
}
.mod-container:hover + .mod-overl-d {
  opacity: 1;
}
.btn-header {
  display: inline-block;
}

.card .img-mc{
  width: 100%;
}

.card .img-mc img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.gateway-overlay {
  top: 0;
  left:50%;
	transform:translate(-50%);
}
.gateway-text{
  color: #fff;
  font-size: 1.4vw;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .gateway-text {
    font-size: 2.5vw;
  }
}
@media (max-width: 425px) {
  .gateway-text {
    font-size: 7.5vw;
  }
}
.gateway-card img {
  filter: brightness(40%);
}


.card .gallery-indicator{
  top: 2px;
  left: 8px;
}
.card .gallery-indicator i{
  color: #fff;
}
body.wp-night-mode-on .card .gallery-indicator i{
  color: #fff !important;
}
.cal-day {
  font-size: 2.2em;
  font-weight: 900 !important;
  padding: 5px 0 0 10px !important;
  margin-bottom:-8px !important;
  color: #A8A8A8;
}
.cal-tday {
  font-size: 2.2em;
  font-weight: 900 !important;
  padding: 5px 0 0 10px !important;
  margin-bottom:-8px !important;
  color: #202020;
}
.cal-month {
  font-size: 1em;
  font-weight: 400;
  padding: 0 0 10px 10px !important;
  color: #A8A8A8;
}
.cal-title {
  padding: 8px 0 5px 0 !important;
  margin-left: -9px !important;
}
.caldateinsert{
  font-size: 1.1em;
  font-weight: 700;
  margin:0 0 10px 0;
  color: #202020;
}
.calen-day {
  font-size: 2em;
  font-weight: 900 !important;
  padding: 0 !important;
  margin-bottom:-8px !important;
  color: #A8A8A8;
}
.calen-tday {
  font-size: 2em;
  font-weight: 900 !important;
  padding: 0 0 0 !important;
  margin-bottom:-8px !important;
  color: #202020;
}
.calen-month {
  font-size: 1em;
  font-weight: 400;
  padding: 0 0 5px 0 !important;
  color: #A8A8A8;
}
.calen-title {
  padding: 4px 0 5px 0 !important;
  margin-left: -1px !important;
}

/*--------------------------------------------------------------
## External Grid Link Modal
--------------------------------------------------------------*/

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

.flex-video {
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-bottom: 67.5%;
	padding-top: 1.5625rem;
	position: relative
}

.flex-video.widescreen {
	padding-bottom: 56.34%
}

.flex-video.vimeo {
	padding-top: 0
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}

#video {
	position: relative!important;
	padding-bottom: 56.25%!important;
	height: 0!important
}

#video iframe {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	border: 0
}
.fc-video {
  margin-bottom:0;
}
.flowplayer {
	position: relative
}

.flowplayer img {
	width: 100%
}

.flowplayer {
	background-color: rgba(0, 0, 0, .4);
	background-size: cover
}

.flowplayer .fp-controls {
	background-color: rgba(0, 0, 0, .4) !important
}

.flowplayer .fp-timeline {
	background-color: rgba(0, 0, 0, .5) !important
}

.flowplayer.is-mouseout #buttons {
	display: none
}

.video-wrapper {
	width: 100%;
	max-width: 1920px
}

#player {
  position: relative;
}
.card-fupdate {
  max-height: 100%;
}
.card-updates {
  max-height: 516px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

.single-comment {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.diary-menu, .conquest-menu, .patrol-menu {
  position: relative;
}
#llc_comments .media-body .card-header .edit-link a {
  display: none;
}
/*--------------------------------------------------------------
## Single Meta Section
--------------------------------------------------------------*/
#cCount {
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
  z-index: 10 !important;
}

.vid-meta {
  z-index: 1;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.wp-pagenavi {
  margin: 20px 0;
  text-align: center;
}
.wp-pagenavi span:focus  {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media screen and (max-width: 425px) {
  .wp-pagenavi span.pages {
    display: inline-block;
    margin-bottom: 12px;
  }
  span.extend {
	   display: none;
  }
}

@media screen and (max-width: 375px) {
  .wp-pagenavi .last, .wp-pagenavi .first {
    display: none;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-container{
	margin:1rem 0 0 0;
  text-align: center;
}

.pagination-container li{
	display:inline-block;
	padding:10px 0;
	margin:10px 0;
}

.gallery_pages_list{
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.card-teaser video, .card-preview video {
  max-width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.card-partner {
  overflow: hidden;
}
.card-partner img {
  height: auto;
  max-width: 100%;
  object-fit:cover
}
/*.iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #fff;
}*/
.js .iframe-header {
  display: block;
}
.embed-responsive-1by2 {
   padding-top: 83.33%;
}
.iframe-container {
  position: relative;
  overflow: hidden !important;
  width: 100% !important;
  padding-top: 75% !important;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.iframe-content {
  /* ipad iframe hack */
  /*height: 250px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*.campanel {
  overflow: hidden;
  position: relative;
}

.campanel iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}*/

.adrow-container, .campanel {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.adrow-container iframe, .campanel iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.partner-container {
  padding-bottom: 83.33%;
  height: 0;
  max-width: 300px;
  overflow: hidden;
}

.partner-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-partner-ad {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.card-partner-ad img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/*---------------------------------------------------------------partner-ad
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Model Page
--------------------------------------------------------------*/

.text-beauty, body.wp-night-mode-on .model-rating .text-beauty{
  color: #FF4F9A !important;
}
.text-attitude, body.wp-night-mode-on .model-rating .text-attitude{
  color: #C840E9 !important;
}
.text-gf, body.wp-night-mode-on .model-rating .text-gf{
  color: #5773FF !important;
}
.text-skills, body.wp-night-mode-on .model-rating .text-skills{
  color: #3ACCE1 !important;
}
.model-rating table{
  border-radius: 20px;
  background-color: #fff;
}
.model-rating table tr{
  border-bottom: 1px solid #e9ecef;
}
.model-rating table tr:last-child{
  border-bottom: transparent;
}
body.wp-night-mode-on .model-rating table tr {
  border-bottom: 1px solid #363636 !important;
}
body.wp-night-mode-on .model-rating table tr:last-child {
  border-bottom: transparent !important;
}
body.wp-night-mode-on .tax-galleries h3, body.wp-night-mode-on .tax-movies h3, body.wp-night-mode-on .partners h3 {
  color: #fff !important;
}
body.wp-night-mode-on .table-bordered th, body.wp-night-mode-on .table-bordered td {
  border: 1px solid #363636 !important;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.countdown-section {
  text-align: center;
  margin: 0 1.2rem;
}
.countdown-section::after {
  color: #fff;
  opacity: 0.3;
  visibility: visible;
  content: attr(data-bg-text);
  display: block;
  letter-spacing: 1rem;
  font-size: 13vw;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.countdown-section ul {

}
.countdown-section li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 0.5em;
  text-transform: uppercase;
}
.countdown-section li span {
  display: block;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .countdown-section::after {
    -webkit-transform:scaleY(2);
    -moz-transform:scaleY(2);
    -ms-transform:scaleY(2);
    -o-transform:scaleY(2);
    transform: scaleY(2);
    top: 4%;
    left: 8%;
  }
  .navbar-footer ul li {
    padding: 10px;
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 425px) {
  .countdown-section::after {
    -webkit-transform:scaleY(2);
    -moz-transform:scaleY(2);
    -ms-transform:scaleY(2);
    -o-transform:scaleY(2);
    transform: scaleY(2);
    top: 40%;
    left: 3%;
  }
  .spicewpsearchform{
    max-width: 100%;
  }
}
/*#main-nav .dropdown-menu {
  z-index: 10000;
  max-height: 500px;
  overflow-y: auto;
}*/

.store-btn-b {
  background-color:rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}
/*--------------------------------------------------------------
# Night Mode Toggle
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}




/*--------------------------------------------------------------
# Simple Likes
--------------------------------------------------------------*/
/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0 0.25em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
}

/* Icon */
.sl-icon {
	margin-right: 0.15em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}
.single-icon {
  margin-top: -20px;
}
.text-special {
  color: #efdb75 !important;
}
/* Count */
.sl-count {
	font-size: 0.925em;
	/*vertical-align: middle;*/
}
.sl-count-single {
	font-size: 0.825em;
	/*vertical-align: middle;*/
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item, .categories-menu .dropdown-item, .extras-menu .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .dropdown-menu li .submenu-item {
    background-color:#F5F5F5;
    padding-left: 5px;
    font-size: 2em;
  }
  body.wp-night-mode-on   .dropdown-menu li .submenu-item {
    background-color:#404040 !important;
  }
  .flight-menu .dropdown-menu li .submenu-item {
    background-color:transparent;
    padding-left: 5px;
    font-size: 2em;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


.lockedimg {
  position: relative;
}
.lockedimg span {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  padding: 2.5% 2%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #222;
  z-index: 2;
}
.lockedimg span i {
  color: #FDFDFD;
  width: 100%;
  font-size: 100px;
  text-align: center;
  margin: 0 0 30px;
}
.lockedimg span h5 {
  color: #FDFDFD !important;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.lockedimg span p {
  color: #FDFDFD;
  text-align: center;
  font-size: 16px;
}
.lockedimg span p a {
  color: #FDFDFD;
}
.lockedimg span .btn-warning {
  color: #222;
}
.lockedimg .btn-warning,
.lockedimg .btn-outline-warning {
  border-width: 3px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 360px){
  .lockedimg span {
    width: 90%;
    height: 75%;
  }
  .lockedimg span i {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .lockedimg span h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .lockedimg span p {
    font-size: 8px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 10px;
    padding: 2px;
  }
}
@media (min-width: 768px){
  .lockedimg span {
    width: 80%;
    height: 55%;
  }
  .lockedimg span i {
    font-size: 40px;
    margin: 0 0 15px;
  }
  .lockedimg span h5 {
    font-size: 20px;
  }
  .lockedimg span p {
    font-size: 12px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 14px;
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .lockedimg span {
    width: 80%;
    height: 55%;
  }
  .lockedimg span i {
    font-size: 40px;
    margin: 0 0 15px;
  }
  .lockedimg span h5 {
    font-size: 20px;
  }
  .lockedimg span p {
    font-size: 12px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 14px;
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  .lockedimg span {
    width: 50%;
    height: 50%;
  }
  .lockedimg span i {
    font-size: 40px;
    margin: 0 0 15px;
  }
  .lockedimg span h5 {
    font-size: 20px;
  }
  .lockedimg span p {
    font-size: 12px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 1440px) {
  .lockedimg span i {
    font-size: 60px;
    margin: 0 0 30px;
  }
  .lockedimg span h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .lockedimg span p {
    font-size: 14px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 18px;
  }
}

@media (min-width: 1800px) {
  .lockedimg span i {
    font-size: 90px;
  }
  .lockedimg span h5 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .lockedimg span p {
    font-size: 16px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 22px;
  }
}
@media (min-width: 2200px) {
  .lockedimg span i {
    font-size: 90px;
  }
  .lockedimg span h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .lockedimg span p {
    font-size: 16px;
  }
  .lockedimg .btn-warning,
  .lockedimg .btn-outline-warning {
    font-size: 22px;
  }
}
.trialcta {
  width: 100%;
  height: 40px;
  background-color: #ffc107 !important;
  margin: 0; padding: 10px 40px;
}
.trialcta p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.trialcta a {
  color: #0000ff;
  text-decoration: underline;
}
.trialcta a:hover {
  color: #007bff;
}