/*
Theme Name: Corporate One
Theme URI: https://cyberchimps.com/store/corporate-one/
Author: CyberChimps
Author URI: https://www.cyberchimps.com/
Description: Corporate One - CyberChimps' Responsive WordPress Theme
Version: 1.4
Tags: one-column, grid-layout, custom-colors, theme-options, translation-ready, portfolio, blog, featured-images, custom-background, right-sidebar, two-columns, custom-menu, custom-logo, full-width-template, threaded-comments
Text Domain: corporate-one
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
		  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	 -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*==== content ====*/

body {
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	color: #575b66;
}
p{
	line-height: 1.9em;
}

#form-allowed-tags code {
  background-color: transparent; }

pre {
  white-space: pre-wrap;
  word-break: normal; }

img {
  max-width: 100%;
	border: 0;
	height: auto; }

/*a {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease; }*/

a:hover {
  text-decoration: none;
  cursor: pointer; }

.wp-caption {
  margin-bottom: 10px;
  max-width: 100%; }

.wp-caption-text {
  text-align: center; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.error-404 .page-content {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

label[for="comment"] {
  display: block; }

input, textarea {
  max-width: 100%;
  padding: 6px; }

.commentlist li {
  list-style-type: none;
	margin-top: 20px; }

/*calendar */
#wp-calendar th, #wp-calendar td {
  padding: 0.2em; }

#sidebar aside {
  margin: 20px 0; }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em; }

tr {
  border-bottom: 1px solid #eee; }

th:first-child, td:first-child {
  padding-left: 0; }

th {
  padding: 0.4em;
  text-align: left; }

td {
  padding: 0.4em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.navbar{
	background: rgba(17,17,17,0.9);
	border: none;
	padding: 0;
	padding-bottom:15px;
}
.navbar-nav {
	color: #ffffff;
}
.nav > li > a:focus, .nav > li > a:hover{
	color: #82b440;

}
.navbar-default .navbar-nav > li > a
{
	color:#fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li >a:hover
{
	color:#82b440;
}

.page-template-template-home.admin-bar .banner-active.navbar-fixed-top
{
	top:32px;
}
.page-template-template-home.admin-bar .banner-notactive.navbar-fixed-top
{
	top:32px;
}
.page-template-template-home.admin-bar .banner-notactive.navbar-fixed-top + section
{
	margin-top:50px;
}
.page-template-template-home .banner-notactive.navbar-fixed-top + section
{
	margin-top:50px;
}
.not-home-template .navbar-fixed-top
{
	position:relative;
}

/* dropdown menu */
.dropdown:hover > .dropdown-menu {
  display: block;
	border-radius:0;
	margin-top:-7px;
	left:0; }
.dropdown-menu ul {
	list-style-type: none;
	padding-left: 1em;
}
.navbar-nav > li > .dropdown-menu {
	margin-top:-7px; }
.navbar-default .navbar-nav .dropdown-menu li a {
	padding: 2px 8px 5px 8px;
}

@media all and (max-width:782px)
{
	.page-template-template-home.admin-bar .banner-active.navbar-fixed-top
	{
		top:46px;
	}
	.page-template-template-home.admin-bar .banner-notactive.navbar-fixed-top
	{
		top:46px;
	}
}
@media all and (max-width:600px)
{
	.page-template-template-home.admin-bar .banner-notactive.navbar-fixed-top.sticky-header2,
	.page-template-template-home.admin-bar .banner-active.navbar-fixed-top.sticky-header2
	{
		top:0;
	}
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/

/*============== Common for sections =================*/
h3{
	color: #35363e;
	font-size: 18px;
	font-weight: bold;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  color: #82b440;
}
.fancy span {
  display: inline-block;
  position: relative;
  color: #82b440;
  font-style: italic;
}
.fancy span:before,
.fancy span:after {
  content: "\f0d9 ";
  position: absolute;
  font-family:FontAwesome;
  font-size:20px;
  color:#82b440;
  font-style:normal;
  height: 5px;
  border-bottom: 1px solid #82b440;
  top: 0;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
  width: 100px;
  text-align: right;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
  content:"\f0da ";
  text-align:left;
  width: 100px;
}

/*============== Top Banner Section ========================*/
.intro-section {
	text-align: center;
	background: #fff;
}
.header_image{
	height: 100%;
	background-attachment: fixed;
	position: relative;
	height: 600px;
	background-position: center;
	background-size: cover;
}
.scene {
  position: absolute;
  top:0;
  top: 10%;
  left: 0;
  overflow: hidden;
  right: 0;
  height:90%;
}

.scene > div {
  position: absolute;
  top: 0;
}
.scene > div.clouds {
  width: 895px;
  height: 400px;
  top: 10%;
}

.caption{
	position: absolute;
	left: 10%;
	top: 40%;
		text-align: left;
		width: 40%;
}
.cursive_text{
	color: #a2a2a2;
	font-size: 3.125em;
	display: block;
	line-height: 20px;
	font-family: 'Playball', cursive;

}
.bigtext{
	color: #82b440;
	font-size: 3.750em;
	font-weight: bold;
	display: block;
	text-align: left;
}

.normal_text{
	color: #35363e;
	font-size: 2.500em;
		display: block;
}

/*============== About Section ========================*/
.about-section {
	height: 100%;
	padding-top: 0;
}
.about_info{
	text-align: center;
	padding: 60px 0;
}
.feature_box{
	display: inline-block;
	margin-bottom: 60px;
}

.feature_box h3{
	display: inline-block;
		margin-left: 20px;

}
.feature_box p{
	margin-top: 10px;
}
.countup_box{
	text-align: center;
	color: #ffffff;
	min-height: 234px;
	text-transform: uppercase;
}
.green{
	background: #82b440;
}
.countup_box span{
	font-size: 3.75em;
	display: inline-block;
	padding-top: 50px
}
.turquoise{
	background: #2f9487;
}
.blue{
	background: #2f5f94;
}
.skyblue{
	background: #3893a6;
}

/*=============================== Services section ===============================*/
.services-section {
	height: 100%;
	padding-top: 60px;
	text-align: center;
	background: #fff;
}
#project_gallery
{
	text-align:center;
	margin: 20px 0;
}
#project_gallery button
{
	display:inline-block;
	list-style: none;
	border: solid 1px #cfcfcf;
	transform: skewX(-20deg);
	background: #fff;
	color: #575b66;
	padding: 10px 15px;
	margin: 0 5px 10px 5px;
}
#project_gallery button:hover, #project_gallery button.is-checked
{
	background-color:#82b440;
	color:#fff;
}
#services .tw_each_portfolio:hover img {
  -webkit-transform: scale(1.2);
	 -moz-transform: scale(1.2);
	  -ms-transform: scale(1.2);
	   -o-transform: scale(1.2);
		  transform: scale(1.2);
  max-width: 100%; }

#services .tw_each_portfolio {
  overflow: hidden; }

#services .tw_each_portfolio img {
	max-width: 100%;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s; }

#services .element-item {
  margin-bottom: 30px; }

#services .imghvr-push-up {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
	   backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
	   transform: translateZ(0); }

#services figcaption {
  padding: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  opacity: 0;
  background: rgba(0,0,0,0.5);
-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
  visibility: hidden; }

#services figcaption .tw_portfolio_title_metabox, #services figcaption .tw_portfolio_desc_metabox {
	visibility: hidden; }

#services .imghvr-push-up:hover > figcaption,#services .imghvr-push-up:hover > figcaption .tw_portfolio_title_metabox, #services .imghvr-push-up:hover > figcaption .tw_portfolio_desc_metabox {
  visibility: visible;
opacity:1; }

#services .tw_portfolio_title_metabox {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px; }

.magnific-popup
{
	padding-top: 30%;
}

.tw_portfolio_title_metabox, .tw_portfolio_desc_metabox
{
	color:#fff;
}
.tw_portfolio_title_metabox
{
	font-size:1.1em;
}

/* ============================ Timeline section ===============================*/
.page-template-template-home h1{
	text-transform: uppercase;
	text-align: center;
}
#experience .experience_container{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 60px 0;
}
#experience .experience_container::before{
	width: 2px;
	background-color: #82b440;
	position: absolute;
	left: 50%;
	height:100%;
	top:0%;
	content: "";
}
.timeline-block {
	-moz-box-pack: justify;
	clear: both;
	display: flex;
	justify-content: space-between;
	width: calc(50% + 6px);
	margin: 20px 0;
}
.timeline-content{
	padding:0 20px ;
	width: 95%;
}
.timeline-content > span {
	background-color: #cfcfcf;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.timeline-block-right {
	float: right;
}
.timeline-block-left {
	direction: rtl;
	float: left;
}
.marker{
	border-radius:50%;
	width: 15px;
	height: 15px;
	background-clip:border-box;
	background: #82b440;
}
.timeline-content h3{
	margin-top: 0;
}

/*============================ Testimonial section =========================*/
.transprent{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.testimonial_container{
	position: relative;
}
#testimonial h1{
	color: #ffffff;
}

.testmonial_content {
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	margin-top:120px;
	top:50%;
	color:#ffffff;
	border:solid 1px #82b440;
	right: 3%;
}
.client_img{
	margin-top: 60px;
}

#corporate_one_testimonial_slider .testimonial_arrows {
	position: absolute;
	top: 75px;
	right: 45px;
}
#corporate_one_testimonial_slider .arrow_left .fa, #corporate_one_testimonial_slider .arrow_right .fa
{
	color: #fff;
	font-size: 2em;
	padding: 0px 13px;
	background: #82b440;
}
/*======================== Contact section ===================================*/
.contact-section {
	height: 100%;
	padding-top: 60px;
	text-align: center;
	background: #eee;
}
.contact_details_box{
	position: relative;
	margin: 60px 0;
}
.contact_details_box img{
	float:left;
}
.phonenumber, .mail{
	font-size: 1.333em;
}
.map{
	width: 100%;
	position: relative;
}
.map iframe
{
	width: 100%;
	text-align: center;
	display: inherit;
}
.contact_form_box{
	position: absolute;
	left: 10%;
	top: 60px;
	padding: 30px;
	background-color: rgba(0,0,0,0.7);
	display: inline-block;
	max-width: 400px;
	width: 80%;
	box-sizing: border-box;
}
.contact_form_box input, .contact_form_box textarea{
	width: 100%;
	border: solid 1px #b0bdc2;
	color: #424141;
	margin: 10px 0;
	font-size;14px;
	padding: 5px;
	line-height:normal;

}
textarea{
	height: 150px;
	color: #424141;
}
.button{
	border-radius: 20px;
	color: #ffffff;
	background-color: #82b440;
	padding: 5px 20px;
	margin-top: 20px;
	display: table;
}
.contact_form_box .wpcf7-submit
{
	border-radius: 20px;
	color: #ffffff;
	background-color: #82b440;
	padding: 5px 20px;
	margin-top: 20px;
	width: auto;
	float: left;
	border: none;
}
.contact_details_box p{
	padding-left: 70px;
	text-align: left;
}
.contact_details_box  .phonenumber, .contact_details_box  .mail{
	text-align: center;
}
#contact .wpcf7-submit
{
	border-radius: 20px;
	color: #ffffff;
	background-color: #82b440;
	padding: 5px 20px;
	margin-top: 20px;
	width: auto;
	margin:0 auto;
	display:block;
	border: none;
}
#contact input, #contact textarea{

	border: solid 1px #b0bdc2;
	color: #424141;
	margin: 10px 0;
	font-size;14px;
	padding: 5px;
	line-height:normal;

}

/*========================= Footer section ==========================*/
#copy_right_section{
	background: #252525;
	color: #ffffff;
}
#social{
	margin: 10px 0;
	text-align: right;
}
#social .theme-specific-icons a:hover{
	color: #82b440;
	padding: 5px;
}
#social .theme-specific-icons a{
	color: #ffffff;
	padding: 5px;
	margin: 0 3px;
	width: auto;
	height: auto;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-shadow: none;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
}
.copyright_text{
	text-align: center;
	margin: 10px 0;
}
.footer_logo{
	text-align: left;
	margin: 5px 0;
}
#scroll-to-top {
	background: #82b440;
	border: 2px solid #fff;
	padding: 5px 9px;
}
.cc-credit-text
{
	text-align:center;
}
#credit
{
	clear:both;
}

/*=========== Blog, single post ===============*/
.page-numbers {
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  float: left; }

.page-numbers.current {
  color: #fff;
  background-color: #82b440;
  border-color: #82b440; }

/* breadcrumbs */
#breadcrumbs {
	list-style: none;
	margin: 10px 0 30px 0;
	overflow: hidden;
	padding: 0;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#breadcrumbs .separator {
	color: #505050;
}

/* single post details */
.s_post_details {
	padding: 0;
}
.s_post_details .author_img {
	padding: 0 !important;
}
.s_post_details li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	border-right: solid 1px #cfcfcf;
	padding-right: 10px;
}
.author_img {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}
.s_post_details .author_img img {
	width: 50px;
}
.post_title_single {
	margin: 0 0 20px;
	text-align: left;
}
.post_title_single span {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.post_title_single span:after {
	border-bottom: solid 2px #82b440;
	top: 115%;
	content: "";
	left: 0;
	position: absolute;
	margin: 0 auto;
	width: 100px;
}
.nav-previous, .nav-next {
	display: inline-block;
}
.nav-next {
	float: right;
}
input[type="submit"]
{
	border-radius: 20px;
	color: #ffffff;
	background-color: #82b440;
	padding: 5px 20px;
	margin: 20px 0;
	width: auto;
	display: block;
	border: none;
}
#comments label
{
	display:block;
}
#comment-error, #author-error, #email-error
{
	color:red;
}

/* sidebar */
.single-post #secondary {
	margin-top: 40px;
}
#sidebar aside {
	margin: 20px 0;
}
aside .widget-title {
	position: relative;
}
aside .widget-title:after {
	border-bottom: solid 2px #82b440;
	bottom: -7px;
	content: "";
	left: 0;
	position: absolute;
	width: 100px;
}
#sidebar ul {
	padding: 0;
}
.widget-container ul li {
	border-bottom: 1px solid #cfcfcf;
	line-height: 35px;
	list-style: outside none none;
	width: 100%;
}

/* blog */
.corporate-one-post-left {
	width: 46%;
	float: left;
	margin: 0 4% 35px 0;
	padding: 0;
}

#main .post-title {
	font-size: 24px;
}
.magazine-metadata {
	margin-bottom: 10px;
}
.excerpt-more {
	border-radius: 20px;
	color: #ffffff;
	background-color: #82b440;
	padding: 5px 20px;
	margin-top: 20px;
}
.corporate-one-post-right {
	width: 46%;
	float: left;
	margin: 0 1% 35px 3%;
	padding: 0;
}
.edit-link
{
	margin-top: 10px;
	display: inline-block;
}
.blog-page
{
	margin-top:20px;
}
.site-title a, .blog-description
{
	color:#fff;
}
.site-title a:hover
{
	color:#ddd;
}

/*===========media===========*/
@media all and (max-width:480px)
{
	#services .element-item {
	width: 100%; }

	.bigtext
	{
		font-size:2.75em;
	}
	.caption
	{
		width:auto;
	}
	.fancy span:before, .fancy span:after
	{
		width:50px;
	}
}
@media all and (min-width:481px) and (max-width:767px)
{
	.magnific-popup
	{
		padding-top:15%;
	}
}
@media all and (max-width:767px) {
	.dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: block;
	float: none; }
	.navbar .glyphicon-plus
	{
		display:none;
	}
	.carousel-inner
	{
		overflow:inherit;
	}
	#corporate_one_testimonial_slider
	{
		padding-top: 60px;
	}
	#corporate_one_testimonial_slider .testimonial_arrows
	{
		top: 40px;
		right: 0px;
		margin: 0px auto;
		text-align: center;
		left: 0px;
	}
	.blog-description, .site-title
	{
		padding:0 15px;
	}

}
@media screen and (max-width:768px) {
	.navbar {
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}

	.top-nav-collapse {
		padding: 0;
	}
	.footer_logo, .copyright_text, #social, .copy_right_section{
		text-align: center;
	}
	.contact_details_box .phonenumber, .contact_details_box .mail{
		text-align: left;
	}
	.countup_box{
		width: 46%;
		display: inline-block;
		margin: 10px;
	}
	.timeline-block-right, .timeline-block-left{
		float: left;
		width:calc(100% + 0px);
		text-align: left;
	}
	.testmonial_content{
		position: inherit;
		right:auto;
		margin-top: 0;
	}
	.client_img{
		width: 300px;
		margin: 0 auto;
		margin-top:30px;
		margin-bottom: 20px;
	}
	.marker, #experience .experience_container::before{
		display: none;
	}

	.corporate-one-post-left, .corporate-one-post-right {
		width: 100%;
		text-align: center;
		margin: 0;
		float: none;
		margin-top: 20px;
	}
	.timeline-content {
		padding: 0 20px;
		width: 100%;
	}
}

@media all and (min-width:768px) and (max-width:991px)
{
	.navbar .glyphicon-plus
	{
		display:none;
	}
}
@media all and (max-width:580px)
{
	.countup_box
	{
		width: 100%;
		margin: auto;
	}
}

@media print {
  #secondary, #comments {
	display: none; } }
