/*
Theme Name: Sarkware
Author: Sark
Author URI: http://iamsark.com
Description: Primary theme for Sarkware Pvt Ltd
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarkware
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,400italic,300italic);


html,
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;	    
    color: #222;    
    font-size: 14px;
    background: #fff;
    line-height: 20px;
    font-family: Roboto, Raleway, 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: auto;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

a, button, input[type="submit"] {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, Raleway, 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    color: #555;
}

a, a:visited, a:focus, a:active, a:hover {
	text-decoration:none;
	outline: 0 !important; 
}

a:hover {
	color:#a0ce4e;
}

ul, li {
	margin: 0px;
	padding: 0px;    
	list-style: none 
}

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

.g-recaptcha {
	margin: 15px 0px;
}

.rc-anchor-normal-footer {
	display:none !important;
}

.sark-desktop-header {
	border-top: solid 5px #a0ce4e;
}

.sark-top-nav {
	height: 38px;
	color: #b0b0b0;
    overflow: hidden;
	background: #f7f7f7;    
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
    box-shadow: 0px 0px 4px rgba(0,0,0,.15);
}

.sark-text-widget {
	float:left;
	color:#333;
	height: 38px;
	font-size:14px;
	padding: 10px 15px;	
}

.sark-text-widget-border {
	border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.sark-text-widget:first-child {
	padding-left:0px;
}

.sark-text-widget i {
	color:#a0ce4e;
	margin-right:5px;
}

.sark-text-widget i.fa-tablet {
	font-size:14px;	
}

.sark-top-social-links {
	float: right;
}

.sark-top-social-links a {
	width:42px;
	height: 38px;
	color: #a0ce4e;
	float: left;
	padding: 10px;
	font-size: 16px;	    
    line-height: 20px;
	text-align: center;
    list-style: none;   
    display: inline-block;
    border-right: 1px solid #e1e1e1;
}

.sark-top-social-links a:hover {
	color:#fff;	
}

.sark-top-social-links a.facebook:hover {
	background:#49659F;
}

.sark-top-social-links a.twitter:hover {
	background:#2CAAE1;
} 

.sark-top-social-links a.linkedin:hover {
	background:#0177B5;
} 

.sark-top-social-links a.googleplus:hover {
	background:#DC4A38;
} 

.sark-top-social-links a.youtube:hover {
	background:#EE1C1B;
}  

.sark-main-logo {
	color:#333;
	width:200px;
	margin:10px 0px;
	display: inline-block;
	line-height: 40px;
	font-size:35px;
	font-weight:bold;	
	font-family: Raleway, Roboto, 'Open Sans', Arial, sans-serif;
}

.sark-main-logo span {
	color: #a0ce4e;
}

#sarkware-mobile-toggle-btn {
	width: 35px;
	height:32px;
	display:none;	
	color: #fff;
	padding: 5px;
	float: right;
	font-size: 25px;	
	margin-top: 23px;
	text-align: center;	
	background: #a0ce4e;	
}

.sark-main-nav-container {
	height:80px;
	overflow: hidden;	
	position: relative;
}

nav.main-navigation {
	float:right;
	margin-top:5px;
}

nav.main-navigation ul {
	float:left;
}

nav.main-navigation ul li {
	float: left;	
	height: 75px;
    line-height: 25px;
    padding-top: 22px;
    padding-bottom: 4px;
    font-weight: normal;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;    
    border-bottom: 4px solid #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

nav.main-navigation ul li:last-child {
	padding-right:0px;
}

nav.main-navigation ul > li.current-menu-item,
nav.main-navigation ul > li.current-menu-item:hover,
nav.main-navigation ul > li.current-menu-parent {
    border-bottom: 4px solid #a0ce4e !important;
}

nav.main-navigation ul li a {
	color:#444;
	font-size: 15px;
	font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;    
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

nav.main-navigation ul li a:hover,
nav.main-navigation ul > li.current-menu-item a,
nav.main-navigation ul > li.current-menu-parent a {
	color:#a0ce4e;
}

.sark-home-banner-section {
	height: 450px;
    background-image: url('assets/images/banner4.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: fixed;
}

.sark-home-welcome-container {
	color: #fff;
    height: 100%;
    padding: 0px;
    text-align: center;
    background: rgba(0,0,0,.8);
}

.sark-home-message-container {
	width:300px;
	padding:20px;
	margin: 50px auto 0px;
	background: #f9f9f9;
	border-top:solid 5px #a0ce4e
}

h2.sark-home-welcome-tag {
	width:390px;
	float:right;
	color: #a0ce4e;
    text-align: right;
    margin: 40px 0px 30px;
    line-height: 40px;
    border-bottom: solid 4px;
    padding-bottom: 20px;
}

p.sark-home-welcome-intro-text {
	width:390px;
	float:right;
	color: #ccc;
	visibility:hidden;
	font-size: 15px;	
    text-align: justify;    
}

.sark-home-welcome-tech-img {
	opacity:.6;
	width: 390px;
	float: right;	
}

.sark-home-message-form {
	
}

.sark-home-message-form h2 {
	margin-top: 0px;
	font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;	
}

.sark-home-message-form h2 i {
	color:#a0ce4e;
}

.sark-form-row {
	
}

.sark-send-button,
.comment-form input[type=submit] {
	zoom: 1;
	outline: 0;    
    font-size: 14px;
	cursor: pointer;
	padding: 10px 25px;
    line-height: 17px;
	border-width: 0px;
    border-style: solid;
	background: #a0ce4e;
    color: #fff;
    display: inline-block;
    position: relative;    
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;   
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

a.sark-send-button {
	color:#fff;
}

.sark-send-button:hover,
a.sark-send-button:hover {
	text-shadow:0px 0px 3px #999;
	background:rgba( 160,206,78, .8 );
}

.sark-home-message-form textarea,
.sark-services-message-form textarea,
.sark-home-message-form input[type=text],
.sark-services-message-form input[type=text],
.sark-home-message-form input[type=email],
.sark-services-message-form input[type=email] {	
	width:100%;
	color: #777;
	padding: 8px 10px;
	border:solid 1px #ddd;
}

.sark-home-message-form textarea {
	resize:none;
	height: 70px;
}

.sark-send-button i {
	display:none;
}

.sark-enquiry-form-bottom {
	width: 100%;
	display: table;    
}

.sark-enquiry-form-bottom .sark-send-button {
	float:right;
}

.sark-enquiry-captcha-wrapper {
	float: left;
    height: 38px;
    width: 160px;
    overflow: hidden;
}

.sark-enquiry-captcha-wrapper .g-recaptcha {
	margin: -17px 0px 0px -8px !important;
}

.sark-enquiry-form-bottom iframe {
	float:left;
}

.sarkware-alert-section {
	left: 0px;
    top: 60px;
    width: 100%;
    display: none;
    z-index: 10000;
    position: fixed;
}

.sarkware-alert-section div.alert {
	color: #555;
    text-align: left;
    font-size: 18px;
    background: #fff;
    border: none;    
    border-left: solid 5px #a0ce4e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 3px #777;
    -moz-box-shadow: 0px 0px 3px #777;
    -ms-box-shadow: 0px 0px 3px #777;
    -o-box-shadow: 0px 0px 3px #777;
    box-shadow: 0px 0px 3px #777;
}

.sarkware-alert-close {
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
}

.sark-home-intro-section,
.sark-home-service-section,
.sark-home-platform-section,
.sark-home-portfolio-section {
	text-align: center;
	padding: 50px 0px;
}

.sark-home-portfolio-section {
	padding-top:55px;	
}

h1.sark-home-intro-heading {
	font-weight:bold;
	margin-top:0px;
	margin-bottom:20px;
}

p.sark-home-intro-desc {
	font-size:18px;
	line-height:25px;
	margin-bottom: 0px;
	padding: 0px 120px;
}

h1.sark-home-intro-heading span,
p.sark-home-intro-desc span {
	color:#a0ce4e;
	font-weight:bold;
}

.sark-home-service-section {
	text-align: left;
}

.sark-section-header {
	z-index:100;
	display: table;
	background:#fff;
	position:relative;
	padding: 0px 20px;			    
    margin: -50px auto 40px;    
}

.sark-home-portfolio-section .sark-section-header {
	margin-bottom:45px;
}

.sark-home-service-col p,
.sark-home-service-col a,
h3.sark-home-service-heading {
	padding-left:55px;
} 

h3.sark-home-service-heading {
	font-size: 15px;
    font-weight: bold;
	position: relative;		
}

h3.sark-home-service-heading i {
	left:0px;    
	top: -10px;
    color: #a0ce4e;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 26px;
    font-size: 27px;
    padding: 10px;    
	position: absolute;
	background: #fff;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;	
	-ms-border-radius: 100%;
	-o-border-radius: 100%;	
	border-radius: 100%;	
   -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
   -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
   -ms-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
   -o-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
   box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.sark-home-service-col p {	
	color: #444;
	font-size: 14px;
	text-align:justify;	
}

.sark-home-service-col a {
	color:#333;
}

.sark-home-service-col a:hover {
	color:#a0ce4e;
}

.sark-home-platform-col {
	padding: 20px;
	text-align:center;
    border-top: solid 5px #a0ce4e;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.sark-home-platform-col span {
	display:block;
}

.sark-home-platform-col span i {
	color:#a0ce4e;
	font-size: 35px;
}

.sark-home-platform-col h3 {
	color:#333;
	font-size:18px;
	font-weight:bold;
}

.sark-home-platform-col p {
	color:#444;
	font-size: 14px;
	text-align:justify;
}

.sark-home-portfolio-col {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.sark-home-portfolio-col a {
	
}

.sark-home-portfolio-img-wrapper {
	overflow:hidden;
	max-height:85px;
}

.sark-home-portfolio-col a img {
	width:100%;	
}

.sark-home-portfolio-col a p {
	color: #333;
	margin: 0px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;  
    line-height: 36px;
    border-top: solid 3px #a0ce4e;
}

.sark-browse-more {	
    padding: 25px; 
    margin: 50px 0px 0px;   
    background: #f7f7f7;    
     -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.sark-browse-more h2 {
	margin: 0px;
    font-size: 22px;
}

.sark-browse-more h2 i {	
    color: #fff;
    padding: 10px;
    background: #a0ce4e;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;    
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;        
}

.sark-browse-more h2 a {
	float: right;	
	padding: 12px 25px;
}

.sark-browse-more-mobile-btn {
	display:none;
}

.sark-section-divider {
	width: 50%;
	height:1px;
	background:#ebebeb;
}

.sark-member-section,
.sark-contact-section,
.sark-services-section,
.sark-portfolio-section,
.sark-main-archive-section,
.single-portfolio-detailed-section {
	padding:40px 0px;
}

.sark-contact-section {
	padding-top:0px;
}

/* Services page style starts here */

.sark-services-menu-container,
.sark-services-right-container,
#sark-services-content-container {
   
}

.sark-service-content {
	height: 0;
	opacity:0;	
    overflow: hidden;	
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.sark-service-content.active {
	opacity:1;
	height:auto;		
}

.sark-services-menu-ul {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);
	-ms-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);
}

.sark-services-menu-ul li {
	height: 40px;
    background: #eee;
    line-height: 38px;
    overflow: hidden;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #fff;
}

.sark-services-menu-ul li:first-child {
	border-top: solid 1px #eee;
}

.sark-services-menu-ul li a {
	color: #333;
	display:block;
	font-size: 14px;
	font-weight: bold;    
	text-align: right;
    padding-right: 20px;
}

.sark-services-menu-ul li a i {
	color: #777;
	width: 15px;
	margin-left: 5px;
}

.sark-services-menu-ul li.active {
	background:#a0ce4e;
	border: solid 1px #a0ce4e !important;
}

.sark-services-menu-ul li.active a,
.sark-services-menu-ul li.active a i {
	color:#fff;	
}

.sark-services-featured-img {
	margin-bottom: 25px;
}

.sark-services-intro {
	line-height: 22px;
	text-align: justify;
}

.sark-service-feature-box {
	min-height: 150px;
	margin-top: 10px;
	padding: 20px 0px;	 
}

.sark-service-feature-box i {
	width: 40px;
    height: 40px;
    color:#a0ce4e;
    font-size: 22px;
    line-height: 40px;        
    text-align: center;
    margin-right:10px;    
    border: solid 1px #ccc;   
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.sark-service-feature-box h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}

.sark-service-feature-box p {	
	margin-bottom:0px;
}

.sark-services-ready-box,
.sark-services-why-us-box {
	padding:20px;
	text-align:center;	
	margin-bottom: 40px;
	background: #f9f9f9;
	border:solid 1px #eee;	
}

.sark-services-ready-box h2,
.sark-services-why-us-box h2 {
	color: #595959;
    margin: 5px 0px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sark-services-ready-box h2 span,
.sark-services-why-us-box h2 span {
	color:#a0ce4e;
}

.sark-services-why-us-box div {
	color:#777;
	height:35px;
	line-height:35px;
	font-size: 15px;    
	border-bottom: solid 1px #eee;
}

.sark-services-why-us-box div:last-child {
	border-bottom:none;
}

.sark-services-ready-box {	
	padding: 20px 10px;	
}

.sark-services-ready-box h2 {
	margin-top:0px;
}

.sark-services-ready-box textarea {
	height:100px;
	resize:none;
}

.sark-services-ready-box button {
	
}

.sark-services-ready-box .sark-enquiry-captcha-wrapper {    
    width: 150px;
}

h1.sark-services-title {
	font-size:25px;
	margin:0px 0px 20px;
}

.sark-service-mobile-features {
	margin-top:20px;
}

.sark-service-mobile-features li {
	margin-bottom: 10px;
}

.sark-service-mobile-features li i {
	color: #fff;
	padding: 5px;
	margin-right: 10px;
    background: #a0ce4e;    
}

/* Services page style ends here */


/* Portfolio styles start here */

.sark-portfolio-list-container {
		
}

.sark-portfolio-box {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.sark-portfolio-box a {
		
}

.sark-portfolio-box img {
	width:100%;
	height:auto;
}

.sark-portfolio-list-footer {
	padding: 15px;
    border-bottom: solid 5px #a0ce4e;
}

.sark-portfolio-box h2 {	
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

.sark-portfolio-box p {
	margin:0px;
	color: #777;		
	font-size: 14px;    
}

.single-portfolio-container {
	
}

.sark-project-feature-wrapper {
	max-height:350px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
	-ms-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,.15);
	box-shadow: 0px 0px 4px rgba(0,0,0,.15);
}

.sark-project-header h1 {
	margin-top: 25px;
    margin-bottom: 15px;
}

.sark-project-header h1 i {
	color:#a0ce4e;
}

.sark-project-content {
	
}

.sark-project-info-container {
	
}

.sark-project-info-container h3 {
	margin-top: 0px;
	margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.sark-project-info-container h3 i {
	color:#a0ce4e;
}

.sark-project-info-container p span {
	font-weight:bold;
	color:#a0ce4e;
}

.sark-project-info-container p i {
	margin-right: 10px;
}

/* Portfolio styles ends here */


/* Post archive css starts here */

div.content-area {
	padding:25px;
	background:#f7f7f7;
	margin-bottom: 40px;
	/*box-shadow: 0px 1px 3px 1px rgba(0,0,0,.15);*/
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	-ms-box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	box-shadow: 2px 2px 5px rgba(0,0,0,.15);	
}

article.sark-post-article-block {
	clear: both;
	padding: 0px;   
}

article.sark-post-article-block:first-child {
	padding-top:0px;
	border-top:none;
}

.sark-post-featured-img {
	overflow: hidden;
    margin-bottom: 25px;
}

body.single-post .sark-post-featured-img {
	margin: -25px;
    margin-bottom: 25px;
}

.sark-post-featured-img img {
	width:100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sark-post-featured-img img:hover {
	transform: scale(1.5);
}

.sark-post-entry-header,
.sark-post-entry-content {
	margin-left: 70px;
}

.sark-post-entry-content h3,
.sark-post-entry-content h4,
.sark-post-entry-content h5  {
	font-size: 18px;
	font-weight: bold;
}

.sark-post-entry-content h4 {
	font-size: 16px;
}

.sark-post-entry-content h5 {
	font-size: 14px;	
}

.sark-post-entry-content ol,
.sark-post-entry-content ul {
	margin: 0px;
	padding: 0px;    
	padding-left:25px;
	margin-bottom:15px;
	list-style: none 
}

.sark-post-entry-content li {    
    line-height: 25px;
}

.sark-post-entry-content li::before {
	color:#a0ce4e;
	content: "\f046";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.blog .sark-post-entry-content,
body.archive .sark-post-entry-content {
	text-align:justify;
}

.sark-post-date {
	float:left;
	width:50px;	
    overflow: hidden;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
}

.sark-post-date span {	
	color: #fff;
	display:block;	
	text-align:center;	
}

.sark-post-date span.day {
	color: #fff;
	font-size: 25px;
	font-weight: bold;    
	padding: 10px 0px 0px;   
}

.sark-post-date span.month {	
	padding-bottom: 5px;
}

.sark-post-date span.year {
	background: #272727;
}

.sark-post-date div.day-month {	
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );
}

.sark-post-title {	
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin: 0px 0px 10px;
}

body.single-post .sark-post-title {
	font-size:30px;
	line-height:40px;
	margin-top: -5px;
}

body.single-post .sark-post-date  {
	margin-top: 0px;
}

.sark-post-meta {
	width:100%;
	color: #777;
	display:table;
	font-size: 14px;	
	margin-bottom: 15px;    
}

body.single-post .sark-post-meta {
	padding-bottom: 13px;
    border-bottom: solid 2px #a0ce4e; 
}

.sark-post-meta time {
	display:none;
}

.sark-post-meta span,
.sark-post-meta time {
	float:left;
	margin-right: 15px;	
}

.sark-post-meta span.author a {
	color:#777;
	margin-left:2px;
}

.sark-post-meta span.author a:hover {
	color:#a0ce4e;
}

.sark-post-meta time i {
	margin-right:2px;
}

.sark-post-meta span.categories {
	
}

.sark-post-meta span.comments {
	
}

.sark-post-meta ul.post-categories {
	
}

.sark-post-meta ul.post-categories li {
	float:left;
}

.sark-post-meta ul.post-categories li a {
	
}

body.single-post .sark-post-entry-content p {
	color: #555;
	font-size:14px;
	line-height:1.6em;
	margin-bottom:15px;	
}

body.blog .sark-post-entry-content,
body.archive .sark-post-entry-content {
	margin-bottom: 35px;
	padding-bottom: 35px;    
	border-bottom: solid 1px #ddd;
}

body.blog .sark-post-entry-content p,
body.archive .sark-post-entry-content p {
	color:#555;
}

.sark-post-entry-content p:last-child {
	margin-bottom:0px;
}

body.blog .sark-post-featured-img img,
body.archive .sark-post-featured-img img, 
body.single-post .sark-post-entry-content img[class*="wp-image-"] {
	-webkit-box-shadow:0px 0px 3px #ddd;
	-moz-box-shadow:0px 0px 3px #ddd;
	-ms-box-shadow:0px 0px 3px #ddd;
	-o-box-shadow:0px 0px 3px #ddd;
	box-shadow:0px 0px 3px #ddd;
}

a.sark-readmore {
	color: #a0ce4e;   
    padding: 6px 0px 0px;    
    text-transform: capitalize;
}

.syntaxhighlighter {
	-webkit-box-shadow:0px 0px 3px #ddd;
	-moz-box-shadow:0px 0px 3px #ddd;
	-ms-box-shadow:0px 0px 3px #ddd;
	-o-box-shadow:0px 0px 3px #ddd;
	box-shadow:0px 0px 3px #ddd;
}

.syntaxhighlighter table tr:first-child td {	
	padding-top: 15px !important; 	
}

.syntaxhighlighter table tr:last-child td {
	padding-bottom: 15px !important;	 
}

.syntaxhighlighter table td.gutter .line {    
    
}

.syntaxhighlighter table td.code .line { 
    
}

.page-header { 
    margin: 0px 0 20px;
}

.page-header h1 { 
    margin-top: 0px;
}

blockquote {    
    font-size: 14px;
    line-height: 21px;
     padding: 13px 15px;
    background-color: #fafafa;
    border-left: solid 3px #a0ce4e;  
}

blockquote p {
	margin-bottom:0px !important;
}

/* Post archive css ends here */


/* pagination styles starts here */

.sark-pagination  {
	margin-top:10px;	
}

.sark-pagination ul {	
	padding:0px;	
	margin-left:70px;
}

.sark-pagination li a,
.sark-pagination li a:hover,
.sark-pagination li.active a,
.sark-pagination li.disabled {
	color: #fff;
	text-decoration:none;
}

.sark-pagination li {
	display: inline;
}

.sark-pagination li a,
.sark-pagination li a:hover,
.sark-pagination li.active a,
.sark-pagination li.disabled {
	background-color: #3d4345;
	cursor: pointer;
	padding: 12px;
	padding: 5px 10px;
}

.sark-pagination li a:hover,
.sark-pagination li.active a {
	background-color: #a0ce4e;
}

/* pagination styles ends here */

/* author box styles starts here */

.author-info {
	padding: 0px 5px;
	margin-top: 40px;	
}

.author-info h3 {
	float: left;
    color: #999;
    z-index: 100;
    font-size: 16px;
    font-weight: bold;            
    margin-top: 0px;    
    background: #f7f7f7;    
    position: relative;
    padding-right: 15px;
    text-transform: uppercase;
}

.author-avatar img {
	width: 100%;
	padding: 4px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0px 0px 2px rgba(0,0,0,.2);	
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.author-description h2 {
	color: #777;
	font-weight: bold;    
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.author-description p {
	color: #555;
	font-size:14px;
	line-height: 20px;
	margin-bottom: 0px;	
}

.author-info table {
	width:100%;
}

.author-info table td {
	padding: 10px 5px;
	vertical-align:top;
}

.author-info table td:first-child {
	width:75px;
	text-align:center;
	padding-left: 0px;
    padding-right: 10px;
}

/* author box styles ends here */

/* comments section style starts here */

h2.comments-title,
h3.comment-reply-title {
	color:#333;
	font-size: 17px;
	font-weight:bold;
	padding-top: 25px;
	margin-top: 20px;
	margin-bottom: 20px;	
	border-top: solid 1px #ccc;
}

h3.comment-reply-title {
	border-top:none;
	margin-top:10px;
	margin-bottom:5px;
}

ol.comment-list {
	padding:0px;
	font-size: 14px;
	margin: 0 0 48px 0;
}

ol.comment-list li {
	list-style:none !important;
}

ol.comment-list > li.comment {
	padding:5px;	
	margin-bottom: 5px;
}

ol.comment-list > li.pingback,
ol.comment-list > li.trackback {
	list-style:none;
}

ol.comment-list > li.pingback a,
ol.comment-list > li.trackback a {
	margin-left:15px;
}

ol.comment-list ul.children {
	padding-left:30px;
	margin-bottom: -10px;
}

ol.comment-list ul.children > li.comment {	
	margin-top:10px;
	padding:10px 0px;
	border-top: 1px solid #eee;
}

ol.comment-list table.comment-body-table {
	width:100%;
	table-layout: fixed;
	margin-bottom: 0px !important;
	border-bottom:none !important;
}

ol.comment-list table.comment-body-table td {
	padding:15px 8px;
	position:relative;
	vertical-align:top;
	border-top:none !important;
}

ol.comment-list table.comment-body-table td:first-child {
	width:80px;	
}

ol.comment-list ul.children > li.comment table.comment-body-table td:first-child {
	padding-left:0px;
}

ol.comment-list table div.comment-body-wrapper {
		
}

ol.comment-list table div.comment-body-wrapper .reply {
	margin-top:12px;
}

ol.comment-list img.avatar {
	width: 100%;
	padding:2px;
	-webkit-box-shadow:0px 0px 2px #ccc;
	-moz-box-shadow:0px 0px 2px #ccc;
	-ms-box-shadow:0px 0px 2px #ccc;
	-o-box-shadow:0px 0px 2px #ccc;
	box-shadow:0px 0px 2px #ccc;
}

ol.comment-list p {
	color:#555;
	margin-bottom: 15px;
}

ol.comment-list p.comment-author-name {
	color: #555;
	display:block;
	font-size: 15px;
	margin: 0px 0px 12px;
	line-height: 15px;
	text-transform: capitalize;  	
}

ol.comment-list .comment-permalink {
	display:block;	
	margin-top:5px;
	font-size: 11px;
    font-weight: bold;    
    color: #999 !important;    
}

ol.comment-list p.comment-author-name a {
	color:#555;
}

ol.comment-list p.comment-author-name i {
	color:#bbb;
	font-size:10px;
	margin:0px 8px;
}

#commentform textarea,
#commentform input[type=text] {
	color: #888;
	padding:3px 5px;
	margin-right: 10px;
	background:#fff;
	border:solid 1px #ccc;
}

#commentform textarea {
    height: 100px;
    width: 100%;
}

#commentform p.logged-in-as,
#commentform p.comment-notes,
#commentform p.form-allowed-tags {
	color: #888;
	font-size: 13px;
	margin-bottom:20px;
}

#commentform label {
	color:#888;
	font-weight:normal;
	width: 80px;
	line-height: 25px;
}

.comment-body-wrapper .reply i {
	font-size:10px;
}

.comment-body-wrapper .reply a {
	color:#888;
}

#respond {
	border-top: 2px solid #ccc;
	margin-top: 40px;
	margin-bottom: 20px;
}

/* comments section style ends here */

/* Team page styles starts here */

.sark-member-box {
	padding: 25px;
	background: #eee;
	text-align:center;
	margin-bottom: 30px;	
}

.sark-member-box img {
	width:110px;
	height:auto;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
}

.sark-member-box h2 {
	font-size: 16px;
	margin: 10px 0px 0px;
    font-weight: bold;    
}

.sark-member-box h4 {
	color: #999;
	margin-top: 5px;
	font-size: 14px;	
    font-weight: normal;    
    font-style: italic;
}

.sark-member-bio {
	height: 166px;
	padding: 25px;
	background: #fff;    
    display: table-cell;
    vertical-align: middle;   
}

.sark-member-box  p {
	color:#666;	
    padding: 0px;
    text-align:justify;
}

/* Team page styles starts here */

/* Contact page style starts here */

.sark-contact-map-section {
	
}

.sark-contact-map-section iframe{
    pointer-events: none;
}

.sark-contact-form-section {
	padding: 50px 0px;
}

.sark-contact-form-section h2 {
	margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;    
    border-bottom: 1px solid #e1e1e1;
}

.sark-contact-form-section h2 i {
	width: 42px;
    height: 42px;
	color:#a0ce4e;
	padding: 12px;
    background: #eee;
    margin-right: 10px;
    text-align:center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.sark-contact-form-row div.row {
	margin-bottom:30px;
}

.sark-contact-form-section textarea,
.sark-contact-form-section input[type=text],
.sark-contact-form-section input[type=email] {
	width: 100%;
    padding: 8px 10px;
    border: solid 1px #ddd;	
}

.sark-contact-form-section textarea {
	resize:none;
	height:180px;
}

.sark-contact-form-section .sark-footer-contact-ul {
	margin-top:25px;
}

.sark-contact-form-section .sark-footer-contact-ul li strong {
	color:#222 !important;
}

/* Contact style ends here */


/* Breadcrumb style starts here */

.sark-breadcrumb-section {	
    background-image: url('assets/images/banner4.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: fixed;
}

.sark-breadcrumb-container {
    padding: 25px 0px;
    background: #272727;
}

.sark-blog-breadcrumb-container {
    background: #f7f7f7;
}

.sark-bredcrumb-title {
	color: #fff;
	margin: 0px;
    padding:15px 0px;    
}

.sark-breadcrumb-container h2.sark-probe-title {
	color:#fff;	
	font-size: 40px;
	font-weight:bold;
	text-align:center;	
	margin:15px 0px 15px;
}

.sark-breadcrumb-container p.sark-probe-description {
	color:#fff;	
	font-size:18px;
	text-align:center;
	margin-bottom:30px;
}

.sark-breadcrumb-container p.sark-probe-description span {
	color:#a0ce4e;
}

.sark-breadcrumb-container p.sark-probe-btn-wrapper {
	text-align:center;
	margin-bottom:20px;
}

.sark-breadcrumb-container a.sark-probe-btn {
	color:#fff;
	height: 40px;
    font-size: 18px;
    font-weight:bold;
    padding:10px 20px;    
    display: inline-block;
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
}

.sark-bredcrumb-title ul {
	color: #fff;	
	float:right;
	font-weight:bold;
	margin:8px 0px 0px;
}

.sark-bredcrumb-title ul li {
	float:left;	
	font-size:14px;
	margin-left:5px;
}

.sark-bredcrumb-title ul li a {
	color: #fff;
}

.sark-bredcrumb-title ul li strong {	
}

/* Breadcrumb style ends here */


/* Sidebar style starts here */

.sark-sidebar {
	padding-top:0px;	
}

.sark-service-sidebar {
	padding-top:0px;
}

h2.widget-title {	
    color: #595959;        
	margin:8px 0px;
	font-size: 15px;        
    font-weight: 700;
	text-transform: uppercase;
}

h2.widget-title:first-child {
	padding:10px;
	margin-top:0px;
	background:#eee;
}

.widget {
	margin: 0 0 50px 0;
	color: #686868;
}

.widget li {
	padding: 6px 0px 6px 12px;
	font-size: 14px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;	
}

.widget a {
	color: #555;
	text-decoration: none;
}

.widget a:hover {
	color:#a0ce4e;
}

/* WIDGETS - ARROW RIGHT FOR LINKS IN LIST */
.widget ul>li>a {	
	position: relative;
}

.widget_categories ul>li {
	
}

.widget_categories ul>li:before {
  	content: "\f105";
  	font-family: FontAwesome;
  	font-size: 13px;
  	color: #777;
  	position: absolute;
  	top: 5px;
  	left: 0; 
}

.widget_recent_entries ul>li:before {
  	content: "\f044";
  	font-family: FontAwesome;
  	font-size: 13px;
  	color: #777;
  	position: absolute;
  	top: 6px;
  	left: 0; 
}

.widget_recent_entries ul>li {
	padding-left:21px;
}

.widget ul>li.recentcomments>a {
	background: none;
	padding-left: 0;
}

/* WIDGETS - RECENT POSTS CUSTOM */
.widget_recent_posts_custom .widget_title {
	margin-bottom: 9px;
}

.widget_recent_posts_custom li {
	padding: 9px 0 14px 0;
}

.widget_recent_posts_custom .recent_post_left {
	float: left;
	padding: 6px 0 0 0;
}

.widget_recent_posts_custom .recent_post_right {
	margin: 0 0 4px 73px;
}

.widget_recent_posts_custom .recent_post_image,
	.widget_recent_posts_custom .recent_post_image img {
	width: 52px;
	height: 52px;
}

.widget_recent_posts_custom .recent_post_image {
	padding: 3px;
	border: 1px solid #ececec;
}

.widget_recent_posts_custom .recent_post_image:hover {
	border-color: #c4c4c4;
}

.widget_recent_posts_custom .recent_post_title {
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 700;
	color: #404040;
}

.widget_recent_posts_custom .recent_post_date {
	font-size: 12px;
	color: #686868;
	margin: 2px 0 1px 0;
}

.widget_recent_posts_custom .recent_post_comments_number,
	.widget_recent_posts_custom .recent_post_like_number {
	display: inline;
	font-size: 13px;
	color: #686868;
}

.widget_recent_posts_custom .recent_post_comments_number i,
	.widget_recent_posts_custom .recent_post_like_number i {
	font-size: 12px;
	margin: 0 3px 0 0;
	color: #c4c4c4;
}

.widget_recent_posts_custom .recent_post_comments_number {
	margin: 0 5px 0 0;
}

/* WIDGET - TAGS */
.widget_tags .tagcloud {
	padding: 11px 0 0 0;
}

.widget_tags .tagcloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	background-color: #303436;
	color: #ffffff;
	margin: 0 3px 3px 0;
	padding: 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.widget_tags .tagcloud a:hover {
	color: #ffffff;
}

/* WIDGET - TWITTER */
.widget_twitter .tweet {
	padding: 0 0 0 21px;
	margin: 19px 0;
	position: relative;
	line-height: 17px;
}

.widget_twitter .tweet:before {
	content: "\f099";
	font-family: FontAwesome;
	font-size: 13px;
	color: #777;
	position: absolute;
	top: 2px;
	left: 0;
}

.widget_twitter .tweet p {
	padding: 0;
	margin: 0;
}

.widget_twitter .tweet .timestamp {
  	padding: 7px 0 0 0;
	font-size: 12px; 
}

/* WIDGET - RECENT COMMENTS */
.widget_recent_comments li {
  	padding-left: 21px;
 	position: relative; 
}

.widget_recent_comments li:before {
  	content: "\f075";
  	font-family: FontAwesome;
  	font-size: 13px;
  	color: #777;
  	position: absolute;
  	top: 6px;
  	left: 0; 
}

.widget_recent_comments li .comment-author-link,
.widget_recent_comments li .comment-author-link a {
	color:#999;
}

#sark_bottom_adunit {
        margin-top: 25px;
}

/* Sidebar style starts here */


/* Footer section CSS starts here */

.sark-desktop-footer {
	font-size:14px;
	margin-top: 0px;
}

.sark-footer-top {
	color: #eee;
	padding:40px 0px;
	background:#3d4345;
}

.sark-footer-about-col,
.sark-footer-recent-post,
.sark-footer-tags,
.sark-footer-contact {
	
}

.sark-footer-about-col p {
	text-align:justify;
}

.sark-footer-about-col p:last-child {
	margin-bottom:0px;
}

.sark-footer-about-col h3 {
	color:#fff;
	font-size:24px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight: bold;
    font-family: Raleway, Roboto, 'Open Sans', Arial, sans-serif;
}

.sark-footer-about-col h3 span {
	color:#a0ce4e;
}

.sark-footer-recent-post h4,
.sark-footer-tags h4,
.sark-footer-contact h4 {
	color:#fff;
	float:left;
	z-index:1000;
	font-size: 14px;
    margin-top: 3px;
    padding-right: 10px;
    position:relative;
    font-weight: bold;    
    background: #3d4345;
    display: inline-block;
    text-transform: uppercase;
}

.sark-footer-strike-line,
.sark-author-strike-line,
.sark-home-header-strike-line {
	height: 1px;
    float: left;    
    width: 100%;
    position: relative;
    margin-top: -18px;
	background: #999;
}

.sark-author-strike-line {
	margin-top:-20px;
	background: #ccc;
}

.sark-home-header-strike-line {
	margin-top:-55px;
    background: #ddd;
}

.sark-home-portfolio-section .sark-home-header-strike-line {
    margin-top: -60px;
}

.sark-footer-content-col {
	padding-top: 35px;
}

.sark-footer-recent-post-ul li {
	padding: 10px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sark-footer-recent-post-ul li:first-child {
	padding-top:0px;
}

.sark-footer-recent-post-ul li:last-child {
	border-bottom:none;
}

.sark-footer-recent-post-ul li a {
	color:#eee;
	display: block;	
}

.sark-footer-tags-ul li {
	float: left;	    
	margin-bottom:2px;
	margin-right:2px;
}

.sark-footer-tags-ul li a {
	color: #bbb;
	font-size: 12px;
	padding: 5px 10px;
    background: #272727;
    display: inline-block;
}

.sark-footer-tags-ul li a:hover {
	color:#fff;
	background:#a0ce4e;
}

.sark-footer-contact-ul li {
	position: relative;
    padding: 5px 0px 5px 22px;
}

.sark-footer-contact-ul li:first-child {
	padding-top:0px;
}

.sark-footer-contact-ul li strong {
	color:#fff;
}

.sark-footer-contact-ul li i {
	top:3px;
	left:0px;
	position:absolute;
}

.sark-footer-contact-ul li.sark-mobile i {
	top: 7px;
	font-size: 14px;    
}

.sark-footer-contact-ul li.sark-email i {
	top: 7px;	
}

.sark-footer-contact-ul li.sark-skype i {
	top: 7px;	
}

.sark-footer-contact-ul li.sark-slack i {
	top: 7px;	
}

.sark-footer-bottom {
	height: 38px;
    line-height: 0px;
	color: #a1a1a1;
	background:#303436;
}

.sark-copyright-text,
.sark-footer-founder-text {
	float:left;
	margin: 20px 0px 0px;
}

.sark-copyright-text {
	float:right;
}

.sark-footer-founder-text a {
	color:#fff;	
}

.sark-footer-founder-text a:hover {
	color:#a0ce4e;
}

.sark-mobile-footer {
	display:none;
}

#sarkware-go-to-top {
	width: 30px;
    height: 30px;
    right: 25px;
    bottom: 25px;
    display: none;
    color: #a0ce4e;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    position: fixed;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    -ms-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

/* Footer section CSS ends here */

/* animated elements */
.animateblock {
	opacity: 0; 	  	
  	-webkit-transition: all 0.99s ease-in-out;
  	-moz-transition: all 0.99s ease-in-out;
  	-ms-transition: all 0.99s ease-in-out;
  	-o-transition: all 0.99s ease-in-out;
  	transition: all 0.99s ease-in-out;
}
 
.animateblock.anim-end {
  	opacity: 1;
}

/* animation transition styles */ 
.animateblock.top { 	
  	margin-top: -50px;
}
.animateblock.top.anim-end {
  	margin-top: 0px;
}
 
.animateblock.btm {  	
  	margin-top: 10%;
}
.animateblock.btm.anim-end {
  	margin-top: 0%;
} 
 
.animateblock.size {
  	display: block;
  	width: 10%;
  	text-align: center;
}
.animateblock.size.anim-end {
  	width: 100%;
  	height: 100%;
}
.animateblock.size img {
  	max-width: 100%;
  	height: auto;
}

/* Wcff config option table's styles */
table.sarkware-wcff-config-option-table {
    width: 100%;
    margin-bottom: 15px;
}

table.sarkware-wcff-config-option-table th {
    padding: 8px 20px;
    color: #ffffff;
    vertical-align: middle;
    font-weight: bold;
    background: #78909c;
}

table.sarkware-wcff-config-option-table td {
    color: #767676;
    font-size: 14px;
    padding: 10px 20px;    
	border-bottom: solid 1px #E6E6E5;
}

table.sarkware-wcff-config-option-table td.label-td,
table.sarkware-wcff-config-option-table td.op-label-td {
    width: 27%;
    font-weight: bold;
    background: rgba(255,255,255,.87);
}

table.sarkware-wcff-config-option-table td.detail {
    background: rgba(255,255,255,.95);
}

table.sarkware-wcff-config-option-table.pricing-fee-rules td {
    
}

table.sarkware-wcff-config-option-table td.op-label-td {
    width: 30%;
}

.wp-caption {
    font-style: italic;
    max-width: 100% !important;
}

.breadcrumb_shadow {
    -wekkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
       -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
        -ms-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
         -o-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
            box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  &: hover { box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25); } &:active { background-color: #eeeeee; } &:focus { outline: none; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc; } &:disabled { filter: grayscale(100%); background-color: #ebebeb; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25); cursor: not-allowed; };
}