/*
Theme Name: The Loop
Theme URI: http://theloop.com
Author: Aviv Mizrahi
Version: 4.0.2
Tags: One Page
Text Domain: The Loop
*/

/*font*/
@font-face {
    font-family: 'lato-regular';
    src: url(./../fonts/lato-regular.eot);
    src: url(./../fonts/lato-regular.eot) format('embedded-opentype'),
         url(./../fonts/lato-regular.woff) format('woff'),
         url(./../fonts/lato-regular.ttf) format('truetype'),
         url(./../images/lato-regular.svg) format('svg');
    font-style: normal;

}
@font-face {
    font-family: 'lato-light';
    src: url(./../fonts/lato-light.eot);
    src: url(./../fonts/lato-light.eot) format('embedded-opentype'),
         url(./../fonts/lato-light.woff) format('woff'),
         url(./../fonts/lato-light.ttf) format('truetype'),
         url(./../images/lato-light.svg) format('svg');
    font-style: normal;

}
.privacy ol, .privacy ul {
    list-style: decimal;
}
/* HTML5 display-role reset for older browsers */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'lato-light';
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
html,body {
	width: 100%;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection {
  background: transparent; 
  color: #69706E;
}
::-moz-selection {
  background: transparent; 
  color: #69706E;
}
.clr {
    clear: both;
}
.right{
	float:right;
}
.left{
	float:left;
}
.entry-content{
	position: relative;
}
.cover_top {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    padding: 10px 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 300;
}
.cover_app img {
    width: 40%;
}
.cover_app {
    margin-right: 2%;
    text-align: right;
}
.logo img {
    width: 70%;
}
.logo {
    margin-left: 2%;
    text-align: left;
}
#menu {
    background-color: #69706e;
    border-bottom: 1px solid #d7d9d8;
	height: 50px;
	margin-top:2px;
}
.menu li {
    float: left;
    line-height: 47px;
}
.menu li a {
    color: #fff;
    font-size: 23px;
    text-decoration: none;
}
.sep {
    font-size: 29px;
    margin: 0px 20px;
    color: #fff;
}
#menu-item-8 .sep{
	display: none;
}
.menu-main-menu-container {
    width: 582px;
    height: 100%;
    margin: 0 auto;
}
#about-us h2{
	color: #04C2F6;
	font-size: 53px;
	margin-bottom: 30px;
}
#about-us {
    color: #36393c;
    font-size: 18px;
    line-height: 30px;
    padding: 60px 50px;
    text-align: center;
}
#collaborations {
    background-color: #04c2f6;
	padding: 60px 50px;
}
#collaborations h2{
	color: #fff;
	font-size: 53px;
	margin-bottom: 30px;
}
.cover_collaborations_img img {
    position: absolute;
    right: 5%;
    top: -8%;
    width: 23%;
}
.cover_collaborations{
	width: 55%;
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #000;	
}
#careers{
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    padding: 60px 50px;
    text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#careers h2{
	color: #fff;
	font-size: 53px;
	margin-bottom: 30px;
}
#contact-us{
    background-color: #04c2f6;
	padding: 60px 50px;
}
#contact-us h2{
	color: #fff;
	font-size: 53px;
	margin-bottom: 30px;
	text-align:center;
}
.contact_details {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0;
    width: 40%;
    padding-left: 10%;
}
.contact_from {
    width: 50%;
}
.contact_from input,.contact_from textarea {
    width: 70%;
    border: 0 ;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	margin: 10px 0;
	font-family: "lato-light";
	font-style: italic;
}
.contact_from input {
    font-size: 18px;
    height: 35px;
    padding: 10px;
}
.contact_from textarea {
    font-size: 18px;
    height: 170px;
    padding: 10px;
}
.cover_send::before {
    border: 2px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
	-webkit-border-radius: 100px!important;
	-moz-border-radius: 100px!important;
	border-radius: 100px!important;
}
.cover_send {
    background-color: #04c2f6;
    border: 12px  solid #04c2f6 !important;
	-webkit-border-radius: 100px!important;
	-moz-border-radius: 100px!important;
	border-radius: 100px!important;
    position: relative;
    width: 68px  !important;
	height: 68px !important;
    z-index: 10;
    margin-top: -60px;
    margin-left: 77%;
	
}
.cover_send input {
    background-color: transparent;
    width: 100%;
    height: 50px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 65px;
	cursor: pointer;
	font-style: normal;
}
.cover_icon_contact > img {
    padding-top: 25px;
    width: 60%;
}
.cover_icon_contact {
    float: left;
}
div.wpcf7-validation-errors {
    border: none!important;
}
#rev_slider_2_2_wrapper{
	display: none!important;
}
.tp-leftarrow.default {
    background: rgba(0, 0, 0, 0) url(./../images/cuts_10.png) no-repeat scroll 0 0!important;
	height: 115px !important;
    width: 116px !important;
	background-size: 100% auto;
}
.tp-rightarrow.default {
    background: rgba(0, 0, 0, 0) url(./../images/cuts_12.png) no-repeat scroll 0 0!important;
	height: 115px !important;
    width: 116px !important;
	background-size: 100% auto;
}
.careers_img_inner{
	display: block!important;
	margin: 0 auto;
}
.careers_img_inner_mob{
	display: none!important;
}
@media screen and (max-width: 1350px) {
	.contact_details {
		padding: 30px 0 30px 5%;
		width: 45%;
	}
}
@media screen and (max-width: 1200px) {
	.cover_collaborations {
		width: 100%;
	}
	.cover_collaborations_inner {
		float: left;
		width: 50%;
		text-align: left;
	}	
	.cover_collaborations_img img {
		position: absolute;
		right: 5%;
		top: auto;
		width: 30%;
		bottom: 2%;
	}
	.cover_app {
		width: 50%;
	}	
}
@media screen and (max-width: 1024px) {
	.careers_img_inner {
		height: auto;
		width: 100%;
	}
	.contact_details {
		padding: 30px 0 30px 0;
		width: 50%;
	}	
}
@media screen and (max-width: 950px) {
	.cover_icon_contact {
		width: 24%;
	}
	.logo img {
		width: 58%;
	}	
	.cover_collaborations_inner img {
		width: 65%;
		height: auto;
	}
	.cover_app {
		width: 48%;
	}
}
@media screen and (max-width: 900px) {
	.contact_details {
		float: none;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	.contact_from {
		float: none;
		width: 100%;
	}
	.cover_icon_contact {
		width: 13%;
	}
	.cover_collaborations_img img {
		bottom: 13%;
		right: 10%;
	}
	.logo {
		width: 45%;
	}	
}
@media screen and (max-width: 620px) {
	.original,.menu-main-menu-container,.logo,.tp-rightarrow.default ,.tp-leftarrow.default{
		display: none;
	}
	.cover_top {
		background: none;
	}
	.cover_app {
		width: 42%;
		position: fixed;
		top: 3px;
		right: 0;
	}
	#wprmenu_bar {
		background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0!important;
	}	
	.cover_collaborations_inner {
		width: 65%;
	}
	.cover_collaborations_img img {
		bottom: 13%;
		right: 5%;
	}
	#collaborations h2,#careers h2,#contact-us h2,#about-us h2 {
		font-size: 40px;
	}
	#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
		font-size: 18px!important;
	}	
	#wprmenu_menu ul li a:hover {
		color:#04c2f6!important;
	}
	.cover_collaborations,#about-us,.contact_details{
		line-height:24px;
	}
	#rev_slider_1_1_wrapper{
		display: none!important;
	}
	#rev_slider_2_2_wrapper{
		display: block!important;
	}
	.cover_icon_title img {
		width: 15%;
		margin-bottom: 15px;
	}
	.careers_img_inner_mob{
		display: block!important;
		height: auto;
		width: 100%;		
	}
	#careers {
		padding: 0 50px 60px;
	}
	.careers_img_inner,#careers h2{
		display: none!important;
	}
}
@media screen and (max-width: 480px) {
	.Tech_Icons {
		width: 100%;
		height: auto;
	}
	.cover_app img {
		width: 47%;
	}	
	.cover_icon_contact > img {
		padding-top: 30px;
		width: 80%;
	}	
	.contact_from input {
/*		height: 20px;*/
	}	
}
@media screen and (max-width: 400px) {
	.cover_app {
		top: 8px;
		width: 47%;
	}
	.cover_send input {
		height: 50px!important;
	}	
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */