/*
Theme Name: Pulse
Theme URI: http://www.vivathemes.com/pulse/
Description:  Responsive business theme.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.1
Tags: two-columns, responsive-layout, custom-menu, featured-images
Text Domain: viva
*/


body,html{
  height:100%;
  min-height: 100%;
}

body {
	background: #fff;
	color: #fff;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin:0;
	padding:0;
	line-height: 170%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
	
h1 {
	font-size: 26px;
	color: #fff;
	margin-top: 20px;
	text-transform: none;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-weight: 300;
}

h2 {
	color: #fff;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 300;
	font-size: 22px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

h3 {
	color: #fff;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

h4 {
	color: #fff;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

h5 {
	color: #fff;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 300;
	font-size: 12px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow:hidden;
}

#wrapper {
	max-width: 996px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}


.bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


	
/* header */

#header {
  	width: 100%; 
	float: left;
	clear: left;
	position: fixed;
	z-index: 9999;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	background-color: #000;
	background-color: rgba(0,0,0,.3);
}

.home #header {
	background-color: transparent;
}

.home #header.faded{
    background-color: #000;
	background-color: rgba(0,0,0,.3);
}


#headerin {
	max-width: 996px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#logo {	
	width: 45%;
	float:left;
	padding: 0;
	line-height: 100%;
}

#logo img {
	
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo h1 {
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	margin-top: 10px;
	line-height: 100%;
}


/* Main Menu */

a#mobile-menu {
	color:#fff;
	float: right;
	margin-top: 25px;
	text-decoration: none;
	display: block;
}
a#mobile-menu span {
	font-size: 14px;
	text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	float: left;
	padding-top: 2px;
}

.mainnav {
	display: none;
}

.sidr .mainnav {
	display: block;
}

.sidr {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-size:15px;
	background:#333;
	color:#fff;
	border: solid 1px #222;
}
.sidr .sidr-inner {
	padding:0 0 15px
}
.sidr .sidr-inner>p {
	margin-left:15px;
	margin-right:15px
}
.sidr.right {
	left:auto;
	right:-260px
}
.sidr.left {
	left:-260px;
	right:auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#fff;
	line-height:24px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image:-webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image:-moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image:-o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image:linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.2)
}
.sidr p {
	font-size:13px;
	margin:0 0 12px
}
.sidr p a {
	color:rgba(255, 255, 255, 0.9)
}
.sidr>p {
	margin-left:15px;
	margin-right:15px
}
.sidr ul {
	display:block;
	margin:0 0 15px;
	padding:0;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d
}
.sidr ul li {
	display:block;
	margin:0;
	line-height:48px;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	line-height:48px
}

.sidr ul li.current-menu-item a,
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
	background: #222;
}
.sidr ul li a, .sidr ul li span {
	padding:0 20px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}
.sidr ul li ul {
	border-bottom:none;
	margin:0
}
.sidr ul li ul li {
	line-height:48px;
	font-size:13px
}
.sidr ul li ul li:last-child {
	border-bottom:none
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	line-height:48px
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
}
.sidr ul li ul li a, .sidr ul li ul li span {
	color:rgba(255, 255, 255, 0.8);
	padding-left:35px;
	text-transform: none;
}
.sidr form {
	margin:0 15px
}
.sidr label {
	font-size:13px
}
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
	width:100%;
	font-size:13px;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:none;
	background:rgba(0, 0, 0, 0.1);
	color:rgba(255, 255, 255, 0.6);
	display:block;
	clear:both
}
.sidr input[type=checkbox] {
	width:auto;
	display:inline;
	clear:none
}
.sidr input[type=button], .sidr input[type=submit] {
	color:#333;
	background:#fff
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
	background:rgba(255, 255, 255, 0.9)
}


/* search */

#searchbox {
	width: 23%;
	float: right;
	margin: 0;
	padding: 0;
	height: 60px;
}

#searchform {
	width: 100%;
}

#searchform input#s {
	width: 85%;
	padding-left: 10%;
	background: none;
	border: none;
	height: 30px;
	margin-top: 10px;
	border: solid 2px #eaeaea;
	font-family: 'Open Sans', arial, helvetica;
	font-weight: 400;
	color: #fff;
}

input#s:focus {
	outline:none;
}

#searchform input#searchsubmit {
	display: none;
}

#header h2 {
	display: none;
}

#contentfull #searchform input#s {
	width: 30%;
	padding-left: 5px;
}


/* Bottom Widget */

#bottomwidget {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

#bottomwidgetinner {
	max-width: 996px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#bottomwidgetinner .widgets {
	width: 100%;
	float: left;
	clear: left;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	text-transform: none;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
	line-height: 170%;
}


#bottomwidget h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: none;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 30px;
}

#bottomwidget a,
#bottomwidget span {
	color: #fff;
}
	


/* Services section */

#services {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 70px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 70px;
}

#leftwidget,
#middlewidget,
#rightwidget {
	width: 300px;
	margin-right: 48px;
	float: left;
	color: #fff;
	margin-top: 70px;
}

#rightwidget {
	margin-right: 0;
}

#services h2 {
	margin-bottom: 20px;
	font-size: 26px;
}

i.fronticon {
	border: solid 1px #E9BEE9;
	color: #E9BEE9;
	padding: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}

#middlewidget i.fronticon {
	border: solid 1px #54D069;
	color: #54D069;
}

#rightwidget i.fronticon {
	border: solid 1px #FFCB54;
	color: #FFCB54;
}

/* Content Section */

#blogwrapper,
#contentwrapper {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 70px;
}

#contentwrapper {
	padding-bottom: 70px;
}

.home #services,
.home #contentwrapper,
.home #blogwrapper {
	margin-top: 0;
}

#content {
	width: 70%;
	float: left;
	margin-top: 96px;
}

.home #content,
.home #contentfull,
.home #rightbar {
	margin-top: 70px;
}

#contentfull {
	width: 100%;
	float: left;
	margin-top: 96px;
}

/* content */

#blogwrapper .type-page,
#blogwrapper .post {
	width: 450px;
	height: 450px;
	clear: none;
	float: left;
	margin-right: 96px;
	background: #E9BEE9;
	margin-top: 96px;
	position: relative;
	overflow: hidden;
}

#blogwrapper .even {
	margin-right: 0;
}

.attachment-blogthumb {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
}

#blogwrapper .post:hover .attachment-blogthumb {
	opacity: .8;
	-moz-opacity: .8;
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.posttop {
	position: absolute;
	z-index: 1;
	background: #fff;
	left: 25px;
	bottom: 25px;
	width: 350px;
	padding: 25px;
}

#blogwrapper h2.entry-title,
#blogwrapper h2.entry-title a {
	font-weight: 300;
	color: #333;
	margin-top: 0;
	font-size: 24px;
	text-transform: none;
}

.postdate {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.post {
	float: left;
	width: 100%;
}

.entry {
}

h1.entry-title,
h2.entry-title {
	font-weight: 300;
	text-transform: none;
	text-align: left;
	margin-bottom: 20px;
	line-height: 100%;
	font-size: 26px;
}

h2.entry-title a {
	text-decoration: none;
	font-size: 26px;
	line-height: 120%;
}

h2.entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin: 8px 0;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}


/* Right Sidebar*/

#rightbar {
	width: 24%;
	float: right;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 2px;
	margin-top: 96px;
}

#rightbar .widgets {
	width: 85%;
	padding: 7%;
	border: solid 1px #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	float: right;
	clear: left;
}

#rightbar h2 {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

#rightbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#rightbar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#rightbar ul li a {
	border: none;
	color: #333;
	background: #f5f5f5;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}

#rightbar ul li a:hover {
	text-decoration: none;
	color:  #E9BEE9;
}

#rightbar a {
	text-decoration: underline;
}
	
#rightbar a:hover {
	border: none;
	text-decoration: none;
}


/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
}
	
#commentform a { 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-family: 'Arvo', arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}

#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;	
	color: #fff;
}

#author, #email, #url {
	height:16px;
}
	
#submit {
	cursor:pointer;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;	
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	color: #fff;
	background: #fff;
}

#submit:hover {
	border: solid 1px #eaeaea;
	background: #eaeaea;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
#comments h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}	


.reply a.comment-reply-link {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	color: #333;
	padding: 4px 7px;
	margin-top: 5px;
	float: left;
	clear: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.reply a.comment-reply-link:hover{
	border: solid 1px #eaeaea;
}	

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}

ol.commentlist li.comment {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
    width: 90%;
	margin-bottom: 20px;
	border: solid 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ol.commentlist li ul.children {
	width: 80%;
}

ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #fff; 
	text-decoration: none; 
	border-bottom: 1px dotted #fff;
}

/* footer */

#footer {
	float: left;
	width: 100%;
	height: 70px;
	padding-top: 30px;
	padding-bottom: 80px;
	font-size: 13px;
	line-height: 150%;
}

#footerinner {
	max-width: 996px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#copyinfo {
	width: 100%;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

#socialize {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
}

a.socialicon {
	width: 38px;
	height: 38px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #eaeaea;
	text-decoration: none;
	line-height: 38px;
}

a.socialicon:hover {
	color: #E9BEE9;
	background: #fff;
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	#fronttopinner {
		font-size: 34px;
		line-height: 38px;
	}
	
	.nav-arrows {
		display: none;
	}
	
	p.slidetitle {
		font-size: 24px;
	}
	
	.postwrapper {
		width: 100%;
	}
	
	#blogwrapper .type-page,
	#blogwrapper .post {
		width: 300px;
		height: 300px;
		clear: left;
		float: none;
		margin: 0 auto;
		background: #E9BEE9;
		margin-top: 36px;
		position: relative;
		overflow: hidden;
	}
	
	.posttop {
		left: 25px;
		bottom: 25px;
		width: 200px;
		padding: 25px;
	}
	
	a.socialicon {
		width: 16px;
		height: 16px;
		margin-right: 5px;
		margin-left: 5px;
		border: none;
	}
	
	#rightbar {
		float: left;
		clear: left;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		margin-top: 12px;
	}
	
	#rightbar .widgets {
		width: 90%;
		padding: 4.5%;
	}
	
	
	#content {
		width: 90%;
		text-align: justify;
	}
}