/*
Theme Name: Filizer Theme
Author: Tal Reznic
Description: Site For Filizer Public Relationships
Version: 1.0
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: white;
	font-size: 100%;
	font-family: 'Assistant', sans-serif;
	direction: rtl;
}

body.en {
	direction: ltr;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a {
	text-decoration: underline;
	color: rgba(172,27,105,1);
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

p {
	margin: 0.5em 0em;
}

.country-selector {
	margin: 0em 1em;
}

section.header {
	padding: 50px calc((100% - 1000px)/ 2);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: calc(100vw * (550/1920));
	background-color: #eff1ef;
	position: relative;
}

section.header div.title {
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.header div.title h2 {
	font-size: 2.7vw;
	line-height: 3vw;
	font-weight: 600;
	color: white;
	width: 100%;
	text-align: center;
}

section.header div.title h2 strong {
	display: block;
	font-weight: 700;
}

#contact {
	position: fixed;
	bottom: 300px;
	background-image: url(/wp-content/themes/filizer2020/images/contact.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 175px;
	height: 120px;
	z-index: 10000000000;
	left: -42px;
	transition: all 0.3s;
}

#contact:before {
	content: '';
	background-image: url(/wp-content/themes/filizer2020/images/contact-hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}

#contact:hover {
	left: -5px;
}

#contact:hover:before {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	section.header {
		margin-top: 100px;
		padding: 1em;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		height: calc(100vw * (215/414));
		background-color: #eff1ef;
		position: relative;
	}

	section.header div.title {
		position: absolute;
		top: 35px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	section.header div.title h2 {
		font-size: 2.7vw;
		line-height: 3vw;
		font-weight: 600;
		color: white;
		width: 100%;
		text-align: center;
	}

	section.header div.title h2 strong {
		display: block;
		font-weight: 700;
	}

	#contact {
		position: fixed;
		bottom: 0;
		background-image: url(/wp-content/themes/filizer2020/images/contact.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 150px;
		height: 103px;
		z-index: 10000000000;
		left: -38px;
		transition: all 0.3s;
	}
}