/*
  Theme Name: Protocol
  Theme URL: http://demo.themeregion.com/protocol
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Protocol Onepage Responsive HTML Parallax Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
#. Typography
#. Home / Navigation 
#. Slider
#. Services
#. Parallax
#. Portfolio
#. About
#. Home Page Blog
#. Our Client
#. Testimonial
#. contact
#. Footer
#. error page
#. Coming Soon
#. Pricing
#. Blog
#. Portfolio Details
==========================================================================*/

/*========================
=======Typography=========
==========================*/


/*========================
==== Footer Section ======
==========================*/

.footer-widget-wrapper {
	background: url(../images/bg/1.jpg) no-repeat;
	padding: 40px 0 0px 0px;
	border-top: 1px solid #dfdfdf;
	position: relative;
	background-size:cover;
	margin-top:40px;
}

.footer-widget-wrapper:before {
	position: absolute;
	top: -4.5px;
	left: 50%;
	margin-left: -4.5px;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px #f0f0f0;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h1 {
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
	margin: 3px 0px 30px 0px;
}

.footer-widget h1:before,
.footer-widget h1:after {
	position: absolute;
	content: "";
}
/*
.footer-widget h1:before {
	top: 9px;
	right: 0;
	width: 40%;
	height: 1px;
	background: #cecece;
}

.footer-widget h1:after {
	width: 5px;
	height: 5px;
	right: 40%;
	top: 6.5px;
	margin-right: -2.5px;
	border-radius: 50%;
}
*/
.footer-widget h1 span {
	font-weight: 300;
}

.contact-widget i, .twitter-widget i {
	font-size: 24px;
	margin-right: 12px;
}

.footer-logo {
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 130px;
}

.text-widget p {
	margin-bottom: 22px;
}

.social {}

.social li {
	margin: 0 10px;
}

.social li:first-child {
	margin-left: 0;
}

.social li:last-child {
	margin-right: 0;
}

.social li a {
	color: #949494;
	font-size: 20px;
}

.twitter-widget p:first-child {
	margin-bottom: 15px;
}

.instagram-widget {
	overflow: hidden;
}

.instagram {
    margin: 0 -8px;
}

.instagram li {
	display: inline-block;
	margin: 0 7.5px 20px;
}

.instagram li a {
    display: block;
}

.instagram li a img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.instagram li a {
	position: relative;
}

.instagram li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 99;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram li a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.footer-bottom {
	padding: 25px 0 15px;
}

.footer-bottom a, .footer-bottom p {
	color: #fff;
}

.footer-bottom a:hover {
	color: #000;
}

.footer-menu li {
	padding: 0 20px;
}

.footer-menu li:first-child {
	padding-left: 0;
}

.footer-menu li:last-child {
	padding-right: 0;
}

.footer-menu li a {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-menu li a:hover {}

.copy-right p strong {
	font-weight: 500;
}

.copy-right a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.copy-right a:hover {
	color: #fff;
}


/*=========================================:: END :: =============================================*/