/*
Theme Name: Akatombo
Theme URI: http://www.inbrackets.dev/themes/-theme
Author: inbrackets
Author URI: http://www.inbrackets.dev
Description: Akatombo is a compatible WooCommerce theme made with WordPress. It is the best theme for you to sell anything online, beautifuly designed and fully responsive.
Version: 1.0
Text Domain: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Satisfy&display=swap');

body{
    font-family: 'Quicksand', sans-serif;
}

.content-area{
    min-height: 500px;
    padding: 3rem 0;    
}

.page-template-template-home-php .content-area{
    padding: 0;
}

/* Home Page Template */

/* Header - Main Menu */
body #page > header{
    background-image: linear-gradient(-180deg, #FFFBFB 2%, #F3FBFF 96%);
    border-bottom: 4px solid #b47d64;
}

header .search{
    padding: 0.7rem 0;
}


header p.site-title{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600;
    margin: 0;
}

header p.site-title~span {
    color: #000;
}

header .brand{
    padding-bottom: 15px;
    word-break: break-word;
    -ms-word-wrap: break-word;
}

header .brand img{
    max-width: 280px;
    height: auto;
}

.account{
    font-weight: 700;
}

.account ul li a{
    padding: 3px 15px !important;
    font-size: 13px;
    margin-right: 10px;
}

.main-menu{
    background: none;
    border: none;
}
.menytop {
    position: relative;
}

.btn-primary {
    color: #959595;
    background-color: #fff;
    border-color: #959595;
    border-radius: 5px;
    border: 1px solid;
    font-weight: 600;
}
.btn-primary:hover{
    background-color: #959595;
    border-color: #959595;
}

.btn-outline-success{
    color: #959595;
    background-color: #fff;
    border-color: #959595;
    border-radius: 5px;
    border: 1px solid;
    font-weight: 600;
}
.btn-outline-success:hover {
    background-color: #959595;
    border-color: #959595;
}

.shout {
    font-family: 'Satisfy', cursive;
    display: block;
    position: absolute;
    bottom: 0px;
    font-size: 26px;
    color: #959595;
    line-height: 25px;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.main-menu ul{  
    list-style: none;
	padding-left: 10px;
}

/* Fjernet grunnet max mega menu
.main-menu ul{  
    padding: 0; 
    margin: 0; 
    font-size: 12px; 
    font-weight: 500; 
    border-radius: 0;    
}

.main-menu ul li{ 
    display: inline;  
    margin: 0 5px 0 0;
}

.main-menu ul li:last-child{ 
    margin: 0; 
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link{  
    color: #fff; 
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{
    background-color: #8BA346;
    color: #fff;
}

.main-menu ul li a.nav-link:first-child{ 

}

.main-menu ul li ul{
    background-color: #70823B;
}

.main-menu ul li ul li{
    margin: 0;
}

.main-menu ul li ul li a{
    padding: 0.5rem;
    color: #fff;
}

.main-menu .navbar-nav .active>.nav-link{ 
    color: #fff; 
}

.main-menu .dropdown-item:focus, 
.main-menu .dropdown-item:hover {
    color: #fff;
    background-color: #8BA346;
}

.main-menu .dropdown:hover>.dropdown-menu, 
.main-menu .dropup:hover>.dropdown-menu  {
  display: block;
}

.main-menu .dropdown-item.active, 
.main-menu .dropdown-item:active {
    background-color: #7D8F48;
}

.main-menu .navbar-toggler{
    border: none;
    padding-right: 0;    
}

.main-menu .dropdown-toggle::after {
    vertical-align: 0.155em;
}

.main-menu .navbar-toggler-icon {
    background-image: url('img/hamburger-menu.svg');
}

.main-menu ul li .dropdown-menu .dropdown > a::after{
    display: inline-block;
    margin-left: 0.355em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.main-menu .dropdown-menu li { 
    display: block;
    margin: 0px;
    padding: 0px;
}

.main-menu .dropdown-menu .dropdown-menu { 
    top: -1px;
    left: 100%;
} */


/* Search Form */
.search-form button{
    background-image: url('img/search.svg');
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.search-form input[type="search"]{
    background-color: #fff;
    color: #70823B;
    border: none;
    font-weight: 600;
    font-size: 100%;
    padding: 0.2rem 0.8rem;
    margin-right: 0.3rem;
    border: 1px solid #959595;
    border-radius: 6px;
}

/* Cart */
.menytop .cart{
    position: absolute;
    bottom: 10px;
    right: 0px;
}
.cart .cart-icon{
    background: url('img/cart-bag.svg');
    background-repeat: no-repeat;
    height: 61px;
    width: 55px;
    display: inline-block;
    vertical-align: bottom;
}

.cart .items{
    background: #70823B;
    color: #fff;
    width: 23px;
    height: 23px;
    font-weight: 600;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

/* Modal menu for mobile instead of collapse */

.burgermeny {
    background: transparent;
    border: none;
	filter: grayscale(100%);
    margin-bottom: 30px;
}
.burgermeny:focus {
    outline: none;
}

.modal .modal-dialog-aside{
    font-family: 'Basis Grotesque Pro Light', sans-serif;
    color: #7d715d;
    width: 100%;
    max-width:95%; height: 100%; margin:0;
    transform: translate(0); transition: transform .2s;
}

.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }

.modal.show .modal-dialog-aside{ transform: translateX(0);  }

.modal .modal-content{
    background-color: #fff;
    color: #7d715d;
}

.modal .modal-content a:link,.modal .modal-content a:visited{
    color: #7d715d;
    height: 50px;
}

.modal-body {
    padding: 0px !important;
}

/* mobile info menu styling - kun denne fanen */

.mobil-info-menu ul{
    list-style: none;
    line-height: 10px;
    text-transform: uppercase;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.mobil-info-menu ul li a{
    display: block;
    padding: 20px 10px 20px 30px;
    height: 50px;
    color: #3c919e!important;
    font-size: 14px!important;
}

.mobil-info-menu  ul li a:hover{
    background-color: #eee;
} 

/* tatt bort pga. ny accordion meny plugin
.modal-body a {
    color:#333!important;
}

.modal .modal-content ul{
    list-style: none;
    line-height: 10px;
    text-transform: capitalize;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.modal .modal-content ul li a{
    display: block;
    padding: 20px 10px;
    height: 50px;
}

.modal .modal-content ul li a:hover{
    background-color: #eee;
} */

.modal .modal-header,.modal .modal-footer {
    border: none;
}

.modal .modal-header .close{
    color: #333;
}

.modal-footer {
    height: 50px;
}

#modal_aside_right .navbar-expand {
    width: 100%;
}

.modal .modal-footer {
    border-top: 1px solid #eee;
}
.handlekurv-mobil {
	width: 30px;
	height: auto;
}

/* Igjen til fri frakt */

.igjen-til-frakt bdi {
	color: #959595!important;
}

.igjen-til-frakt {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px!important;
	color: #959595  !important;
	padding: 2px!important;
	border-radius: 10px;
	text-align: center;
}

.woocommerce-cart .igjen-til-frakt {
	display: none;
}

@media (max-width:768px){
.igjen-til-frakt {
	display: none;
}
}

/* Flex Slider */

.flexslider{
    position: relative;
    border: 0 !important;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
}

.flex-control-nav {
    bottom: 10px !important;
}

.slider-details-container {
    color: #FFF;
    background-color: green;
    width: 10%;
 }

.slider-details-container h1{
    font-size: 3.7rem;
}

.slider-details-container .subtitle{
    font-size: 1.3em;
    margin-bottom: 15px;        
}

.slider-details-container .slider-title{
    color: #FFF;
    font-weight: 700;
}

.slider-details-container a{
    background-color: #42909f;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;
    font-size: 1.2em;
}

.slider-details-container a:hover{
    color: #fff;
}

.flexslider .slides {
    position: relative;
    padding: 0 !important;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) !important;
    height: 10px !important;
    width: 10px !important;
}

.flex-control-paging li a.flex-active {
    background: #333!important;
}

.flex-control-nav li {
    margin: 0 2px !important;
}
.shadow {
	border-radius: 20px;
    box-shadow: 0px 1px 3px 2px rgba(105,103,103,0.50);
}

.slider-bg {
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
  	background-position: center;
}

.slides li{
    position: relative;
}

.slide-content {
    background: rgb(0,0,0);
    background: rgba(25,25,25,0);
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.slides li img {
	border-radius: 20px;
}

.flexslider h1 {
    font-size: 23px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.flexslider h2 {
    font-size: 33px;
    margin-bottom: 20px;
}

.flexslider p{
    letter-spacing: 3px;
}

.btn-secondary{
    font-size: 18px;
    background-color: #42909f;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0px;
    padding: 10px 20px;
}

.btn-secondary:hover {
    background-color: #f2f2f2;
    color: #42909f;
}

/* Frontend Product Lists */
.home main .section-title{
    position: relative;
}

.home main .section-title h2.title1:before {
    content: url(img/trees1.svg);
    margin-right: 10px;
}
.home main .section-title h2.title2:before {
    content: url(img/trees2.svg);
    margin-right: 10px;
}

.home main .section-title h2{
    font-family: 'Satisfy';
    color: #7D9241;
    font-size: 2rem;    
    position: relative;
    display: block;
    text-align: center;
    background-image: url("img/title-border.svg");
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 20px 0 0;
    margin-bottom: 80px;
    margin-top: 80px;     
}

.home section.lab-blog{
    padding: 40px 0;
}

.home .woocommerce ul.products {
    border-top: none;
    text-align: center;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 500;
    color: #60605f;
    min-height: 100px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
	text-transform: uppercase;
}

.home .popular-products .woocommerce ul.products li.product .button,
.home .new-arrivals .woocommerce ul.products li.product .button {
    color: #60605f;
    padding: 0;
    margin: 0;
    transition: 0.5s;
    border: 1px solid #60605f;
    border-radius: 4px;
    background-color: #fff;
    padding: 3px 15px;
}

.home .popular-products .woocommerce ul.products li.product .button:hover,
.home .new-arrivals .woocommerce ul.products li.product .button:hover {
    color: #fff;
    background-color: #60605f;
}

.home .woocommerce ul.products li.product .button {
    margin-top: 0;
}

.deal-of-the-week {
    background-color: #eee;
    padding: 60px 0;
}

.deal-img img{
	-webkit-box-shadow: 1px 2px 12px -3px rgba(72,156,168,0.67); 
	box-shadow: 1px 2px 12px -3px rgba(72,156,168,0.67);
	border-radius: 20px;
}

.deal-of-the-week{
    padding: 30px 0;
    border-top: 1px solid #DCE3C8;
    border-bottom: 1px solid #DCE3C8;
}
.deal-of-the-week h2 {
    background-image: none!important;
    margin-bottom: 30px!important;
    margin: 20px 0px!important;
}

.deal-of-the-week .discount{
    background-image: url('img/badge-onsale.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Satisfy';
    font-size: 20px;
    color: #333;
    font-weight: 600;
    height: 85px;
    width: 150px;
    padding: 30px 10px 10px 40px;
    display: inline-block;
    margin: 20px 0;  
    position: relative;
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);  
}


.deal-of-the-week h3{
    margin: 0 0 20px 0;
    padding: 0;    
}

.deal-of-the-week h3 a{
    font-size: 2rem;
    font-weight: 700;
    color: #000;  
    transition: 0.5s;  
}

.deal-of-the-week h3 a:hover{
    color: #777;    
}

.deal-of-the-week p{
    color: #aeaeae;
    font-size: 1.2rem;    
}

.deal-of-the-week .prices .regular{
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.4;
    text-decoration: line-through;    
}

.deal-of-the-week .prices .sale{
    font-size: 2rem;
    font-weight: 700;    
}

.deal-of-the-week a.add-to-cart{
    background-color: #60605f;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block; 
    margin-top: 10px;      
}


/* Footer - Footer Menu */

.grass {
    background-color: #3d2d52;
    background-image: url('img/grass-hr.png');
    height: 20px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: bottom;
}

.footer-widgets{
    padding: 35px 0;
    background-color: #3d2d52;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(60,45,80,1) 0%, rgba(101,72,142,1) 100%, rgba(0,212,255,1) 493466%); 
    color: #fff;    
}

.footer-widgets h4{
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets p{
    margin-bottom: 0.5rem;
}

.footer-widgets strong{
    color: #fff;
}

.footer-widgets ul li a, .footer-widgets a { 
    color: #aeaeae; 
}

.copyright{
    background-color: #3d571d;
    color: #fff;
    padding: 20px 0;
}

.copyright p{
    margin: 0;
}

.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
}

.footer-menu ul li{ 
    display: inline;  
    margin: 0 10px 0 0;
}

.footer-menu ul li:last-child{ 
    margin: 0; 
}

.footer-menu ul li a{ 
    color: #fff; 
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a{ 
    color: #ff9292; 
}


/* WooCommerce */

/* Grid System */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}


/* Shop */

.shop-content{
    padding: 1rem 0;
}

.shop-content .row{
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .content-area, 
.product-template-default .content-area,
.tax-product_cat .content-area{
    padding: 0;
}

.woocommerce .breadcrumb {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: initial;
	border-radius: .25rem;
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700;
}

.woocommerce-products-header__title {
	font-size: 36px;
	color: #959595;
}

.woocommerce ul.products.columns-1 li.product:first-child, 
.woocommerce-page ul.products.columns-1 li.product:first-child {
    margin-top: 20px;
}

.woocommerce .products ul, .woocommerce ul.products {
    border-top: none;
}

.woocommerce ul.products li.product a img {
    width: 255px;
    height: auto;
    display: block;
    margin: 0 1em 1em 0;
    box-shadow: none;
    float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1rem;
    font-weight: 500;
	text-transform: uppercase;
    color: #60605f;
    min-height: 30px;
	width: 100%;
    margin: 0;
    padding: 10px 5px 5px 5px;
    display: block;
    text-align: center;
    display: table;
}

.woocommerce ul.products li.product {
	border: 1px solid #eee;
	padding: 10px 5px 5px 5px;
	transition: 0.3s;
	border-radius: 10px;
}

.woocommerce ul.products li.product:hover {
	border: 1px solid #eee;
	-webkit-box-shadow: 1px 2px 12px -3px rgba(150,150,150,0.3); 
	box-shadow: 1px 2px 12px -3px rgba(150,150,150,0.);
}

.post-type-archive-product .woocommerce-loop-product__title{
    margin-bottom: 0.5rem !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
	text-transform: uppercase;
	padding: 10px 30px;
	display: none;
}

.woocommerce ul.products li.product p{
    color: #000;
}

.woocommerce ul.products li.product .price{
    color: #90bb65;
    font-weight: 300;
    text-align: center;
	padding: 15px 0px;
}

.woocommerce ul.products li.product .price ins {
    font-size: 140%;
}

.woocommerce ul.products li.product .onsale{
    top: 16px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 83px;
    padding: 0;
    background-color: #60605f;
    margin: 0;
    font-weight: 400;
}

.woocommerce ul.products li.product .onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 81px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 22px 0 0;
    border-color: #60605f transparent transparent transparent;
}

.woocommerce ul.products li.product .onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 81px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 24px 0;
    border-color: transparent transparent #60605f transparent;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
}


/* Single Product */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
    background-color: #79a74c;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #8ebd60;
}

.single-product div.product .product_title {
	text-transform: uppercase;
	font-size: 2em;
    font-weight: 500;
    color: #60605f;
}

.product_meta > span{
    display: block;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{
    font-size: 15px;
    color: #60605f;
    font-weight: 600;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce-Price-amount {
    font-size: 23px;
    color: #90bb65;
    font-weight: 600;
}

.woocommerce span.onsale{
    top: 19px;
    left: 35px;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 84px;
    padding: 0;
    background-color: #60605f;
    margin: 0;
    font-weight: 400;
}

.woocommerce span.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 22px 0 0;
    border-color: #60605f transparent transparent transparent;
}

.woocommerce span.onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 23px 0;
    border-color: transparent transparent #60605f transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}

.woocommerce .related {
	margin-top: 120px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 10px 10px 0px 0px;
    margin: 0;
	background-color: #eff4de;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: #ffeb8a;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #ffe252;
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}


/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: #60605f;
    color: #fff;
}


/* My Account */
.woocommerce-MyAccount-navigation a{
    color: #000000;    
}

.woocommerce-MyAccount-navigation .is-active{
    font-weight: 700;
    background-color: #000000;   
}

.woocommerce-MyAccount-navigation .is-active a{
    color: #fff;    
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    border: 1px solid #f3f3f3;
}

.woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #f3f3f3;
    padding: 0.3rem 0.7rem;
}

.woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom: 0;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

/* Store Notice */
.woocommerce-store-notice, p.demo_store {
    background-color: #750000;
}


/* Blog and Archive Pages */
.blog article, 
.archive article{
    margin-bottom: 3rem;        
}

.blog article .title, 
.archive article .title{
    font-weight: 600;        
}

.blog article .meta, 
.archive article .meta{
    font-weight: 700;
    margin: 1rem 0;    
}

.archive-title{
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0.7rem 0;
    margin-bottom: 1rem;
}

.archive-title span{
    color: #b58e8e;
    font-weight: normal;
}

.blog .post-thumbnail,
.archive .post-thumbnail{
    margin: 1rem 0;
}

.nav-links{
    font-weight: 700;
}

.nav-links span,
.nav-links a{
    padding: 0.4rem;
}


/* Single */
.single header h1{
    font-weight: 700;
}

.single .post-thumbnail{
    margin: 1rem 0;
}

.comments-area{
    border-top: 1px solid #eee;
    padding: 1rem 0 2rem;
    margin-top: 2rem;    
}

.comment-form label{
    display: block;
}

.comment-form input[type="submit"]{
    background-color: #60605f;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;   
}


/* Search */
.search .content-area .search-form{
    margin: 0 0 1rem;
}


/* Comments */

#comments ol,
#comments ul{
    list-style: none;
    padding: 0;
}

#comments .depth-1{
    padding: 2rem 0;
}

#comments .nav-links a{
    padding: 0;
}

#comments .bypostauthor{
    background-color: #bf95941a;
}

.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}

.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}

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

.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}

li.comment {
    background-color: #fff;
    border-right: none;
}

.comment-content {
    clear: both;
    overflow: hidden;
}

.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 25px;
}

.comment-list .children {
    margin-top: 40px;
    border: 1px solid #cccccc40;
    margin-left: 1rem;
}

.comment-list li li {
    background-color: #f5f5f6;
}

.comment-list li li li {
    background-color: #fff;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}

.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}

.comment-reply-link:hover{
    color: #fff;
}

.comment-notes{
    display:none;   
}


/* WooCommerce Widgets */
.woocommerce .shop-content .widget-wrapper{
    padding: 0px;    
}

.woocommerce .shop-content .widget-wrapper h4{
    padding: 0 0 0.7rem 0;
}

.woocommerce .shop-content .widget-wrapper > ul{
    list-style: none;
    padding: 0;
    margin: 0;
	font-weight: 500;
}

.woocommerce .shop-content .widget-wrapper > ul li ul{
    list-style: none;
	padding-left: 13px;
}

.woocommerce .shop-content .widget-wrapper ul li span,
.woocommerce .shop-content .widget-wrapper ul li ul li span{
    float: right;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #939393;
}

/* General */

embed, iframe, object {
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    background-color: #F6F6F6;
    padding: 5px 15px;
    border: 1px solid #e2e2e2;  
    max-width: 100%;  
}

a{
    color: #25859d;
}

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

p, ul li a, .nav-links a, .nav-links span{
    font-size: 1rem;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4 {
	color: #60605f;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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 !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

/* Media Queries */

@media all and (max-width: 768px){
    .woocommerce ul.products[class*="columns-"] li.product, 
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-widgets .col-12{
        margin-bottom: 25px;
    } 

    .footer-widgets .col-12:last-child{
        margin-bottom: 0;
    } 

    .copyright-text{
        margin-bottom: 10px;
    }        

    .brand{
        margin-bottom: 15px;
    }

    .main-menu{
        border-top: 2px solid #f2f2f2;
        padding: 10px; 
        margin-top: 10px;       
    }

    .main-menu ul li{   
        margin: 0;
    } 

    .main-menu .dropdown-menu{
        display: block;
        margin-left: 1rem;
    }

    .main-menu ul li .dropdown-menu .dropdown > a::before{
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .main-menu ul li .dropdown-menu .dropdown > a::after{
        display: none;
    }

    .main-menu .dropdown-menu .dropdown-menu{
        margin-left: 0;
    }

    .main-menu .dropdown-menu .dropdown-menu a{
        padding-left: 1rem;
    }

    .main-menu ul li a,
    .navbar-light .navbar-nav .nav-link{ 
        padding: 10px 0;
    } 

    .search input[type="search"]{
        width: 75px;
    }     

    .search-form input[type="search"]{
        width: 45%;
    }

    .slider-details-container{
        margin: 0 25px; 
        max-width: 400px;       
    }

    .slider-title h3 {
        font-size: 2em;
    }

    .slider-details-container .subtitle {
        font-size: 1em;
    }

    .slider-details-container a {
        padding: 0.5em;
    }

}

@media all and (max-width: 575px)  {
    .slider-details-container{
        max-width: 300px;        
    }

    .slider-details-container a {
        padding: 0.7em;
        font-size: 1em;
    }
	.slider-bg {
    background-repeat: no-repeat;
    background-size: auto 2000px;
  	background-position: initial;
	background-attachment:initial;
	}

    /*.flexslider img{
        height: 500px !important;
        object-fit: cover;
        object-position: center;
    }*/
}

@media all and (max-width: 500px){
    .woocommerce ul.products li.product a img {
        width: 100%;
    }
}