/*
Theme Name: Cosmo Theme
Theme URI: http://codeica.com/themes/cosmo
Author: Ariel Dante
Author URI: http://arieldante.com.ar
Description: Theme Builder
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme builder

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto+Slab:400,700');

html, body{
	margin:  0;
	padding: 0;
	overflow-x: hidden;
}

body{
	font-family: 'Roboto Condensed', sans-serif;
	background: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
	margin-top: 95px;
}

body.elementor-editor-active {
    padding-top: 125px;
    margin-top: 0px;
}

h1, h2, h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

a{
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 0.25s ease;
}

a:hover, a:focus{
	color: inherit;
	text-decoration: none;
	opacity: 1;
}

p {
    margin: 1.5em 0 1.5em;
}

blockquote {
    border-left: 0;
}

/* header */

h1#site-title {
    margin-top: 15px;
    margin-bottom: 10px;
}


	img.custom-logo {
		margin: 0 !important;
		height: 60px!important;
		width: auto;
	}

section#header {
    margin-top: 0;
    /* border-bottom: 1px solid silver; */
    z-index: 999;
    box-shadow: 0 -10px 20px 0px;
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #ffffff;
	background-color: #fffffff9;
}


.admin-bar section#header {
	top: 32px;
}

.mobile-icon{
	display: none;
}

.menu ul {
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

.menu ul li {
    float: left;
    padding: 0;
    position: relative;
    letter-spacing: 0.2em;
}

ul li a {
    transition: opacity 0.25s ease;
}

ul:hover li a{
    opacity: 0.5;
}

ul li:hover a{
    opacity: 1;
}









ul.sub-menu {
    display: none;
}

/*.header-menu ul.menu li.menu-item-has-children:hover > a{
    font-weight: bolder;
}*/


/*.header-menu ul.menu  li.menu-item-has-children:hover >  ul.sub-menu{
    display: block;
}*/


.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    background: #f4f4f4;
    box-shadow: none;
    top: 62px;
    margin: 0;
    margin-top: 34px;
    left: -380px;
    width: 1200px;
    text-align: left !important;
}

header-menu ul.menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu {
    /*background: #f3f3f3;
    box-shadow: 1px 3px 3px 0px #00000012;
    margin: 0;
    width: 100%;   
	box-shadow: inset 0px 3px 9px -4px #00000042;
	padding-left: 15px;
    padding-right: 15px;*/
}

.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu {
    background: #ececec;
}

ul.sub-menu > li {
    float: none;
    margin: 0;
    padding: 0px 0;
    border-bottom: 1px solid #ececec;
    width: 100%;
    text-transform: capitalize;
}

ul.sub-menu > li {
    float: left;
    width: 284px;
    padding: 0 !important;
    margin: 5px;
    text-align: left;
}


.header-menu ul.menu > li.menu-item-has-children ul.sub-menu li {
    border-bottom: 0;
}

ul.sub-menu li:last-child, .header-menu ul.menu > li.menu-item-has-children ul.sub-menu li:last-child  {
    border: 0;
}

ul.sub-menu li a {
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 12px;
    display: block;
    font-family: 'Playfair Display', serif !important;
    border-bottom: 1px solid #e0e0e0;
}



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


.header-menu ul.sub-menu li:before {
    right: 10px;
    top: 10px;
}

.header-menu .sub-menu li.menu-item-has-children {
    float: left;
}


ul.sub-menu ul.sub-menu {
    display: block;
    min-height: 120px;
}

ul.sub-menu ul.sub-menu a {
    font-family: "Roboto Sans", sans-serif !important;
    color: #8a8a8a;
    font-weight: normal !important;
    padding-left: 6px !important;
    border-bottom: 0;
    padding: 0px;
}

	

.header-menu {
    text-transform: uppercase;
    font-size: 14px;
}

.social-menu {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 15px;
}

.social-menu ul li {
    margin-right: 0;
    padding: 10px 0;
    margin-top: 3px;
    margin-left: 10px;
	opacity: 0.25;
}

.menu svg.icon {
    width: 20px;
    display: inline-block;
    height: 14px;
}


li.current_page_item {
    font-weight: bold;
}

footer {
    
}

footer .site-info {
    border-top: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    font-size: 11px;
    letter-spacing: .3em;
    z-index: 2;
    position: relative;
}

footer .site-info .menu ul li {
    padding: 0px 10px;
}

section#pageNotFound{
	margin: 100px 0;
	text-align: center;
}



/* content */


.the-title {
    padding: 0;
}


.the-title.hasThumb {
    width: 100%;
    padding: 150px 0;
    background-size: cover;
	background-position: center;
    position: relative;
	background-attachment: fixed;
	margin-bottom: 30px;
}

.elementor-page .the-title.hasThumb {
    margin-bottom: 0px;
}

.the-title.hasThumb:before {
    content: " ";
	background: rgba(0,0,0,0.18);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.18) 37%, rgba(255,255,255,0.96) 97%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(37%, rgba(0,0,0,0.18)), color-stop(97%, rgba(255,255,255,0.96)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.18) 37%, rgba(255,255,255,0.96) 97%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.18) 37%, rgba(255,255,255,0.96) 97%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.18) 37%, rgba(255,255,255,0.96) 97%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.18) 37%, rgba(255,255,255,0.96) 97%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.blog .the-title.hasThumb, .page .the-title.hasThumb {
    width: 100%;
    padding: 100px 0;
    position: relative;
	background-position: center -50px;
}

.page .the-title.hasThumb:before {
    content: " ";
	background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
}

.the-title.hasThumb h1, .the-title.hasThumb small.post-meta {
    color: #ffffff;
    text-shadow: 0 0 13px #00000042;
}


.the-title.hasThumb h1 {
    max-width: 600px;
    margin: 0 auto;
}

h1.page-title {
    text-align: center;
    font-size: 45px;
    position: relative;
	padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
	margin-bottom: 40px;
	max-width: 800px;
    text-transform: uppercase;
	animation: pageTitle 1.5s ease forwards;
}

h1.page-title:after {
    content: " ";
    border-top: solid 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    animation: pageTitleAfter 1s ease forwards;
}

@keyframes pageTitleAfter {
    from {
		width: 0px;
		margin-left: 0px;
	}
	to {
		width: 60px;
		margin-left: -30px;
		}
}

@keyframes pageTitle {
    from {
		letter-spacing: 0;
	}
	to {
		letter-spacing: 5px;
		}
}

small.post-meta {
    font-size: 12px;
}

.single-meta {
    position: absolute;
    background: white;
    padding: 5px 10px;
}

.the-content {
    margin: 30px 0;
}

.elementor-page .the-content {
    margin: 0;
}



.the-content h1, .the-content h2, .the-content h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.elementor-widget-eael-post-grid .eael-entry-title {
    margin-top: 0;
    margin-bottom: 10px;
}

/* single */

.single-title {
    position: relative;
    padding-bottom: 20px;
}
.single-title:after {
    content: " ";
    width: 40px;
    height: 4px;
    background: #4a4a4a;
    position: absolute;
    bottom: 0;
}



.single img, .page img {
	max-width: 100%;
	height: auto;
}


.post-nav {
    border: 1px solid #eeeeee;
    margin-top: 10px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
}


.tags {
    margin-top: 30px;
}
.tags a {
    padding: 5px 14px;
    margin: 2px;
    background: #eeeeee;
    border-radius: 20px;
}

/* archive */



.post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
    display: block;
}






.the-excerpt .post-thumbnail {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    box-sizing: content-box;
	opacity: 0.8;
	transition: opacity 0.5s ease;
}

.the-excerpt:hover .post-thumbnail {
	opacity: 1;
}

.the-excerpt.sticky .post-thumbnail {
    margin: 0px;
}


h3.archive-title {
    border-bottom: 1px solid;
    padding-bottom: 12px;
    color: #d0d0d0;
    font-size: 18px;
}

.the-excerpt {
    border-bottom: 0;
    margin: 0;
    padding: 10px 20px 40px;
    box-shadow: 0 0 7px -2px #838383;
    margin: 25px 0;
    overflow: hidden;
    height: auto;
	position: relative;
}

.the-excerpt.sticky .post-thumbnail {
    height: 220px;
}

.the-excerpt:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 80%, rgba(255,255,255,0.94) 88%, rgba(255,255,255,1) 0%);
	background: -webkit-gradient(left top, left bottom, color-stop(80%, rgba(255,255,255,0)), color-stop(88%, rgba(255,255,255,0.94)), color-stop(0%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 80%, rgba(255,255,255,0.94) 88%, rgba(255,255,255,1) 0%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 80%, rgba(255,255,255,0.94) 88%, rgba(255,255,255,1) 0%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 80%, rgba(255,255,255,0.94) 88%, rgba(255,255,255,1) 0%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 80%, rgba(255,255,255,0.94) 88%, rgba(255,255,255,1) 0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.the-excerpt h3, .the-excerpt .post-meta {
    position: relative;
	z-index: 1;
}

.the-excerpt p {
    margin: 0 0 1em;
}

nav.navigation.pagination {
    display: block;
}

nav.navigation.pagination .nav-links {
    text-align: center;
}

span.page-numbers {
    padding: 5px 10px;
    border: 1px solid silver;
    margin: 10px;
}

a.read-more {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}


/* widget */

.widget-area ul {
    padding-left: 15px;
    list-style: none;
	padding: 0;
}

.widget-area ul li {
    padding: 0px 0;
}

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

footer .widget-area {
    padding: 50px 0 60px 0;
    background: #ffffff;
    box-shadow: -1px 7px 16px 0px;
	
}

body.home.footerGradient footer .widget-area {
    padding: 50px 0 60px 0;
    background: #ffffff;
    box-shadow: 0px 0 60px 40px #ffffff;
    z-index: 1;
    position: relative;
}

h2.widget-title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 0;
}

.widget-title:after {
    content: " ";
    width: 25px;
    border-top: solid 2px;
    position: absolute;
    bottom: 0;
	left: 0;
}

.widget-area > section {
    margin-top: 30px;
}

.sidebar{
	margin-bottom: 20px;
}

table#wp-calendar {
    width: 100%;
}

label.screen-reader-text {
    display: none;
}

form#searchform input, .woocommerce.widget_product_search .search-field {
    width: 72%;
    border: 0;
    border-bottom: solid 1px #eeeeee;
}

form#searchform #searchsubmit, .woocommerce.widget_product_search button {
    width: 26%;
    background: #eeeeee;
    border: 0;
    padding: 3px;
    text-transform: uppercase;
}

button#searchsubmit svg {
    width: 100%;
	height: 12px;
	margin-top: 5px;
}




.has-sidebar .widget {
    border-bottom: 0;
    margin: 0;
    padding: 10px;
    box-shadow: -5px -1px 7px -7px #838383;
    margin: 1.5em 0 1.5em;
}


/* cf7 */

form.wpcf7-form label, form.wpcf7-form .wpcf7-form-control {
    width: 100%;
}

form.wpcf7-form .wpcf7-form-control {
    padding: 10px;
    font-weight: normal;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    background: #333333;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}


/* comments */


h3.comments-title {
    margin-bottom: 30px;
}

div#comments {
    border-top: 1px solid silver;
    padding-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 15px;
}

li.comment {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ol.comment-list {
    list-style: none;
    padding: 0;
}

ol.comment-list ol {
    clear: both;
    list-style: none;
}

div#comments img.avatar{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

h3#reply-title{
	margin-top: 0;
}

div#respond {
    clear: both;
    /* margin-top: 60px; */
    padding-top: 20px;
    /* border-top: 1px solid silver; */
}


input, textarea {
    width: 100%;
	padding: 2px 5px;
}

div#comments label {
    display: block;
}



input[type=checkbox], input[type=radio] {
    margin: 7px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: auto;
    float: left;
    margin-right: 6px;
}


/* frontpage*/

div#frontpage {
    background: #eeeeee;
}

div#frontpage .table {
    display: table;
	  position: relative;
    width: 100%;
	margin-bottom: 0;
	height: calc(100vh - 130px);
	max-height: 800px;
	padding-bottom: 30px;
}

div#frontpage .table > .cell{
    display: table-cell;
    vertical-align: middle;
	position: relative;
	z-index: 1;
}

div#frontpage h1{
    font-size: 60px;
}

div#frontpage h2{
    font-size: 40px;
}

a.cosmo-front-btn {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0 20px;
}


div#frontpage :focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.owl-item > div {
    background-size: cover;
    background-position: center;
}

.owl-dots {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
	text-align: center;
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #eeee;
    opacity: 0.5;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active span {
    background: #3c3c3c;
    opacity: 1;
}

.cosmo_slider_content{
    position: relative;
	z-index: 1;
	color: #ffffff;
}

.cosmo_slider_content a {
    padding: 10px 15px;
    background-color: #333333;
    border-radius: 20px;
    color: #ffffff;
}

.cosmo_slider_content a:hover {
    color: #ffffff;
}

.owl-item > div:before {
    content: " ";
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}


.alignwide,
.aligncenter {
	text-align: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

figcaption {
	margin: 1.5em 0;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
	margin: 0;
}
.alignleft,
.alignright {
	max-width: 740px !important;	/* Let's work to make this !important unnecessary */
}


/*.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}*/

figcaption {
	text-align: center;
}


figure.alignleft, .alignleft img {
  float: left;
  /*margin-right: 1.5em;*/
}

figure.alignright, .alignright img {
  float: right;
  /*margin-left: 1.5em;*/
}

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



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}





/* WOOCOMMERCE */

p.cart-empty, p.return-to-shop {
    text-align: center;
}

.woocommerce .products-loop {
    margin-top: 30px;
}

.woocommerce .has-sidebar .widget {
    border-bottom: 0;
    margin: 0;
    padding: 10px 15px 10px 10px;
    box-shadow: 5px -1px 7px -7px #838383;
    margin: 1.5em 0 1.5em;
}

.woocommerce ul.products li.product .star-rating {
    margin: 10px auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    position: relative;
}


.woocommerce ul.products * {
    transition: all 0.5s ease;
}

.woocommerce ul.products li.product:hover a img {
    opacity: 0.1;
}
.woocommerce ul.products li.product:hover .productHover {
	opacity: 1;
    top: 50%;
}

.productHover {
	opacity: 0;
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    margin-top: -15px;
}


.cart_lnk svg.icon {
    width: 20px;
    height: 20px;
}

.cart_lnk {
    margin-top: 36px;
    margin-left: 10px;
}

.cart_lnk span {
    font-size: 11px;
    background: silver;
    border-radius: 50%;
    color: #ffffff;
    padding: 0px 4px;
    position: relative;
    top: -16px;
    right: 5px;
}


.woocommerce section.related.products ul.products {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
}

.woocommerce section.related.products ul.products li.product a img {
    margin: 10px auto;
}




.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 3px 6px 3px;
    width: 125px;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 58%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 38%;
}


.product_meta > span {
    display: block;
}

.label {
    padding: .2em .2em .3em;
    font-size: 16px;
    color: #3c3c3c;
}

/* AUTOR */

.author_bio_section {
    background: none repeat scroll 0 0 #ffffff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.author_bio_section p {
    margin: 0 0 20px;
}

.author_bio_section p.author_links {
    margin: 0 0;
}

.author_name {
font-size:16px;
font-weight: bold;
}
 
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}



/* GUTENBERG */

p.has-drop-cap:not(:focus):first-letter {
    font-family: 'Roboto Slab', serif;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
}

.has-sidebar .alignfull {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.alignfull img {
	width: 100%;
}

.wp-block-pullquote>p {
	font-size: 24px;
	line-height: 1.6;
	margin-top: 0;
}


/* media */

@media (max-width: 768px){
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	
		.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
	}
	
	
	.productHover {
		opacity: 1;
		position: relative;
		width: 100%;
		top: 0;
		transform: translateY(0);
		margin-top: 0;
	}
}
@media (max-width: 1199px){
	
	
body{
		margin-top: 80px;
	}
	
	
	h1#site-title {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	img.custom-logo {
		margin: 0 !important;
		height: 40px!important;
		width: auto;
	}
		
	ul.sub-menu {
		position: relative;
		display: block;
		box-shadow: none;
		top: 0;
		left: 0;
		background: #e8e8e8;
	}
	
	ul.sub-menu li {
		width: 100%;
		border-top: 0 !important;
		position: relative;
	}
	

	section#header {
		padding-bottom: 15px;
	}
	
	.header-menu {
		display: none;
		position: relative;
		background: #ffffff;
		text-align: right;
		width: 100%;
		float: none !important;
		margin-top: 80px;
	}

	.header-menu ul{
		margin: 0;
	}

	.header-menu ul li {
		float: none;
		border-top: 1px solid #eeeeee;
		padding: 10px 0;
		margin: 0;
	}

	

	.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu {
		position: relative;
		width: 100%;
		top: 0px;
		margin-top: 0px;
		display: none;
	}

	.mobile-icon {
		display: block;
		border-top: 2px solid;
		width: 15px;
		height: 15px;
		float: right;
		margin-top: 37px;
		position: relative;
		cursor: pointer;
		margin-left: 15px;
	}

	.mobile-icon:after {
		content: " ";
		width: 100%;
		position: absolute;
		top: 3px;
		border-top: 2px solid;
		transition: all 0.5s ease;
	}

	.mobile-icon:before {
		content: " ";
		width: 100%;
		position: absolute;
		top: 8px;
		border-top: 2px solid;
		transition: all 0.5s ease;
	}

	.mobile-icon.active {
		border-top: 0px solid;
	}

	.mobile-icon.active:before {
		transform: rotate(45deg);
		top: 5px;
	}

	.mobile-icon.active:after {
		transform: rotate(-45deg);
		top: 5px;
	}
	

	.the-excerpt .pull-left {
		clear: both;
		width: 100%;
		text-align: center;
	}
	.the-excerpt .post-thumbnail {
		margin-right: 0px;
	}
	
	.the-excerpt {
		height: auto;
}	
	
	.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		width: 100%;
	}
	
	
	
	.social-menu ul li {
		margin-right: 0px;
		margin-left: 1px;
		padding: 10px 0;
		margin-top: 1px;
	}
	
	
	
	.site-info{
		text-align: left;
	}
	.footer-menu.pull-right {
		float: none !important;
		display: inline-block;
	}
	
	footer .site-info .menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	footer .site-info .menu ul li {
		padding: 0px;
		margin-left: 0;
	}
}
	
	
 
@media (min-width: 750px) {
 

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
	
    .has-sidebar .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
 
}