/*
 Theme Name:   Coleta
 Theme URI:    http://themeskingdom.com
 Description:  Coleta is a responsive, highly customizable portfolio WordPress theme developed for photographers. It allows all your work to shine through thanks to three types of displays for your gallery. The single project pages are clean and polished, with a slider displaying segment by segment, allowing the shots you took to breathe. It comes with a Journal (a blog section), that gives a personal touch to the portfolio and allows your clients to get to know you better, before they decide to contact you.
 Author:       Themes Kingdom
 Author URI:   http://themeskingdom.com
 Template:     deppo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  LICENSE
 Tags: blog, portfolio, photography, entertainment, one-column, two-columns, grid-layout, flexible-header, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain: coleta
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Colors
# Layout
# Forms
# Header
# Components
# Content
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.jetpack-social-navigation,
.single-post .post-nav-text,
.single-post .entry-footer .meta-text {
	font-size: 16px;
	font-size: 1rem;
}

.site-info {
	font-size: 18px;
	font-size: 1.125rem;
}

body,
button,
input,
select,
textarea {
	font-size: 26px;
	font-size: 1.625rem;
}

.page .emphasis {
	font-size: 90px;
	font-size: 5.625rem;
}

.slick-dots-wrapper .count,
.slick-dots-wrapper .current {
	font-weight: 100;
}

.back-button,
.info-toggle {
	font-weight: 400;
}

.site-info {
	line-height: 1.2;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

body .jetpack-social-navigation a {
	text-transform: none;
}

.single-jetpack-portfolio .entry-content {
	position: static;
	visibility: visible;
	opacity: 1;
	transform: none !important;
}

body, button, input, select, textarea{
	font-size: 1em;
}

.container.container-small{
	max-width: 80%;
	margin: auto;
	margin-top: 180px;
}

.single-jetpack-portfolio .entry-header{
	margin: 50px;
}

.jetpack-video-wrapper iframe{
	width: 100% !important;
	height: 600px !important;
}

.single-jetpack-portfolio .site-footer {
	display: block !important;
}

.custom-logo-wrapper {
	/*max-width: 140px !important;*/
}

.site-branding{
	top: 0;
}

.sidebar-button {
	top: 3px;
}

.main-navigation ul li:hover > ul{
	width: 300px;
}

a:hover, .current-menu-item a:link, .current-menu-item a:visited{
	color: #269ca2 !important;
}
#site-navigation a:after{
	content: none !important;
}

.wpml-ls-native{
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 0.9em;
}
#menu-item-wpml-ls-4-en{
	margin-left: 30px;
}

.sidebar-button {
	top: 0px !important;
}
.navigation-wrapper {
	/*top: 92px;*/
}

body{
	background-image: none !important;
}

.vidbg-container video{
	/*width: 100% !important;*/
	min-width: 100%;
	min-height: 100%;
}

.vidbg-container{
	min-width: 100%;
	min-height: 100%;
}


.entry-content .alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}

.alignfull iframe{
	min-width: 100%;
	min-height: 60vw;
}