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

/*
    =============================================================================================
    Elements
    =============================================================================================
*/


html {
    margin: 0;
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 1.8em;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

hr {
    border-top: 1px solid #c5c5c5;
    padding: 5px auto;
    width: 98%;
}

h1 { 
    font-size: 4.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

h2 { 
    font-size: 3.6rem; 
    font-family: 'Ubuntu', sans-serif; 
    line-height: 1.25; 
    letter-spacing: -.1rem; 
    font-weight: 600;
}

h3 { 
    font-size: 2.5rem; 
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

h4 { 
    font-size: 2.6rem; 
    font-family: 'Ubuntu', sans-serif; 
    line-height: 1.35; 
    letter-spacing: -.08rem; 
}

h5 { 
    font-size: 2.4rem; 
    font-family: 'Ubuntu', sans-serif; 
    line-height: 1.5; 
    letter-spacing: -.05rem; 
}

h6 { 
    font-family: 'Georgia', serif;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
  
  /* Larger than phablet */
  @media (min-width: 500px) {
    h1 { font-size: 4.2rem; } 
    h2 { font-size: 3.6rem; }
    h3 { font-size: 2.0rem; }
    h4 { font-size: 2.6rem; }
    h5 { font-size: 2.0rem; }
    h6 { font-size: 2.3rem; }
  }

.fl-module-content h2 {
	font-size: 3.6rem;
}
  
p {
    margin-top: 0; 
    font-size: 1.8rem
}

.bold {
    font-weight: 700;
}

a {
    text-decoration: none;
    padding: 3px;
}

a:hover {
    text-decoration: none;
    color: #595959;
}

#content-desktop {display: flex;}
#content-mobile {display: none;}

@media screen and (max-width: 800px) {

#content-desktop {display: none;}
#content-mobile {display: flex; margin: 0 auto;}
}

.row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.main-section {
    min-height: calc(100vh - 90px);
}

.main-section-tsp {
    min-height: calc(100vh - 90px);
    top: 0;
    left: 0;
    width: 100%
}

/*
    =============================================================================================
    Navigation
    =============================================================================================
*/

.customize-support .navbar-tsp {
    top: 32px;
}

.customize-support .navbar {
    top: 32px;
}

.navbar {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    padding-right: 20px;
}

.navbar-tsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-logo img {
    padding: 5px 0 5px 30px;
}

.navbar-logo {
    position: relative;
}

.text-logo {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-logo h6 {
    margin-left: 20px;
}

.navbar-nav { 
    position: relative;
}

.navbar-nav .menu-primary-container {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav {
    list-style-type: none;
    justify-content: flex-end;
}

.nav li {
    display: inline;
    text-align: center;
}

.nav li a {
    margin: 0;
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 1.4rem;
}

.sub-menu li a {
    text-align: left;
}

@media screen and (min-width: 350px) {
    .nav li a {
        font-size: 1.6rem;
    }

	.link-menu-box {
    height: 45px;
	}
}

@media screen and (min-width: 768px) {
    .nav li a {
        min-width: 100px;
        font-size: 1.9rem;
    }
	
	.link-menu-box {
    height: 50px;
	}
}

.nav li a:hover {
    text-decoration: none;
}

.nav ul {
    display: none;
    position: absolute;
    z-index: 99990;
}

.nav li:hover > ul {
    display: block;
    padding: 0;
}

.nav ul li a {
    display: block;
    padding: 10px;
    margin: 0;
}

.mobile-logo {
    width: 80%;
}

.mobile-logo img {
    padding: 15px 0 15px 5px;
}

.mobile-logo h6 {
    margin-left: 20px;
}

.mobile-nav {
    width: 20%;
    position: relative;
}

.mobile-nav-button {
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 15%;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    
}

.overlay-case {
    margin: 0;
    padding: 0;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  
  /* The navigation links inside the overlay */
  .overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 3.0rem;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover {
    color: #f1f1f1;
  }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }


/*
    =============================================================================================
    Header Image
    =============================================================================================
*/

.page-header {
    background-color: #000000;
}

.page-header-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-overlay {
    width: 100%;
    height: 100%;
}

.page-header-title {
    width: 100%;
	padding-top: 80px;
    text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.themename-page .page-header-title {
    width: 100%;
	padding-top: 140px;
    text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.page-header-subtitle {
    width: 100%;
    padding: 0 30px;
    text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.page-header-button {
    text-align: center;
}

@media screen and (max-width: 349px) {

    .page-header-title {
		padding-top: 85px;
        font-size: 3.3rem;
    }
}

@media screen and (min-width: 768px) {
    
    .page-header-img {
        width: 100%;
        height: 600px;
        overflow: hidden;
        background-size: cover;
        text-align: center;
    }
    
    .page-header-title {
        height: 300px;
        padding-top: 245px;
    }

    .page-header-subtitle {
        height: 20px;
        font-size: 2.0rem;
    }

    .themename-page .page-header-title {
        padding-top: 250px;
    }
}

/*
    =============================================================================================
    Carousel
    =============================================================================================
*/

.carousel {
    background: #000000;
}

.carousel-item {
    height: 400px;
    width: 100%;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption {
	text-align: center;
	bottom: 35%;
}

.carousel-caption a {
	color: #FFFFFF;
}

.carousel-caption p {
    font-weight: 400;
    font-size: 1.8rem;
    font-style: italic;
	color: #FFFFFF;
    text-shadow: 3px 3px 2px #292929;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .carousel .carousel-item {
        height: calc(100vh - 120px);
        width: 100%;
        overflow: hidden;
    }

    .carousel-caption {
        text-align: center;
        bottom: 45%;
    }
    
    .carousel-caption h1 {
        font-weight: 200;
        font-size: 4.0rem;
        text-shadow: 2px 2px 2px #292929;
    }

    .carousel-caption p {
        font-weight: 600;
        font-style: italic;
        font-size: 3.5rem;
		color: #FFFFFF;
        text-shadow: 2px 2px 2px #292929;
    }

    .carousel-center {
        text-align: center;
    }

    .carousel-right {
        text-align: right;
    }

    .carousel-left {
        text-align: left;
    }

    .carousel-btn {
        font-size: 2.0rem;
        font-weight: 300;
        padding: 6px 10px;
        border-radius: 10px;
        text-shadow: none;
        border: 2px solid #FFFFFF; 
        color: #FFFFFF; 
    }
    
    .carousel-btn:hover { 
        background: #78bf44; 
        border: 2px solid #78bf44; 
        color: #FFFFFF !important; 
    }
}

.carousel .carousel-item img {
    min-height: 100%;
    min-width: 100%;
    opacity: 0.9;
}

.carousel-item a {
    margin: 0;
    padding: 0;
}

.carousel-text {
    padding: 10px 0;
	background: rgba(39, 39, 39, 0.5);
}

.carousel-btn {
    font-size: 1.0rem;
    font-weight: 300;
    padding: 6px 10px;
    border-radius: 10px;
    text-shadow: none;
    border: 2px solid #FFFFFF; 
    color: #FFFFFF; 
}

.carousel-btn:hover { 
    background: #78bf44; 
    border: 2px solid #78bf44; 
    color: #FFFFFF !important; 
}

/*
    =============================================================================================
    Header Video
    =============================================================================================
*/

.page-header-video {
    height: calc(100vh - 120px);
    width: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .page-header-video {
        height: calc(100vh - 80px);
    }
}    

.page-header-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.video-header-text {
    width: 100%;
    z-index: 10;
}

/*
    =============================================================================================
    Page Elements
    =============================================================================================
*/

.no-show {
    display: none;
}

/*
    =============================================================================================
    Multiple Post Pages
    =============================================================================================
*/

.recent-posts {
    border: 1px solid #d3d3d3;
    padding: 0;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    
    .recent-posts {
        margin-bottom: 0;
    }

}

.thumbnail-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.entry-title {
    text-align: center;
}

.card-title a {
    color: #000000;
}

.card-title a:hover {
    color: #595959;
}

.card-content {
    padding: 0 2.0rem;
}

.card-meta {
    border-top: 2px solid #797979;
    padding: 1.0rem;
    text-align: center;
}

.postThumb-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-meta-postThumb {
    padding: 1.0rem;
    text-align: center;
}

.nav-links {
    width: 100%;
    text-align: center;
}

.page-numbers {
    font-size: 3.0rem;
    padding: 0 9px;
    margin: 0 5px;
}

.current {
    padding: 0 10px;
    background-color: #818181;
}

@media screen and (min-width: 768px) {
    
    .pahe-numbers {
        margin: 0 10px;
    }

}

/*
    =============================================================================================
    Color Card Blog Page
    =============================================================================================
*/

.ms-card {
    position: relative;
    margin-right: 2.0rem;
    background: #dad9d9;
    overflow: hidden;
}

.ms-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center top;
}

.ms-card-category {
    position: absolute;
    top: -40px;
    right: -70px;
    z-index: 10;
    background-color:rgba(39, 39, 39, 0.6);
    transform: rotate(45deg);
    height: 100px;
    width: 150px;
}

.card-cat-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-cat {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ms-card-category a {
    font-weight: 700;
    color: white;
}

.ms-card-title {
    padding: 1.0rem;
    color: white;
    height: 100px;
}

.ms-card-title a {
    color: white;
}


/*
    =============================================================================================
    Single Post Page
    =============================================================================================
*/

.comments-area {
    padding: 1.0rem 0;
}

.comments-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.comment-list {
    padding: 2.0rem 1.0rem;
}

.depth-2 {
    margin: 0 2.0rem;
}

@media screen and (min-width: 768px) {
    .comment-list {
        padding: 2.0rem 5.0rem;
    }

    .depth-2 {
        margin: 0 5.0rem;
    }
}

.comment article {
    padding: 1.5rem;
    margin-bottom: 2.0rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.comment-author {
    margin-bottom: 0;
}

.comment-author img {
    margin-right: 1.0rem;
    border-radius: 50%;
    float: left;
}

.comment-author .fn {
    position: relative;
}

.says {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.comment-metadata {
    position: relative;
    margin-bottom: 2.0rem;
}

.comment-metadata a {
    color: #292929;
}

.reply {
    padding-left: 3.0rem;
}

.new-comment-box {
    margin: 0 auto;
    padding: 2.0rem;
    max-width: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.comment-notes {
    font-size: 1.2rem;
}

.form-control {
    font-size: 1.7rem !important;
}

.comment-form-cookies-consent label {
    font-size: 1.2rem;
}

.form-submit {
    text-align: center;
}

.btn-comment {
    padding: 10px 25px 4px 25px !important;
}

.comments-closed {
    margin: 4.0rem 0;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

/*
    =============================================================================================
    Social Sharing
    =============================================================================================
*/

.wplogout-social-wrapper {
    margin: 0;
    font-size: 0;
}

.wplogout-social-wrapper span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 16px;
}

.wplogout-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .wplogout-social-sharing {
        font-size: 17px;
        padding: 7px 12px;
        display: inline-block;
    }
    .hide-on-mobile {
        display: none;
    }
}

.wplogout-social-sharing svg {
    position: relative;
    top: -0.25rem;
    display: inline-block;
}

.wplogout-social-sharing:first-of-type {
    border-radius: 100px 0 0 100px;
}

.wplogout-social-sharing:last-of-type {
    border-radius: 0 100px 100px 0;
}

.wplogout-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.wplogout-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.wplogout-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.wplogout-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.wplogout-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.wplogout-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.wplogout-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.wplogout-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.wplogout-social-email{    
    fill: #fff;
    background-color: rgb(107, 107, 107);
}

.wplogout-social-email:hover {    
    background-color: rgba(19,20,24 ,.8);
}


/*
    =============================================================================================
    Search Form
    =============================================================================================
*/

.search-form {
    width: 300px;
    height: 44px;
    border: 3px solid #818181;
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.search-field {
    all: unset;
    color: #818181;
    height: 100%;
    width: 250px;
    padding: 6px 0 6px 10px;
}

.btn-search {
    all: unset;
    cursor: pointer;
    width: 50px;
    height: 44px;
    text-align: center;
}

.search-container {
    margin: 0 auto;
    padding: 0;
    width: 300px;
}

.search-page-title {
    padding: 0;
    width: 300px;
    text-align: left;
}

/*
    =============================================================================================
    Footer
    =============================================================================================
*/

.footer {
    margin-top: 50px;
    padding: 10px;
    width: 100%;
}

.footer-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.footer-title {
    width: 100%;
}

.footer-left a {
    color: #dfdfdf !important;
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
}

.footer-center {
    margin: 0;
    padding: 5px;
    text-align: center;
}

.footer-center ul {
    list-style-type: none;
    padding: 0;
}

.footer-right {
    margin: 0;
    padding: 5px;
    height: 100%;
    text-align: center;
}

.footer-right ul {
    list-style-type: none;
    padding: 0;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.sub-footer {
    background-color: #292929;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px !important;
    }
  }