/*!
Theme Name: Logic
Theme URI: http://underscores.me/
Author: extra digtal
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: logic
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 with others.

Logic is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

.alignnone, .aligncenter, .alignright, .alignleft {
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
section.why-us .line-1 {
    padding: 1px 0px;
}

.fp-slide {
	background-size: 100% auto !important;
}
@media only screen and (min-width: 1024px) {
	.image-from-right {
		transform: translateX(100px);
		opacity: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.fp-completely .image-from-right {
		opacity: 1;
		transform: translateX(0);
	}
}

.page-id-54 .fp-tableCell {
	position: relative;
}

.page-id-54 .fp-tableCell:after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 20px;
	background: #fff;
	bottom: 70px;
	right: 0;
	left: 0;
}

.single-projects .title-line {
	position: relative;
}

.single-projects .title-line:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 20px;
	background: #fff;
	top: -40px;
	right: 0;
	left: 0;
}
@media only screen and (max-width: 1000px) {
	.single-projects .title-line:before {
		display: none;
	}
}
.single-projects .section:nth-child(3) .title-line:before {
	display: none;
}


.page-template-template-about section:first-child .fp-tableCell {
	display: block;
	padding-top: 75px;
}
@media only screen and (max-width: 1000px) {
	.page-template-template-about section:first-child .fp-tableCell {
		padding-top: 25px;
	}
}

.page-template-template-about section:first-child .fp-tableCell:before, 
.single-projects section:first-child .fp-tableCell:before,
.page-template-template-analysis section:first-child .fp-tableCell:before
{
	content: "";
	display: inline-block;
	position: absolute;
	height: 10px;
	background: #fff;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 99;
}

.section-inner {
	position: relative;
}

footer .credit {
	position: absolute;
	right: 10px;
	bottom :10px;
	color: #fff;
	font-size: 16px;
	z-index: 10;
}

@media only screen and (max-width: 700px) {
	footer .credit {
		bottom: auto;
		top: 5px;
	}
	
	footer .credit span {
		display: none;
	}
	footer .credit img {
		width: 35px;
	}
}

.grecaptcha-badge {
	display: none;
}


body .fp-controlArrow {
	background-color: transparent !important;
	top: 47%;
}
.fp-text {
	position: absolute;
	top: calc(47% - 20px);
	font-size: 18px;
	color: #000;
	z-index: 2;
}
.fp-text.fp-text-prev {
	left: 70px;
}
.fp-text.fp-text-next {
	right: 70px;
}

@media only screen and (max-width: 1000px) {
	body .fp-controlArrow {
		width: 20px !important;
		    background-size: 100% auto !important;
	}
}

body .fp-controlArrow.fp-next, .fp-text-next {
	animation: bounce-left 2s infinite;
}

body .fp-controlArrow.fp-prev, .fp-text-prev {
	animation: bounce-right 2s infinite;
}




.fancybox-slide {
	padding: 10px;
}