/*!
Theme Name: corinadanielaobertas
Theme URI: http://underscores.me/
Author: Sanjay Jayswal
Author URI: http://2x-pix.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: corinadanielaobertas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

corinadanielaobertas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');

body{
	font-family: "Karla", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: "Cormorant Garamond", serif;
	font-family: "Karla", sans-serif; */
}

.topBar{
	background-color:#000;
	color:#fff;
}

.site-header{
	padding:10px 0px;
	padding-top:50px;
	text-align: center;
}

.main-navigation #primary-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}

.main-navigation #primary-menu li{
	margin: 0px 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

.main-navigation #primary-menu li a{
	color: #000;
	text-decoration:none;
}

.main-navigation #primary-menu li a:hover,
.main-navigation #primary-menu li.current_page_item a,
.main-navigation #primary-menu li.current-menu-item a{
	color:#bd9e81;
}

.site-branding p{
	margin:0px;
}

.site-title{
    font-weight: 700;
    font-size: 35px;
    font-family: 'Cormorant Garamond';
    margin: 0px;
    line-height: 1;
}

.site-title a{
	color: #000000;	
	text-decoration:none;
}
.site-branding{
	margin-top: 30px;
	margin-bottom: 70px;
}

.header-info-text{
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style: none;
	justify-content: end;
}

.header-info-text a{
	color:#fff;
}

.header-info-text li{
	margin: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.header-info-text li a{
	font-size: 14px;
}

h1, h2,
.elementor-slide-heading{
	font-family: "Mate", serif;
	font-optical-sizing: auto;
	line-height: 1;
	margin-bottom: 20px;
}

.h3, h3{
	font-family: "Mate", serif;
	font-optical-sizing: auto;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 24px;
}


.widget ul li a{
	font-size: 18px;
	line-height: 1;
}

.site-footer{
	background-color:#000;
	padding:20px;
	text-align:center;
	color: #B6B6B6;
}

.social-icons-wrapper ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
	display: flex;
	justify-content: center;
}

.social-icons-wrapper ul li{
	width: 40px;
	display: inline-block;
	font-size: 20px;
	margin: 10px;
}

.social-icons-wrapper ul li a{
	color:#fff;
}

.social-icons-wrapper ul li a img{
	filter: invert(1);
	width: 30px;
}

.social-icons-wrapper ul li a:hover{
	color:#bd9e81;
}

.footerMenu{
	margin: 20px 0px;
	display: block;
	text-transform:uppercase;
}

.footerMenu a{
	color:#fff;
	text-decoration:none;
}

.toggleMenu{
	display:none;
}

.space{
	height:50px;
	width:100%;
}


.topHeading{
	text-align: center;
	padding-bottom: 50px;
}

.topHeading .searchform{
	max-width: 500px;
	margin: auto;
	border: 1px solid #000;
	border-radius: 50px;
	overflow: hidden;
	padding: 5px;
}
.topHeading .searchform div{
	display: flex;
	justify-content: space-between;
}

.topHeading .searchform div input[type="text"]{
	width: 100%;
	border: 0px;
	box-shadow: none;
	padding: 8px;
	background-color: transparent;
	outline: none;
}
.topHeading .searchform div input[type="text"]:focus{
	outline: none;
}

.topHeading .searchform #searchsubmit{
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	border:0px;
	box-shadow:none;
}

.topHeading .searchform #searchsubmit:hover{
	background-color:#bd9e81;
	border-color:#bd9e81;
}

.postBlock{
	margin-bottom: 60px;
	text-align: center;
}

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


.content-padding{
	padding:30px 50px;
}
.entry-meta .posted-on .updated{
	display:none;
}

.rpwwt-post-title{
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 600;
}
.widget-area .rpwwt-widget ul li{
	margin: 0px;
	line-height: 1.3;
}
.widget-area .rpwwt-widget ul li a{
	text-decoration: none;
}

.rpwwt-post-categories{
	display: block;
	margin: 5px 0px;
}

.rpwwt-post-categories a{
	color: #bd9e81;
	font-weight: 700;
}
.widget-area .rpwwt-widget ul li a:hover .rpwwt-post-title{
	text-decoration:underline;
}

.widget li a,
.tagcloud a{
	color:#000;
	text-decoration:none;
}

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

.widget {
	padding: 20px 0px;
}

.widget.widget_recent_entries{
	padding-top: 0px;
}

.widget ul li{
	margin: 5px 0px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.widget ul li .post-date{
	display: block;
	font-weight: 600;
	color: #bd9e81;
}

.widget ul ul.children{
	margin-left: 10px;
}

.widget.recent-posts-widget-with-thumbnails{
	padding-top: 0px;
}

.postBlock .post-thumbnail{
	display: block;
	margin-bottom: 20px;
}

.postBlock h2.entry-title{
	margin: 0px;
	font-size: 30px;
	font-weight: normal;
}

.postBlock h2.entry-title a{
	color: #000;
	text-decoration: none;
}

.postBlock:hover h2.entry-title a{
	color: #bd9e81;
}

.postBlock .entry-meta{
	margin: 30px 0px;
	line-height: 1;
	margin-top: 40px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}

.postBlock .entry-meta a{
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.postBlock .entry-meta a:hover{
	color:#bd9e81;
}

.nav-links{
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.nav-links a{
	color:#000;
	text-decoration:none;
	font-family: "Mate", serif;
	font-weight: normal;
}


.nav-links .nav-next{
	text-align: right;
}

.nav-links .nav-subtitle{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #bd9e81;
	font-family: "Karla", sans-serif;
}

.navigation.posts-navigation{
	display:none;
}

.navigation{
	text-align: center;
	margin-bottom: 100px;
}

.navigation .wp-paginate .page,
.navigation .wp-paginate a{
	width: 50px;
	display: inline-block;
	padding: 0px;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	font-weight: 700;
	border: 0px;
}

.navigation .wp-paginate span.current{
	background: #000;
	border: 1px solid #000;
}

.post-thumbnail img{
	width: 100%;
	height: auto;
}

.single-post .entry-meta{
	margin-bottom: 20px;
	text-transform: uppercase;
}

.single-post .entry-meta a{
	color: #bd9e81;
}
.single-post .post-thumbnail{
	margin: 20px auto;
	max-width:90%;
}

.single-post .entry-footer span{
	display: block;
	font-weight: 700;
	margin: 10px 0px;
}

.single-post .entry-footer span a{
	color: #000;
}
.single-post .entry-header h1.entry-title{
	text-transform: uppercase;
	line-height: 1.2;
	max-width: 80%;
	margin: auto;
	padding-bottom: 30px;
}

.navigation.post-navigation{
	margin-top: 30px;
	font-weight: bold;
	font-size: 20px;
}

.mf-cursor:before{
	transform: scale(0.5) !important;
}

.mf-cursor{
	color:#fff;
	mix-blend-mode: difference;
}
.mf-cursor.-pointer:before {
	transform: scale(1.15)  !important;
}

.postBlock h2.entry-title a{
	font-family: "Mate", serif;
	font-optical-sizing: auto;
	text-transform: uppercase;
}

.postThumb{
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.postBlock .thumbOuter{
	overflow: hidden;
	display: block;
}

.postBlock:hover .thumbOuter .postThumb{
	transform: scale(1.1);
}

.seprater{
	width: calc(100% - 120px);
	height: 1px;
	background-color: #000;
	margin: 30px auto;
	opacity: 0.1;
}
ol.wp-paginate li:first-child{
	display:none;
}

.smallContent{
	padding-top: 20px;
}

.smallContent a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.smallContent a i{
	vertical-align: 0px;
	font-size: 15px;
	margin-left: 10px;
}

.postBlock:hover .smallContent a{
	color: #bd9e81;
}

.single-post .entry-header{
	text-align: center;
}

.single-post .entry-footer{
	text-align: center;
	padding: 30px;
	background-color: #f6f6f6;
}

.single-post .entry-footer .cat-links{
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.single-post .entry-footer .cat-links a{
	text-decoration: none;
	font-weight: 600;
}

.single-post .entry-footer span.tags-links a{
	background-color: #000;
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	border-radius: 20px;
	margin: 5px 0px;
	display: inline-block;
}
.nav-links .nav-previous,
.nav-links .nav-next{
	width: 48%;
}

a{
	color: #bd9e81;
}

.wpcf7-form-control-wrap{
	margin-bottom: 20px;
	display: block;
}
.wpcf7-form-control-wrap input{
	border-radius: 0px;
	padding: 10px 16px;
}
.wpcf7-form h3{

	font-size: 18px;
	margin: 0px;
	color: #bd9e81;
}


.wpcf7-form-control.wpcf7-submit{
	background-color: #000;
	width: 100%;
	border-radius: 0px;
	padding: 12px;
	color: #fff;
}
.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #1c1c1c;
}

.wpcf7-form-control-wrap textarea.form-control{
	border-radius: 0px;
	padding: 10px 16px;
	height: 100px;
}
.wpcf7-spinner{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	margin: 0px;
	padding: 10px 20px;
	line-height: 1.2;
	text-align: center;
	font-size: 12px;
	background-color: #ffb900;
}

.elementor-shortcode .caldera-grid .form-control{
	border-radius: 0px;
	padding: 10px 16px;
	height: auto;
	border: 1px solid #dee2e6;
	box-shadow: none;
	font-size: 16px;
}
.caldera-form-page h2{
	font-size: 18px;
	margin: 0px;
	color: #bd9e81;
}

.caldera_forms_form .form-group .btn-default{
	width: 100%;
	border-radius: 0px;
	padding: 12px;
	color: #fff;
	background-color: #1c1c1c;
}

@media (max-width:480px){
	.footer-copyright img{
		width: 100%;
		height: auto;
	}
	.main-navigation #primary-menu{
		flex-direction: column;
	}
	.toggleMenu{
		margin: auto;
		font-size: 25px;
		border: 0px;
		background-color: transparent;
		font-weight: 700;
		border-top: 1px solid;
		border-bottom: 1px solid;
		padding: 0px 30px;
		display:block;
	}
	.menu-top-menu-italian-container{
		display:none;
	}
	.main-navigation.toggled .menu-top-menu-italian-container{
		display: block;
		margin-top: 20px;
	}
	.content-padding{
		padding: 50px 0px;
	}
	.topHeading {
		padding-left: 20px;
		padding-right: 20px;
	}
	.widget-area{
		margin-top:20px;
	}
}





