/*
Theme Name: Shield Child Multi-Purpose WordPress Theme
Theme URI: http://themesquard.com/shield
Author: ThemeSquared
Author URI: http://themesquard.com/
Description: WordPress Theme For Corporate and Creative Agency
Version: 1.0.0
License: WordPress theme is comprised of two parts: (1) The PHP code is licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://codex.wordpress.org/GPL (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://wiki.envato.com/support/legal-terms/licensing-terms/
License URI: license.txt
Tags: agency, ajax, blog, business, clean, design, elegant, fullscreen, modern, multi-purpose, photography, portfolio, shop, stylish, white
Text Domain: shield
Template: shield
*/


/* HEADER */
#header .ow-navigation .navbar-brand {
	margin: 5px 0 7px;
}
#header.header-section4 {
	background: rgba( 45, 41, 41, 0.92 );
}
.xkit-slider-btn {
	background: #fff;
	width: 40px;
	height: 40px;
	display: block;
	color: #333;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: color 0.3s !important;
}
.xkit-slider-btn:hover {
	background: #333;
	color: #fff;
}
.tparrows.tp-leftarrow:before {
	content: '\e824' !important;
}
.tparrows.tp-rightarrow:before {
	content: '\e825' !important;
}
.tparrows:before {
	font-family: "revicons" !important;
	font-size: 15px !important;
	color: #fff !important;
	display: block !important;
	line-height: 40px !important;
	text-align: center !important;
}
#slider-1-layer-3 {
	color: #fff !important;
}
#slider-1-layer-3 a {
	color: #fff !important;
}
#slider-1-layer-7 i{
	font-size: 18px !important;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #333;
	text-align: center;
	line-height: 40px !important;
	border-radius: 50%;
	transition: color 0.3s;
}
#slider-1-layer-7 i:hover {
	cursor: pointer;
	background: #333;
	color: #fff;
}


@media (min-width: 992px) {
	#header .ow-navigation .nav > li > a {
		padding: 50px 10px;
		background: transparent !important;
		transition: color 0.3s;
	}
}

@media (max-width: 991px) {
	.ow-navigation .navbar-brand img {
		max-height: 85px;
		width: auto;
	}
	#slider-1-layer-4 {
		margin-left: -20px;
	}
	#slider-1-layer-5 {
		margin-right: -20px;
	}
}

@media (max-width: 767px) {
	.ow-navigation .navbar-brand img {
		display: block !important;
		max-height: 70px;
		margin-top: 7px;
	}


	#slider-1-layer-4 .xkit-slider-btn,
	#slider-1-layer-5 .xkit-slider-btn,
	#slider-1-layer-7 i {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 16px !important;
	}
}

/* CONTENT */
.hentry {
	font-size: 15px;
	line-height: 28px;
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 22px;
}
.alignright {
	float: right;
	margin-left: 22px;
}
.aligncenter {
	clear: both;
	display: block;
}
@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
		display: block;
	}
}

.sidebar-left-brd::before,
.sidebar-right-brd::before,
.sidebar-right-brd-bottom::before {
	height: 10000%;
}

.page-breadcrumb {
	padding: 44px 0;
	margin-top: 112px;
}
@media (max-width: 767px) {
	.page-breadcrumb {
		margin-top: 0px;
	}
}

#header + .hentry {
	padding: 44px 0;
	margin-top: 112px;
}
@media (max-width: 991px) {
	#header:not(.navbar-fixed-top) + .hentry {
		margin-top: 0px;
	}
}

.type-post .entry-contentbox .entry-title + .entry-content {
	margin-top: 12px;
}
.accordion-block .panel-body {
	word-wrap: break-word;
}

.latest-portfolio .section-header {
	padding: 0 15px !important;
}
.latest-portfolio .section-header h3 {
	padding: 0 !important;
}

/* Portfolio shortcode */
.portfolio-image-block {
	position: relative;
}
.portfolio-image-block .portfolio-title {
	position: relative;
	z-index: 5;
}
.portfolio-image-block a:after {
	content: none;
}
.portfolio-image-block .image-preview {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 6;
	cursor: pointer;
}
.portfolio-image-block .image-preview:after {
	font-family: "linea-arrows-10";
	content: "\e048";
	width: 70px;
	text-align: center;
	font-size: 70px;
	line-height: 70px;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 6;
	opacity: 0;
	transition: 0.3s;
}
.portfolio-image-block a:before {
	content: none;
}
.portfolio-image-block img {
	opacity: 1;
}
.portfolio-image-block .image-preview:hover:after {
	background-color: rgba(0,0,0,0.7);
}
.portfolio-image-block:hover .image-preview:after {
	opacity: 1;
}
.portfolio-image-block:hover a:before {
	content: '';
	background-color: rgba(0,0,0,0.7);
}
.portfolio-image-block:hover img {
	opacity: 1;
}
.portfolio-image-block:hover .portfolio-block-hover {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

/* Portfolio */
.xkit-portfolio-item-title {
	font-family: 'Open Sans',sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 42px;

}
.widget-portfolio-detail > p {
	border-bottom: none;
	margin: 20px 0 0;
	padding-bottom: 0;
}
.portfolio-single-gallery-format {
	padding-left: 20px;
}
#pf-images-column li {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.portfolio-single-gallery-format {
		padding-left: 0;
	}
	.portfolio-list li {
		width: 100%;
	}
	.latest-portfolio .section-header h3 {
		float: none;
		text-align: center;
	}
}
/* Contacts */
.contact1-section .contact-info-block,
.contact1-section .contactus-form {
	padding-top: 0;
}
.contact1-section .form-group.submit-group {
	text-align: right;
}
.contact1-section .form-group .submit-btn {
	color: #fff;
	background: #000;
	line-height: 36px;
	padding: 0 20px;
}
.contact1-section .form-group .submit-btn:hover {
	color: #cc9900;
}

/* Footer */
footer {
	padding-top: 70px;
}
footer .copyright {
	margin-top: 70px;
	padding: 20px 0;
}
footer .widget-title {
	margin-bottom: 34px;
	color: #fff;
	font-size: 18px;
}
footer .widget {
	text-align: center;
}
footer .widget_media_image {
	text-align: left;
}
footer .textwidget {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans',sans-serif;
}
footer .textwidget p {
	margin-bottom: 16px;
}
footer .textwidget .xkit-phone {
	font-size: 18px;
	line-height: 28px;
}
footer .textwidget .xkit-phone a {
	color: #fff;
	text-decoration: none;
}
footer .textwidget .xkit-phone a:hover {
	text-decoration: underline;
}
footer .footer-social-icons {
	text-align: center;
	margin-top: 22px;
}
footer .footer-social-icons .xkit-social-btn {
	background: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: color 0.3s !important;
	margin: 0 6px;
}
footer .footer-social-icons .xkit-social-btn:hover {
	background: #333;
	color: #fff;
}


@media (max-width: 991px) {
	footer aside {
		margin-top: 15px;
		margin-bottom: 35px;
		text-align: center !important;
	}
	footer .widget_media_image {
		text-align: center;
	}
}



@media (hover: none) {
	.slider-section .tparrows {
		background: transparent !important;
	}
}

footer .widget_tag_cloud .tagcloud {
	text-align: center;
}
footer .widget_tag_cloud .tagcloud a {
	float: none;
	display: inline-block;
}