/*
 @Author: RAMSThemes
 @URL: https://ramsthemes.com  
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme. 
*/

/*----------------------------------------------------------------------
TABLE OF CONTENTS:
------------------------------------------------------------------------
1. BASE STYLES
2. TYPEKITS
3. FADE EFFECT ON PAGE LOAD
4. PACE LOAD BAR
5. NAVBAR
6. SIDE NAV MENU
7. LOGO
8. SEARCH
9. LAYOUT
10. SLIDER
11. INFINITE SCROLL
12. CATEGORIES AND TAGS LIST
13. SINGLE STYLES 
14. SHARE BUTTONS
15. WORDPRESS GENERAL STYLES
16. WORDPRESS PAGED NAVIGATION
17. WORDPRESS WIDGETS STYLES
18. GALLERY STYLES
19. CONTACT FORM 7 STYLES
20. SWITCH FOR ENABLE-DISABLE NORMAL AND DARK MODE
21. RESPONSIVE STYLES
------------------------------------------------------------------------*/

/*----------------------- 1. BASE STYLES ------------------------------ */

/* GENERAL STYLES
----------------- */

body {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	overflow-x: hidden;
}

body a:hover {
    text-decoration: none;
}

button:focus, select:focus {
    outline: 0;
}

input {
    outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

p {
    margin-bottom: 24px;
}

p a {
    font-weight: bold;
}

img {
    transition: 0.3s;
}

ol, ul {
	list-style: none;
}

a:hover img {
    opacity: .8;
    transition: 0.3s;
}

mark, .mark {
    background-color: #F1F1F1;
}

.btn:focus{
    box-shadow: none;
}

.img-res {
	max-width: 100%;
    height: auto;
}

.border {
    border: 1px solid #F1F1F1;
}

.form-control {
	font-size: unset;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.modal {
	z-index: 9999;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-header {
	border-bottom: 0;
}

.modal-header .close {
    padding: 1.32rem 1rem;
}

.modal-content {
	border: 0;
}

.modal-footer {
	border-top: 0;
}

.clear {
    clear: both;
}

.nav-pills .nav-link {
    background: #F1F1F1;
	margin-right: .5rem;
}

.form-control {
	background-color: #F1F1F1;
	border: 0;
}

.card-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.card-custom-posts {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

/*----------------------- 2. TYPEKITS ------------------------------ */

.poppins {
	font-family: 'Poppins', sans-serif;
}

/*----------------------- 3. FADE EFFECT ON PAGE LOAD ------------------------------ */

#loadfade {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------------------- 4. PACE LOAD BAR ------------------------------ */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/*----------------------- 5. NAVBAR ------------------------------ */

.fixed-header {
    position: fixed;
    width: 100%;
    backface-visibility: hidden;
    z-index: 1000;
}

.pt-fixed {
    position: absolute;
    width: 100%;
}

.navbar-shrink {
    height: 70px;
}

.logo-shrink {
    height: 50px;
}

.hamb-menu {
	float: left;
    margin: 12px 0;
    margin-right: 15px;
	cursor: pointer;
}

.navbar-pos {
    left: 0;
    right: 0;
}

.navbar-toggler {
    border: unset;
}

.navbar-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 1em;
}

/*----------------------- 6. SIDE NAV MENU ------------------------------ */

.scrollbar-sidenav, .scrollbar-sidenav-res { /* Scrollbar js */
    height: calc(100vh - 4rem); 
}

.sidenav-l {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;    
    overflow-x: hidden;
    transition: 0.5s;   
	padding-top: 25px;
}

.sidenav-w {
    width: 312px;
}

.sidenav a {
    text-decoration: none;
    transition: 0.3s;
}

.sidenav-l .closebtn {
    position: absolute;
    cursor: pointer;
	z-index: 999;
	right: 12px;
}

.border-shadow-right {
	box-shadow: 0.125rem 0 15px -4px rgba(0, 0, 0, 0.075);
}

.buttons-sidenav {
    position: absolute;
    width: 260px;
    margin: 0 25px;
    padding: 0 10px;
	height: 20px;
    z-index: 99;
}

.pointerbtn {
    position: relative;
	float: left;
    cursor: pointer;
	z-index: 999;
}

.closebtn:hover {
    color: #333;
}

.menu-nav-container {
    padding: 1rem;
	width: 300px;
}

ul.menu {
    padding: 0;    
	margin-top: 1rem;
}

ul.menu>li {
    position: relative;
    display: block;
    padding: .95rem;
}

ul.menu>li .menu-parent-item {
    position: relative;
    display: block;
    padding: .95rem;
	padding-right: 1px;
}

ul.menu>li .menu-parent-item a.parent {
    top: 4px;
}

ul.menu>li .menu-parent-item .dropdown-sidenav-btn {
	padding-left: 82%;
}

ul.sub-menu {
    padding: 0;
	margin-top: .95em;
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    padding: .75em;
}

.menu-item a {
	display: block;
}

.menu-item .parent {
    position: absolute;
}

.dropdown-menu {
	margin: 0.25rem 0;
	font-size: unset;
	border: 0;
	min-width: auto;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
}

.dropdown-menu-blog-w {
    width: 330px;
}

.dropdown-menu-center {
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
}

.dropdown-btn {
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
    float: right;
	vertical-align: middle;
}

.dropdown-sidenav-btn {
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
    padding: calc(3px + 0.25rem);
    padding-right: 13px;
    right: 0;
    padding-left: 92%;
    margin: -3px 3px;
}

.dropdown-item.active, .dropdown-item:active {
    color: unset;
    background-color: unset;
}

.sub-menu {
    display: none;
}

.menu-bar {
    margin: 0;
}

.menu-bar li {
    display: inline-block;
    margin-right: 1em;
}

.menu-hover, .menu-hover:hover {
	transition: 0.3s;
}

.current_page_item .parent, .current-menu-item {
    font-weight: 500;
}

.toggle-open-close-right {
	vertical-align: middle;
}

#sidebar {	
	min-width: 295px;
    max-width: 295px;
    padding-left: 15px;
}

#sidebarMenu {	
    min-width: 295px;
    max-width: 295px;
    padding-left: 15px;
	
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    cursor: pointer;
    z-index: 9999;
    height: 100%;
    width: 100%;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.sidenav-margin-top {
    margin-top: 3em;
}

.sidenav-nav-container {
    padding: .2rem;
	width: 260px;
	margin-top: 1em;
}

.sidenav-nav-container-res {
    padding: 0;
    margin: 15px 0 0 24px;
	width: 260px;
}

.sidenav-shop-container {
    padding: .5rem;
}

.sidenav-nav-menu-container { 
    padding: .5rem 0;
}

.sidenav-nav-widget-container {
	padding: .5rem;
}

.toggle-sidenav-button {
	position: absolute;
    right: 3.5rem;
}

.bg-sidemenu-responsive {
	background: #f7f7f7;
}

.dropdown-toggle::after  {
	display: inline-block;
	padding: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	vertical-align: middle;
	border: 0;
}

.navbar-ft .dropdown-menu, .navbar-dd .dropdown-menu, .dropup .dropdown-menu {
    font-size: 14px;
}

.navbar-ft-opt {
	padding: 0.5rem;
}

.navbar-icons {	
	float: right;
}

.menu-right {
    width: auto;
}

.navbar-box label {
	margin-top: 0.5rem;
}

.navigation-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}

/*----------------------- 7. LOGO ------------------------------ */

.navbar-logo-left, .navbar-logo-center {
	float: left;
}

.navbar-logo-left {
    position: absolute;
    left: 3em;
}

.logow {
    display: block;
}

.logob {
    display: none;
}

/*----------------------- 8. SEARCH ------------------------------ */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    /* Transition */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* Transform */
    -webkit-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}

#search.open {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

#search form.position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#search input[type="search"] {
    width: 340px;
    background: rgba(0, 0, 0, 0);
    border: 0px;
    font-size: 1.25rem;
    padding: 1em;
    outline: none;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 1em;
    display: block;
}

#search .close {
    position: fixed;
    top: 16px;
    right: 16px;
    opacity: 1;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: url('../img/close.svg') no-repeat 7px center;
    background-size: 45px 50px;
    transition: 0.3s;
}

#search .post-types {
    width: 340px;
    margin: 0 auto;
}

#search input[type="radio"]:after {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
}

#search input[type="radio"]:checked:after {
    width: 22px;
    height: 22px;    
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #FC923F;
    content: '';
    display: inline-block;
    visibility: visible;
}

/*----------------------- 9. LAYOUT ------------------------------ */

.container-general {
	max-width: 1400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.featured-grid-mb {
	margin-bottom: 1.875rem;
}

.img__wrap {
    position: relative;
    transition: 0.3s;
}

.img__wrap:hover {
    transition: 0.3s;
}

.img__wrap img {
    transition: 0.3s ease-in-out;
    display: block;
}

.img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.imageoutlink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 9;
}

.txt {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.txt a {
    color: #fff;
}

.post-time {
	text-transform: uppercase;
	font-size: .75rem;
}

/* HOME BANNERS
--------------- */

.home-element-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* HOME POSTS BOXES
------------------- */

.img__wrap figure {	
	height: 100%; 
	position: relative; 
	height: 100%; 
	margin: 0; 
}

.img__wrap figure figcaption { 
	padding: 1em; 
	color: #fff;
}

.img__wrap figure figcaption,.img__wrap figure figcaption > a { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.img__wrap figure h4,.img__wrap figure p { 
	margin: 0;
}

.author-box-avatar {
    float: left;
}

.author-box-avatar img {
	display: block;
	opacity: 1 !important;
}

/* EFFECT LILY 
-------------- */

figure.effect-lily img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px,0, 0);
	transform: translate3d(0px,0,0);	
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 1em;
	width: 100%;
}

figure.effect-lily h5,
figure.effect-lily p {
	-webkit-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
}

figure.effect-lily h5 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h5,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.80s;
	transition-delay: 0.80s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figure.effect-lily:hover h5 {
	-webkit-transition-delay: 0.80s;
	transition-delay: 0.80s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figure.effect-lily section {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily section {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily section {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover section {
	opacity: 1;
}

figure.effect-lily:hover section {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover section {
	-webkit-transition-delay: 0.80s;
	transition-delay: 0.80s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/* EFFECT SARAH 
--------------- */

figure.effect-sarah {
	background: #000;
}

figure.effect-sarah img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h5 {
	position: relative;
	overflow: hidden;
	letter-spacing: .05em;
}

figure.effect-sarah h5::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-sarah:hover h5::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* BACK TO TOP BUTTON
--------------------- */

#back-to-top{
    position: fixed;
    bottom: 30px;
	right: 30px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

/*----------------------- 10. SLIDER ------------------------------ */

/* FLICKITY
----------- */

.carousel {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

.carousel-cell {    
    margin-right: 10px;
    display: block;
}

.carousel-cell-image {
    display: block;
    height: 400px;
}

.home-slider-img {
	width: 100%;
	object-fit: cover;
	height: 650px;
}

.flickity-viewport {
    transition: height 0.2s;
}

.flickity-page-dots .dot {
    width: 15px;
	height: 15px;
}

.flickity-button-icon {
    display: none;
}

.flickity-button:focus {
	box-shadow: none;
}

.previous:before, .prev:before {
    content: "\f060";
    /* left */
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	font-size: 22px;
    padding-right: 2px;
}

.next:before {
    content: "\f061";
    /* right */
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	font-size: 22px;
}

.flickity-prev-next-button.previous {
    left: 0;
}

.flickity-prev-next-button.next {
    right: 0;
}

.slide-box-shadow {
    background-color: rgba(0,0,0,.45);
}

/*----------------------- 11. INFINITE SCROLL ------------------------------ */

.view-more-button {
    display: inline-block;
	cursor: pointer;
}

.page-load-status {
    display: none;
    /* hidden by default */
    padding: 20px 0;
    text-align: center;
    color: #777;
}

.loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/*----------------------- 12. TAGS AND CATEGORIES LIST ------------------------------ */

.catlist {
    display: table;
    line-height: 1.5em;
	font-size: .875rem;
	font-weight: 700;
}

.taglist {
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
    font-weight: 700;
}

.cats-tax-home {
	font-size: .875rem;
}

body.home .cats-tax-home a, 
body.search-no-results .cats-tax-home a {
	color: #fff;
}

/*----------------------- 13. SINGLE STYLES ------------------------------ */

.post-overlaytxt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .05);
    overflow: hidden;
    width: 100%;
    top: 0;
}

.single-titles {
    line-height: 1.2;
	word-break: break-word;
	letter-spacing: -1px;
}

.single-titles-top-left {
    position: absolute;
    left: 0;
	top: 0;
	width: 33%;
}

.single-comments-content {
	margin: 0 0 0 70px;
    padding: 1em;
}

.single-comments-author-meta {
    font-size: 1rem;
	margin: 0 0 1em;
}

.single-comments-author-meta a {
    font-weight: normal;
}

.single-comments-author {
    font-weight: 700;
}

.more-title {
    margin-bottom: 1rem;
    padding-bottom: .5em;
}

.more-posts-titles {
	text-transform: uppercase;
	line-height: 1.2;
}

.post-text-content {
    line-height: 30px;
}

/* BULLETED LIST
---------------- */

.post-text-content ul {
	list-style: none;
}

.post-text-content ul li {
	list-style: disc;
}

/* NUMBERED LIST
---------------- */

.post-text-content ol {
	list-style: none;
	counter-reset: animagwp-counter;
	padding-left: 1rem;
}

.post-text-content ol li {
	counter-increment:animagwp-counter;
}

.post-text-content ol li::before {
	content: counter(animagwp-counter) ". ";
    font-weight: 700;
    font-style: normal;
}

/* REVIEWS CPT
-------------- */

.reviews-half{
	width: 50%;
}

.review-first-half {
	margin-right: 2rem;
}

.review-boxes-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: max-content;
}

.review-boxes-content span {
    font-size: 2.5em;
	line-height: 45px;
}

.review-boxes-content .ten {
	display: inline-block;
    font-size: 25px;
}

.review-score-tpl {
	left: 10px;
    bottom: 0;
}

.review-author-list-name {
	display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: .875rem;
	font-weight: bold;
}

.rating-boxes {
    font-size: large;
}

body.home figcaption .review-author-list-name a {
	color: #fff;
}

.rating-boxes {	
	z-index: 9;
}

.rating-boxes-point {	
	font-size: 1.25em;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}

.author-box-bg {
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
	z-index: 999;
}

.author-box-bg > .review-author-list-name, .author-box-bg > .review-author-list-name a {
	color: #000;
}

/* PAGES
-------- */

.wide { /* You also can use this class for a wide image in a full container post */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: auto;
    z-index: 9;
    position: relative;
}

.page-wide-cover {
	width: 100%;
	object-fit: cover;
}

.page-overlaytxt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    width: 100%;
    top: 0;
}

.page-tpl-titles {
    line-height: 1;
}

.page-tpl-titles-b {
    font-size: 4rem;
}

body.error404 { 
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center;
}

body.error404 .bg-navbar {
	background-color: unset;
}

/*----------------------- 14. SHARE BUTTONS ------------------------------ */

.social-icons {
	width: 39px;
	height: 39px;
	text-align: center;
	border-radius: 50%;
	line-height: 2;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
	margin: 0;
}

ul.share-buttons li {
    display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*----------------------- 15. WORDPRESS GENERAL STYLES ------------------------------ */

.gallery-caption {
    display: block;
    font-size: 0.71111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

.table-bordered {
    border: unset;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
    border-bottom: 1px solid #F1F1F1;    
    padding-bottom: 1rem;
    text-align: left;
    padding: 1rem 2px;
	padding-top: 0;   
	line-height: normal;
}

div.wp-caption {
    max-width: 100%;
	margin-bottom: 20px;
}

div.wp-caption p:first-of-type:first-letter, div.wp-caption p .wp-caption-text:first-of-type:first-letter {
	background: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    color: unset !important;
    padding: unset !important;
    margin: unset !important;
    float: unset !important;
    line-height: unset !important;
}

blockquote>p {
    border-left: 4px solid #19F;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.25em;
}

pre {
    padding: 1rem;
    color: #aaa;
    background-color: #333333;
    white-space: pre;
    border-radius: .25rem;
    font: 16px/24px 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

/* WORDPRESS COMMENTS 
--------------------- */

.avatar {
    border-radius: 50%;
}

.author-avatar img {
	transition: unset;
}

.bypostauthor {
    padding: 1em 0;
}

.logged-in-as a {
	font-weight: normal;
}

#comments ol li {
    display: block;
	margin: 1.5rem 0;
}

.comment-respond {
    margin: 1rem 0;
}

/*----------------------- 16. WORDPRESS PAGED NAVIGATION ------------------------------ */

.page-numbers,
.page-numbers a,
.page-numbers a:hover,
.page-numbers li.active a,
.page-numbers.disabled {
    cursor: pointer;
    padding: .25rem .75rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: industry-inc-base,sans-serif;
    font-style: normal;
}

.page-numbers.current {
    font-weight: 700;
}

.page-numbers.prev:before, .page-numbers.next:before {
    font-size: 1.35rem;
	color: unset;
}

/*----------------------- 17. WORDPRESS WIDGETS STYLES ------------------------------ */

.widget_titles {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.sidenav-nav-container .widget_categories, 
.sidenav-nav-container .widget_archive, 
.sidenav-nav-container .widget_pages, 
.sidenav-nav-container .widget_meta, 
.sidenav-nav-container .widget_recent_entries, 
.sidenav-nav-container .widget_tag_cloud,
.sidenav-nav-container .widget_calendar,
.sidenav-nav-container .widget_search,
.sidenav-nav-container .widget_text, 
.sidenav-nav-container .widget_media_image,
.sidenav-nav-container .widget_recent_comments {
    padding: .95rem;
}

.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul {
    padding-left: 0;
	margin-top: 0.25rem;
}

.widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li {
    list-style: none;
    margin-bottom: .5rem;
}

.widget_categories li ul li, 
.widget_archive li ul li, 
.widget_pages li ul li, 
.widget_meta li ul li,
.widget_recent_entries li ul li {
	margin-left: 0.25rem;
}

.widget_categories li ul li:before, 
.widget_archive li ul li, 
.widget_pages li ul li, 
.widget_recent_entries li ul li {
	margin: 0 0.25rem;
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #007BFF;
}

.widget_media_image img {
	width: 100%;
}

/* Specially rational-styled calendar for WP */
#wp-calendar {
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
}

#wp-calendar caption {
    padding: 0.5rem;
    text-align: right;
    caption-side: top;
    font-size: 1rem;
    color: unset;
    text-transform: lowercase;
}

#wp-calendar thead tr {
    border-right: 1px solid #ccc;
}

#wp-calendar thead th {
    font-weight: 500;
    padding: 0.25rem;
    text-transform: lowercase;
    text-align: right;
    border-right: 1px solid #ccc;
}

#wp-calendar tbody td {
    position: relative;
    padding: 0.25rem;
    text-align: right;
    border-right: 1px solid #ccc;
}

#wp-calendar tbody td.pad {
    opacity: 0.7;
}

#wp-calendar tbody td#today {
    font-weight: 500;
}

#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #999;
    border-left: 10px solid transparent;
}

#wp-calendar tbody td a {
    display: block;
    font-weight: 700;
}

#wp-calendar tbody td a:hover {
    background: #0074C6;
    color: #fff;
}

#wp-calendar tfoot tr {
    border-bottom: 1px solid #ccc;
}

#wp-calendar tfoot tr td {
    border: 0;
    padding: 0;
}

#wp-calendar tfoot tr a {
    display: block;
    padding: 0.25rem 0.75rem;
    text-transform: lowercase;
}

#wp-calendar tfoot tr #prev {
    text-align: left;
}

#wp-calendar tfoot tr #next {
    text-align: right;
}

/* RECENT COMMENTS WIDGET
------------------------- */

.widget_recent_comments ul {
    list-style: none;
    padding: 0;
}

.widget_recent_comments li:before {
    content: "\f27a";
    /* right */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0.25em;
}

.comment-author-link {
    font-weight: bold;
}

/* COUNTS IN WIDGETS
-------------------- */

.post_count {
    margin-left: 0.5em;
    font-size: 0.75rem;
}

/* WIDGET NAV MENU
-------------------- */

.widget_nav_menu .widget_titles {
    margin: 1rem;
}
	
/* WIDGET DROPDOWNS
------------------- */

.widget_archive, .widget_categories {
	position: relative;
}

.widget_archive select, .widget_categories select {
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.widget_archive .newarrow:after, .widget_categories form:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    padding: 12px;
    position: absolute;
    right: 0;
	bottom: 0;
    background: #F1F1F1;
    z-index: 1;
    pointer-events: none;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

/* WIDGET SEARCH BAR
-------------------- */

#custom-search-input {
    width: 100%;
    position: relative;
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    color: #8E8E8E;
    top: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

/*----------------------- 18. GALLERY STYLES ------------------------------ */

.square-general {
    width: 100%;
    padding-bottom: 100%;
}

.square-gallery {
    width: 100%;
    padding-bottom: 100%;
}

.gallery {
    margin-bottom: 2em !important;
}

.gallery-item {
	margin: 0 !important;
}

.gallery-item img {
	width: 100%;
	height: auto;
    max-width: 100%;
	border: 0 !important;
    padding: .5em;
}

@media(max-width: 720px){
    .gallery-item {
        max-width: 50%;
    }
}

@media(max-width: 480px){
    .gallery-item {
        max-width: 100%;
    }
}

.gallery-caption {
    display: block;
    font-size: 0.71111em;
    line-height: 1.6;
    margin-bottom: 1em;
    padding: 0.5rem;
}

/*----------------------- 19. CONTACT FORM STYLES ------------------------------ */

/* CUSTOM CF7 STYLES
-------------------- */

.wpcf7 label {
    text-transform: uppercase;
}

/* SELECT
--------- */

select.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/arrowdown.svg');
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #ededed;
}

.wpcf7-select {
    width: 100%;
    border: 1px solid #efefef;
    padding: 7px 40px;
    margin-top: 0.5rem;
    padding-left: 20px;
}

/* FIELDS
--------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
    margin-top: 0.5rem;
    width: 100%;
}

.wpcf7 textarea {
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
    margin-top: 0.5rem;
    width: 100%;
}

.wpcf7-quiz-label {
    display: block;
    margin-top: 0.5rem;
}

/* RADIO
-------- */

.wpcf7-list-item-label {
    margin-left: 0.5em;
    display: inline-block;
}

.wpcf7 input[type="radio"]:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wpcf7 input[type="radio"]:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #1199FF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* CHECKBOX
----------- */

.wpcf7-list-item-label {
    margin-left: 0.75em;
    display: inline-block;
}

.wpcf7 input[type="checkbox"]:after {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wpcf7 input[type="checkbox"]:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: red;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* BUTTONS
---------- */

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: #5C5C5C;
    border: 0;
    padding: 7px 20px;
    font-weight: bold;
    margin: 20px 0;
    width: 100%;
    color: #fff;
}

.wpcf7 input[type=file] {
    color: #000;
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
}

/* MESSAGES
----------- */

span.wpcf7-not-valid-tip {
    padding: 7px 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng, 
div.wpcf7-aborted {
    font-weight: bold;
    margin: 0;
    padding: 7px 20px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
}

div.wpcf7-acceptance-missing {
	background: #FFA500;
}

div.wpcf7-validation-errors{
	background: #ff0000;
}

.wpcf7-mail-sent-ok:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
}

.wpcf7-not-valid-tip:before,
.wpcf7-validation-errors:before,
.wpcf7-acceptance-missing:before,
.wpcf7-mail-sent-ng:before, 
.wpcf7-aborted:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    background: #ff0000;
}

/*----------------------- 20. SWITCH FOR ENABLE-DISABLE NORMAL AND DARK MODE ------------------------------ */

/* DARK MODE STYLES
------------------- */

body.wp-night-mode-on {
    background: #232323;
}

body.wp-night-mode-on a:hover {
    text-decoration: none;
}

body.wp-night-mode-on .sidenav {
    background: #232323;
}

body.wp-night-mode-on ul.menu > li a {
    color: #fff;
}

body.wp-night-mode-on .bg-nextprev {
    background: #191919;
}

body.wp-night-mode-on .bg-footer {
    background: #191919;
}

body.wp-night-mode-on .bg-navbar {
    background: #232323;
}

body.wp-night-mode-on .bg-sidenav {
    background: #232323;
}

body.wp-night-mode-on .bg-sidemenu-responsive {
    background: #191919;
}

body.wp-night-mode-on .bg-current, body.wp-night-mode-on .card-body {
    background: #3a3a3a;
}

body.wp-night-mode-on .bg-post-ly1 {
    background: #141414;
}

body.wp-night-mode-on .bg-side {
    background: #333333;
}

body.wp-night-mode-on .single-titles-top-left {
    background: #323232;
}

body.wp-night-mode-on .post-text-content p:first-of-type:first-letter {
	color: #fff;
}

body.wp-night-mode-on .hamb-menu, body.wp-night-mode-on .hamb-menu-right {
    color: #fff;
}

body.wp-night-mode-on .logow {
    display: none;
}

body.wp-night-mode-on .logob {
    display: block;
}

body.wp-night-mode-on .img__description a:hover {
    color: #fff;
}

body.wp-night-mode-on .arrow-icon:before {
    background: #141414;
}

body.wp-night-mode-on .dropdown-divider {
    border-top: 1px solid #232323;
}

body.wp-night-mode-on .form-control {
	background-color: #323232;
	color: #FFF;
}

body.wp-night-mode-on .modal-content {
    background-color: #191919;
}

body.wp-night-mode-on .title-out, body.wp-night-mode-on .title-out a {
    color: #fff;
}

body.wp-night-mode-on .text-out {
    color: #fff;
}

body.wp-night-mode-on .border-custom {
    border-color: #232323;
}

body.wp-night-mode-on .border {
    border: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-bottom, body.wp-night-mode-on .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-top {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-left {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-right {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .dropdown-menu {
	background-color: #191919;
	color: #fff;
}

body.wp-night-mode-on .dropdown-btn {
    color: #fff;
}

body.wp-night-mode-on .dropdown-item {
    color: #fff;
}

body.wp-night-mode-on .dropdown-item:hover, body.wp-night-mode-on .dropdown-item:focus {
	background-color: unset; 
	color: unset;
}

body.wp-night-mode-on .dropdown-sidenav-btn {
    color: #fff;
}

body.wp-night-mode-on .message-label {
    color: #fff;
}

body.wp-night-mode-on .close, body.wp-night-mode-on .closebtn:hover {
    color: #fff;
}

body.wp-night-mode-on .alert-dismissible .close {
    color: inherit;
}

body.wp-night-mode-on .navbar .nav-link {
	color: #fff;
}

body.wp-night-mode-on .nav-pills .nav-link.active {
	background: #060606;
}

body.wp-night-mode-on .nav-pills .nav-link {
	background: #7C7D7D;
}

body.wp-night-mode-on #search {
    background: #191919;
}

body.wp-night-mode-on #search input[type="search"] {
	color: #fff;
}

body.wp-night-mode-on #search .close {
	background: url('../img/close-w.svg') no-repeat 7px center;
	background-size: 18px 18px;
}

body.wp-night-mode-on form#searchb input[type="search"], body.wp-night-mode-on form#searchres input[type="search"], body.wp-night-mode-on form#searchb button, body.wp-night-mode-on form#searchres button {
	background: #323232;
	border: 1px solid #323232;
}

body.wp-night-mode-on #back-to-top, body.wp-night-mode-on #back-to-home {
	color: #fff;
}

body.wp-night-mode-on #slideout {
    background: #323232;
}

body.wp-night-mode-on .card-custom {
	background: #323232;
}

body.wp-night-mode-on .tab-content {
	background: #323232;
}

body.wp-night-mode-on .menu-hover:hover, body.wp-night-mode-on .col-hover:hover {
	background: rgba(0,0,0,.85);
}

body.wp-night-mode-on .drawer-content {
    background: #232323;
}

body.wp-night-mode-on .single-comments-content {
    background: #323232;
}

body.wp-night-mode-on .alert {
	background: #1e272e !important;
    border: 0;
}

body.wp-night-mode-on .gallery {
	background: #323232;
}

body.wp-night-mode-on .pass-strength-result {
	color: #323232;
}

body.wp-night-mode-on .widget_archive select, body.wp-night-mode-on .widget_categories select {
	background: #323232;
	border: 0;
}


/*----------------------- 21. RESPONSIVE STYLES ------------------------------ */

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

	.home-slider-img {
		height: 500px;
	} 
	
}

@media only screen and (max-width: 991px) {	
	
	.container-general {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.logores {
		display: none !important;
	}
	
	.navbar-logo-left {
		left: 2em;
	}	

	.navbar-logo-center {
		position: absolute;
		left: 2rem;
	}
		
	.sidenav-nav-container {
		padding: 0;
		margin: 4rem 25px;
	}    		
	
	.navbar-search {
		height: 52px;
		display: block;
	}
	
	.navigation-sticky-top {
		position: unset;
	}	
	
	.single-titles {
		font-size: 2rem;
	}	
	
	.single-titles-top-left {
		width: unset;
		bottom: 0;
		top: unset;
	}
		
	.page-wide-cover {
		max-width: 100%;
		height: auto;
	}
	
	.single-wide {
		margin-bottom: 2em;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
		width: auto;
		z-index: 9;
		position: relative;
	}
	
	.single-wide-cover {
	    max-width: 100%;
		height: 50vh;
		border-radius: 0 !important;
		object-fit: cover;
	}
	
	body.reviews-template-template-post-center .page-wide-cover, body.post-template-template-post-center .page-wide-cover, body.post-template-default .page-wide-cover, body.reviews-template-default .page-wide-cover {
		max-width: 100%;
		height: 50vh;
	}
	
	body.reviews-template-template-post-center .wide, body.post-template-template-post-center .wide, body.post-template-default .wide, body.reviews-template-default .wide {
		margin-bottom: 2em;
	}
	
	.post-tpl-titles {
		font-size: 2rem;
	}	
	
	.page-tpl-titles, .page-tpl-titles-b {
		font-size: 2.25rem;
	}	
	
	.slidehome-title {
		font-size: 2.75rem;
		letter-spacing: normal;
	}
	
	body.home .carousel-item.active, 
	body.home .carousel-item-next, 
	body.home .carousel-item-prev {
		display: block;
	}
		
}

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

    span.wpcf7-list-item {
        display: block;
        margin: 0;
    }
	
}

@media only screen and (max-width: 1200px) {
	
	.reviews-half {
		width: 100%;
	}		
	
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {   
	
	.carousel-cell-box-sld {
		padding-bottom: 100%;
	}
	
}

@media only screen and (min-width: 1200px) {
	
	.author-avatar img {
		width: 100%;
		height: auto;
	}
	
}
