/*
Theme Name: Arte House
Template: zinove-framework
Author: Rumos 
Version: 1.001

#### MOBILE FIRST ####

# Base
# Headings
# Buttons 
# Forms 
# Header 
# Footer

# TEMPLATES 
# - Blog

# CUSTOM TEMPLATES
# - Submenu page
# - Arte home

#### MEDIA QUERIES ####

# Devices >= 768px
# - Header
# - Arte home

# Devices >= 992px
# - Header
*/


/* Base */

@font-face {
	font-family: 'Bebas Neue';
	src: url('css/bebasneue_regular-webfont.eot'); 
	src: url('css/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), 
	    url('css/bebasneue_regular-webfont.woff2') format('woff2'), 
	    url('css/bebasneue_regular-webfont.woff') format('woff'), 
		url('css/bebasneue_regular-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('css/bebasneue_bold-webfont.eot'); 
	src: url('css/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), 
	    url('css/bebasneue_bold-webfont.woff2') format('woff2'), 
	    url('css/bebasneue_bold-webfont.woff') format('woff'), 
		url('css/bebasneue_bold-webfont.ttf') format('truetype');
	font-weight: bold;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.47;
	background: #f1e8db;
	color: #444;
}

p {
	margin-bottom: 16px;
}

.content-default {
	padding: 24px 0;
}

/* Headings */ 

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, h4, .h5, .h6 {
	font-weight: bold;
    color: #353434;
    font-family: 'Bebas Neue';
    letter-spacing: 0.05em;
}

/* Heading sizes */ 

h1, .h1 {
	font-size: 32px;
	line-height: 1.2;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
	line-height: 1.4;
}


h4, .h4 {
	font-size: 15px;
	text-transform: uppercase;
}

h5, .h5 {
	font-size: 13.1px; 
	text-transform: uppercase;
}

h6, .h6 {
	font-size: 13.1px;
	color: #999;
	text-transform: uppercase;
}

/* Heading margins */ 

h1 {
	margin: 25px 0 16px;
}

h2, h3 {
	margin: 20px 0 16px;
}

h4, h5, h6 {
	margin: 25px 0 16px;
}

/* # Buttons */

.btn {
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	white-space: wrap;
	padding: 6px 18px 5px;
	text-decoration: none;
}

.entry .btn {
	margin: .5em 0 1em;
}

.entry .btn-block {
	margin: 1em 0;
}

.btn-default,
.btn-default:visited {
	color: #454545;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
	background: #fafafa;
	border-color: #aaa;
	color: #333;
}

.btn-primary,
.btn-primary:visited  {
	background: #0f8ace;
	border-color: #0b6da2;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
	background: #0f8ace;
	border-color: #0b6da2;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25) inset;
}

.btn-info,
.btn-info:visited {
	color: #0f8ace;
	background: #fbfdfe;
	border-color: #0f8ace;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus {
	background: #fbfdfe;
	color: #28a1c6;
	border-color: #28a1c6;
}

.btn-success,
.btn-success:visited {
	background: #4cae4c;
    border-color: #3c8c3c;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
	background: #4cae4c;
    border-color: #3c8c3c;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25) inset;
}

.btn-warning,
.btn-warning:visited {
	color: #eea236;
	background: #fefdfa;
	border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus {
	background: #fefdfa;
	color: #de8a13;
	border-color: #de8a13;
}

.btn-danger,
.btn-danger:visited {
	color: #d43f3a;
	background: #fefbfb;
	border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
	background: #fefbfb;
	color: #b42c27;
	border-color: #b42c27;
}

.btn-link:hover, 
.btn-link:focus {
	color: #444;
	/*text-decoration: none;*/
}

.btn-sm {
	font-size: 14px;
	padding: 4px 14px;
}

.btn-xs {
	font-size: 13px;
	padding: 2px 10px;
}

.btn-lg {
    padding: 11.5px 22px;
	font-size: 18px;
}

.btn-caps {
	text-transform: uppercase;
}


/* Forms */

.wpcf7-form {
	border-radius: 0;
	border: 0 none; 
	background: #e0d8cc;
}

input,
textarea {
	background: #fff;
}

input[type=submit] {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	background: #3c1215;
	border-radius: 0;
	font-size: 14px;
	padding: 8px 35px;
}

.wpcf7 input[type=submit] {
	margin-top: 0;
}

input[type=text]:focus, 
input[type=email]:focus,
textarea:focus {
	border-color: #3c1215;
}

.wpcf7 label {
	font-size: 14px;
	font-weight: 600;
}

.wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
    color: #ce0000;
    font-size: 0.9em;
}

/* Header */

.navbar {
	background: #eba920;
	box-shadow: 0 1px 0 0 rgba(60,18,21,0.47);
	height: 60px;
}

.header-container {
	padding: 0;
	width: 100%;
}

.brand, 
.brand:visited {
	margin: 0;
	font-size: 1px;
	display: block;
	width: 220px;
	text-align: left;
	height: 60px;
}

.brand img {
	vertical-align: middle;
}

.logo-a-wrap {
	background: #d89b1c;
	display: inline-block;
	height: 60px;
	width: 66px;
	padding-top: 13px;
	text-align: center;
}

.logo-a-header {
	width: 25px;
}

.logo-name-header {
	width: 115px;
	display: inline-block;
	margin-left: 19px;
}

.header .fb-link {
	display: none;
}

.sidebar-menu .fb-link {
	opacity: 0.5;
}

.navbar-menu {
	display: inline-block;
	position: absolute;
    top: 20px;
	right: 22px;
}

.navbar-menu li {
	line-height: normal;
}

.navbar-menu a, 
.navbar-menu a:visited {
	color: #363434;
	line-height: normal;
	transition: .3s all;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 1.2px;
	margin-left: 16px;
}

.navbar-menu a:hover,
.navbar-menu a:active {
	color: #2b2c2c;
}

.navbar-menu .current-menu-item a, 
.navbar-menu .current-menu-item a:visited {
	color: #222;
	border-bottom: 1px solid #222;
} 

.header-default {
	background: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

.menu-icon-line {
	background: #393939;
}

.open-menu, .close-menu {
	top: 11px;
}

.close-icon-line,
.close-icon-line:before {
	background: #393939;
}

.sidebar-menu-wrap {
	background: #d9d1c5;
}

.sidebar-menu {
	margin-top: 65px;
}

.sidebar-menu li {
	border-bottom: 0 none;
	margin-bottom: 9px;
}

.sidebar-menu a, 
.sidebar-menu a:visited {
	color: #555;
    text-align: center;
    font-family: 'Bebas Neue';
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.sidebar-menu a:hover, 
.sidebar-menu a:active, 
.sidebar-menu a:focus {
	color: #333;
}

.blur-body {
	background: rgba(0,0,0,0.7);
}

/* Footer */

.site-footer {
	position: absolute;
	color: #555;
	bottom: 0;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 0px;
	border-top: 0 none;
	background: #d9d1c5;
	font-size: 15px;
}

.logo-footer {
	width: 56px;
	margin-left: -1px;
}

.site-footer .media {
	width: 218px;
	margin: 0 auto;
}

.footer-media-body p {
	font-size: 13px;
    margin-bottom: 11px;
    margin-top: -4px;
}

.footer-media-body a,
.footer-media-body a:visited {
	color: #555;	
}


.footer-menu {
	margin-top: 20px;
	text-align: center;
}

.footer-menu a,
.footer-menu a:visited {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 19px;
	margin: 0 6px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #888;
}

.footer-menu .current-menu-item a,
.footer-menu .current-menu-item a:visited {
	border-bottom: 1px solid;
}

.footer-menu li {
	display: inline-block;	
}

/* # TEMPLATES */

/* Blog */

.single-post-meta p {
	margin-bottom: 0
}

/* # CUSTOM TEMPLATES */ 

/* Submenu page */

.main-submenu-wrap {
	border-radius: 3px;
}

/* Arte home */

.arte-home .cover {
	background-color: #d9d1c5;
	background-image: url('img/home-cover.jpg');
	background-size: cover;
	background-position: center bottom;
}

.arte-home .cover-inner {
	position: relative;
	padding-bottom: 72%;
	text-align: center;
}

.home-heading-wrap {
	position: absolute;
	width: 100%;
	bottom: 16px;
	padding: 0 20px;
	text-align: center;
}

.arte-home h1 {
	display: inline-block;
	background: #999;
	background: rgba(31,11,13,0.85);
	font-size: 24px;
    text-align: center;
    padding: 10px 14px;
	color: #fff;
	margin-bottom: 0;
}

.section-home-projects {
	padding: 20px 0;
}

.section-home-projects h2{
	color: #68645e;
}

.projects-wrap {
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 30px;
}

.home-projects-row {
	margin: 0 -5px;
}

.home-project-wrap {
	padding: 5px;
	float: left;
	width: 50%;
}

.home-project,
.home-project:visited {
	background: #eee;
	padding: 0;
	text-align: center;
	display: block;
	position: relative; 
	border: 1px solid #3c1215;
	padding-bottom: 27px;
}

.home-project-image {
	padding-bottom: 60%;
	background-size: cover; 
	background-position: center center;
}

.home-project-name {
	position: absolute;
    bottom: 0;
    background-color: #3c1215;
    width: 100%;
    color: #fff;
    padding: 6px 5px;
    font-size: 11px;
}

.home-project-soon {
	background: #3c1215;
	position: absolute; 
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	line-height: 20px;
	font-size: 11px;
}

.soon-text-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-project-soon span {
	text-transform: uppercase;
	color: #d8787e;
	
}

.home-project-soon u {
	color: #fff;
}

.project-label {
	position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    background: #ffcd65;
    padding: 5px 6px;
    line-height: 1;
    color: #000;
    font-size: 11px;
}

.project-label-ended {
	background: #f1e8db;
}

.gallery-preview-wrap .project-label-ended {
	background: #3c1215;
	color: #fff;
}

.section-home-projects .h3 {
	color: #68645e;
}


.home-partners li {
	margin: 0 5px 7px 0;
	color: #757575;
	font-size: 13px;
}

/* Arte contact */

.arte-contact .wpcf7 {
	margin-top: 28px;
}

/* Coming soon & finished projects & new onepager*/

.page-label {
	text-transform: uppercase;
	color: #7a756f;
	margin-bottom: 27px;
}

.gallery-preview-wrap {
	margin-bottom: 25px;
	position: relative;
}

.coming-soon-msg {
	font-size: 12px;
}

.coming-soon-form {
	margin: 0 auto;
	max-width: 380px;
	padding-top: 20px;
}

.coming-soon-form input {
	width: 100%;
}

.coming-soon-form .wpcf7-form {
	padding: 20px 20px 2px;
}

.coming-soon-form div.wpcf7-response-output {
    margin: 0px 0 20px!important;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    background: transparent;
    /*color: #138633;*/
    padding: 1em!important;
    border: 0 none;
}

.coming-soon-form div.wpcf7-validation-errors {
	color: #ce0014;
}

.coming-soon-form div.wpcf7-mail-sent-ok {
	color: #138633;
}

.coming-soon-form .wpcf7-form.sent input {
	display: none;
}


#gallery-project-preview {
	width: 100%;
}

#gallery-project-preview,
#gallery-project-preview .rsOverflow,
#gallery-project-preview .rsThumbs {
	background: none;
}

#gallery-project-preview .rsSlide {
	background: rgba(0,0,0,0.1);
}

#gallery-project-preview .rsThumbs {
	padding-top: 15px;
}

#gallery-project-preview .rsThumb {
	padding:  0 4px;
}

#gallery-project-preview  .rsThumbsHor {
	height: 60px;
}

#gallery-project-preview .rsThumb.rsNavSelected {
	background: none;
}

#gallery-project-preview .rsThumb.rsNavSelected img {
	opacity: 0.5;
}

.finished-project-back-link,
.finished-project-back-link:visited {
	display: inline-block;
    font-size: 11px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}

.finished-project-back-link .fa {
	margin-right: 5px;
	font-weight: normal;
}

.ended-plans {
	padding: 25px 0;
    margin-bottom: 5px;
}

.ended-plans a,
.ended-plans a:visited {
	color: #3c1215;
    font-size: 14px;
    border-bottom: 1px solid #b7a995;
	display: inline-block;
    margin: 0 5px 12px;
}

.ended-plans a:hover {
	color: #000;
}

.project-plans-container {
	max-width: 1500px;
	margin: 0 auto;
}

.table--onepager>tbody>tr>th {
	text-transform: uppercase;
}

.table--onepager>tbody>tr>th,
.table--onepager>tbody>tr>td {
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.table--onepager>tbody>tr:hover {
    background-color: rgba(0,0,0,0.2);
}

.table--onepager a,
.table--onepager a:visited {
	text-decoration: underline;
}


/* Onepager */

.project-onepager h2,
.project-onepager h3 {
	text-align: center;
}

.container-project-onepager {
	max-width: 800px;
}

.bg-dark {
	color: #f2e9dc;
	background: #3F0D12;
	padding: 40px 20px;
	margin: 20px 0;
}

.bg-dark a, 
.bg-dark a:visited {
	color: #f2e9dc;
}

.bg-dark h2 {
	color: #f2e9dc;
}

.project-onepager-plaanid img {
    width: 28px;
}

.project-onepager-plaanid th,
.project-onepager-plaanid td {
	text-align: center;
}

.project-onepager .wpcf7-form {
	padding: 0;
	background: none;
	max-width: 550px;
	margin: 30px auto 0;
}

.project-onepager .wpcf7-form input,
.project-onepager .wpcf7-form textarea {
	color: #333;
}

.project-onepager input[type=submit] {
	background: #f1e8db;
	color: #3f0d12;
	font-weight: 600;
}

.coming-soon-form input[type=submit],
.coming-soon-form input[type=submit]:focus {
	background: #3f0d12;
	color: #fff;
	font-weight: 600;
	border-radius: 0;
	outline: none;
}

.project-onepager .wpcf7-form label {
	color: #f2e9dc;
}

.project-onepager .wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
    text-align: center;
}

/* Devices >= 360px */
@media (min-width: 360px) { 
	/* Arte home */
	.arte-home .cover-inner {
		padding-bottom: 66%;
	}
	
	/* Coming soon */
	.coming-soon-msg {
		font-size: 13px;
	}
}

/* Devices >= 600px */
@media (min-width: 600px) { 
	/* Arte home */
	.home-heading-wrap {
		bottom: 30px;
	}
	
	.arte-home h1 {
		font-size: 35px;
		padding: 15px 19px;
	}
	
	/* Coming soon & finished */
	
	.finished-project-back-link, 
	.finished-project-back-link:visited {
		font-size: 12px;
	}
}


/* Devices >= 768px */
@media (min-width: 768px) { 
	/* Heading sizes */ 

	h1, .h1 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	
	/* Base */
	
	.content-default {
		padding: 65px 0;
		font-size: 15px;
	}

	/* Footer */
	
	.site-footer {
		padding-top: 19px;
	}
	
	.footer-menu {
		margin-top: -3px;
		text-align: right;
	}
	
	.footer-menu a,
	.footer-menu a:visited {
		font-size: 20px;
		margin: 0 0 0 15px;
		color: #666;
	}

	.site-footer .media {
		width: auto;
	}
	
	.site-footer .media-left {
		padding-right: 30px;
	}

	.logo-footer {
		width: 68px;
	}
	
	.footer-media-body p {
		font-size: 14px;
		margin-bottom: 18px;
		margin-top: -4px;
	}
	
	/* Arte home */
	.arte-home .cover-inner {
		padding-bottom: 53%;
	}
	
	.section-home-projects {
		padding: 40px 0;
	}
	
	.section-home-projects h2 {
		font-size: 28px;
	}
	
	.section-home-projects .h3 {
		font-size: 20px;
	}
	
	.projects-wrap {
		padding: 10px 20px;
		margin-bottom: 40px;
	}

	.home-projects-row {
		margin: 0 -10px;
	}

	.home-project-wrap {
		padding: 10px;
		float: left;
		width: 33.333%;
	}
	
	.home-project,
	.home-project:visited {
		padding-bottom: 40px;
		transition: all .3s;
	}
	
	.home-project:hover,
	.home-project:active,
	.home-project:focus {
		/*opacity: 0.94;*/
		transform: translateY(-5px);
		/*color: #fff;*/
	}
	
	
	.home-project-name { 
		text-align: left;
		padding: 11px 14px;
		font-size: 14px;
	}
	
	.home-project-soon {
		font-size: 14px;
		line-height: 30px;
	}
	
	.project-label {
		padding: 7px 9px;
		font-size: 13px;
	}
	
	.home-partners li {
		font-size: 14px;
	}
	
	/* Coming soon */
	
	.gallery-preview-wrap {
		margin-bottom: 35px;
	}
	
	.coming-soon-form {
		padding-top: 30px;
	}	
	
	#gallery-project-preview .rsThumb {
		width: 112px;
		height: 80px;
		padding: 0 10px;
	}
	
	#gallery-project-preview .rsThumbs {
		padding-top: 20px;
	}
	
	#gallery-project-preview  .rsThumbsHor {
		height: 90px;
	}
	
	.project-preview-label {
		top: 35px;
	}
	
	.finished-project-back-link, 
	.finished-project-back-link:visited {
		margin-top: 30px;
		font-size: 13px;
	}
	
	/* Finished project */
	.ended-plans {
		padding: 30px 0;
		margin-left: -20px;
		margin-right: -20px;
	}
}

/* Devices >= 992px */
@media (min-width: 992px) {  
	/* Heading sizes */ 

	h1, .h1 {
		font-size: 60px;
		margin-bottom: 30px;
	}
	
	/* Base */
	
	.content-default {
		font-size: 16px;
		line-height: 1.6;
	}
	
	.content-default p {
		margin-bottom: 26px;
	}

	.wpcf7-form p {
		margin-bottom: 16px;
	}

	/* Header */
	.navbar {
		height: 77px;
	}
	
	.brand, 
	.brand:visited {
		width: 288px;
		height: 77px;
	}
	
	.navbar-menu {
		display: inline-block;
		position: absolute;
		top: 28px;
		right: 26px;
	}
	
	.navbar-menu a, 
	.navbar-menu a:visited {
		font-size: 24px;
	}
	
	.logo-a-wrap {
		height: 77px;
		width: 82px;
		padding-top: 17px;
	}

	.logo-a-header {
		width: 32px;
	}

	.logo-name-header {
		width: 156px;
		margin-left: 24px;
	}
	
	/* Arte home */
	.arte-home .cover {
		background-position: center center;
	}
	
	.arte-home .cover-inner {
		padding-bottom: 40%;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0.1) 100%); 
	}
	
	.home-heading-wrap {
		bottom: 50px;
	}
	
	.arte-home h1 {
		font-size: 44px;
		padding: 17px 27px;
	}
	
	.section-home-projects {
		padding: 60px 0;
	}
	
	.section-home-projects h2 {
		font-size: 36px;
		margin-bottom: 22px;
	}
	
	.section-home-projects .h3 {
		font-size: 24px!important;
	}
	
	.projects-wrap {
		padding: 20px 40px;
		margin-bottom: 50px;
	}

	.home-projects-row {
		margin: 0 -20px;
	}

	.home-project-wrap {
		padding: 20px;
		float: left;
	}
	
	.project-label {
		padding: 11px 15px 10px;
		font-size: 13.5px;
		top: 20px;
	}
	
	.project-preview-label {
		top: 50px;
	}
	
	/* Arte contact */

	.arte-contact .wpcf7 {
		margin-top: 30px;
	}
	
	/* Coming soon */
	.gallery-preview-wrap {
		margin-bottom: 42px;
	}
	
	/* Project onepager */
	
	.project-onepager-text {
		font-size: 15px;
		line-height: 1.5;
	}
	
	.project-onepager-text p {
		margin-bottom: 18px;
	}
	
	.project-onepager h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	.bg-dark {
		color: #f2e9dc;
		background: #3F0D12;
		padding: 60px 30px;
		margin: 40px 0;
	}
	
	.project-onepager .wpcf7-form {
		margin-top: 35px;
	}
}

/* Devices >= 1400px */
@media (min-width: 1400px) {  
	/* Arte home */
	
	.arte-home h1 {
		font-size: 54px;
		padding: 28px 35px;
	}
	
	.section-home-projects h2 {
		font-size: 42px;
	}
	
}

/* Devices >= 1800px */
@media (min-width: 1800px) {  
	/* Arte home */
	
	.home-heading-wrap {
		bottom: 70px;
	}
	
	.arte-home h1 {
		font-size: 60px;
		padding: 38px 50px;
	}
}

/* Devices width >= 1800px and height >= 1000px */
@media (min-width: 1800px) and (min-height: 1000px) {  
	/* Arte home */
	
	.home-heading-wrap {
		bottom: 100px;
	}
	
	.arte-home .cover-inner {
		padding-bottom: 45%;
	}
}