/*!
Theme Name: Rscone
Theme URI: https://rscinfotech.com/rscone
Author: RSCInfotech
Author URI: https://rscinfotech.com/
Description: Creative one page multi purpose wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rscone
Tags: two-background, custom-logo, custom-menu, featured-images, grid-layout, theme-options, portfolio
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header	
	## Header Top
# RSC Additional 		
# RSC Post Grid
# RSC Portfolio
# RSC Contact Form 
# RSC Call to Action
# RSC Team 
	
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	color: #333333;
}
h1,h2,h3,h4,h5,h6{
	padding-bottom:20px;
}
a {
	color: #298aff;
}
a:hover {
	color: #003459;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.mobile-logo{
	display:none;
}
#primary-menu,
#primary-menu ul,
#primary-menu ul li,
#primary-menu ul li a,
#primary-menu #head-mobile {
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0;
	padding:0;
}

#primary-menu #head-mobile {
    display: none
}
#primary-menu {
    font-family: sans-serif;
}
#primary-menu .submenu-button{
	display:none;
}
#header1 #primary-menu > ul{
	margin:0;
	padding:0;	
	text-align:right;
}

#header3 .headerleftm #primary-menu > ul{
	margin:0;
	padding:0;	
	text-align:right;
}

#header3 .headerrightm #primary-menu > ul{
	margin:0;
	padding:0;	
	text-align:left;
}

#header4 .headerleftm #primary-menu > ul{
	margin:0;
	padding:0;	
	text-align:left;
}

#header4 .headerrightm #primary-menu > ul{
	margin:0;
	padding:0;	
	text-align:right;
}

#header2 #primary-menu > ul, #header5 #primary-menu > ul{
	margin:0;
	padding:0;	
}

#header3 .navbg{
	display:none;
}
#header4 .navbg{
	display:none;
}

.header-right .widget{
	margin-bottom:0 !important;
}

#primary-menu > ul > li {
	display:inline-block;
	margin:0;
	padding:0px;
}
#primary-menu > ul > li > a {
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 700;
	padding:0 18px;
}

#header2 #primary-menu > ul > li > a, 
#header5 #primary-menu > ul > li > a{
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 700;
	line-height:45px !important;
}

#primary-menu > ul > li:hover,
#primary-menu ul li.active:hover,
#primary-menu ul li.active,
#primary-menu ul li.has-sub.active:hover {
    /*-webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
	*/
	
}
#primary-menu ul li.current_page_item{
}

#primary-menu > ul > li.has-sub > a {
    padding-right: 20px
}
#primary-menu > ul > li.has-sub > a:after {
	content: "\f107";
    font-family: FontAwesome;
    position: absolute;
	padding:0 5px;
	float:left;	
}
#primary-menu ul ul {
    position: absolute;
    left: -9999px;
    z-index:9999 !important;
	margin:0;
	padding:0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10); 
}
#primary-menu ul ul li {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
#primary-menu ul ul li:hover {} 
#primary-menu li:hover > ul {
    left: auto
}
#primary-menu li:hover > ul > li {
    height: auto;
	text-align:left;
	line-height:30px;
}
#primary-menu ul ul ul {
    margin-left: 100%;
    top: 0
}
#primary-menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 5px 15px;
    width: 220px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
	line-height:30px !important;
    background: #f3f3f3;
}
#primary-menu ul ul li:last-child > a,
#primary-menu ul ul li.last-item > a {
    border-bottom: 0
}
#primary-menu ul ul li a:hover {
    color: #fff;
}
#primary-menu ul ul li.has-sub > a:after {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
}

#primary-menu ul ul li.has-sub:hover,
#primary-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}
#primary-menu ul ul ul li.active a {
    border-left: 1px solid #333
}
#primary-menu > ul > li.has-sub > ul > li.active > a,
#primary-menu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.posts-navigation,
.post-navigation {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.posts-navigation h2,
.post-navigation h2 {
	font-size: 18px;
	color: #333333;
	display: none;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
	font-family: "Montserrat", sans-serif;
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	width: 50%;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	color: #666;
}
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
	color: #1bbde8;
}
.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
	display: inline-block;
	border-right:1px solid #ddd;
	padding: 16px 0;
}
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
	display: inline-block;
	text-align: right;
	padding: 16px 0;
}
.posts-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-previous:before{
	content: "\f053";
    font-family: FontAwesome;
	padding-right:20px;
}
.posts-navigation .nav-links .nav-next:after,
.post-navigation .nav-links .nav-next:after {
	content: "\f054";
	font-family: FontAwesome;
	padding-left:20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin-bottom:40px;
}
.widget img {
	display: block;
/*	width: 100%;
	max-width: 100%;*/
	height: auto;
	vertical-align: center;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.widget ul li:before,
.widget ul li:after {
	content: '';
	display: table;
}
.widget ul li:after {
	clear: both;
}
.widget select {
	display: block;
	width: 100%;
	height: 45px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px
	outline: 0;
}
/* Widget Search */
.widget_search label {
	display: block;
	float: left;
	width: 70%;
	height: 50px;
}
.widget_search form:before,
.widget_search form:after {
	content: "";
  	display: table;
}
.widget_search form:after {
	clear: both;
}

.widget_search input {
	width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    padding: 0 67px 0 20px;
    font: 300 16px/1.6em "Source Sans Pro", sans-serif
}
.widget_search input[type="submit"] {
	float: left;
	width: 30%;
	padding: 0;
	height: 50px;
    display: inline-block;
    border-radius: 0 2px 2px 0;
   	background: #298aff;
   	border: none;
    text-transform: uppercase;
    color: #fff;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.widget_search input[type="submit"]:hover {
    background-color: #003459;
}
/* Globals for Archive and Categories and others that includes lists */
.widget_archive ul li,
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li {
	display: block;
	text-align: right;
	width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    font-weight: 400;
}
.widget_archive ul li {
	color: #298aff;
}
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li {
	text-align: left !important;
}
.widget_archive ul li a {
	float: left;
}
.widget_categories ul li a , 
.widget_pages ul li a , 
.widget_meta ul li a , 
.widget_nav_menu ul li a {
	display: block;
	width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    font-weight: 400;
}
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before{
	font-family: FontAwesome;
    content: "\f105";
	margin-right:10px;
	color:#333333;
	float:left;
}
.widget_archive ul li:before,
.widget_recent_comments ul li:before, 
.widget_recent_entries ul li:before,
.widget_rss ul li:before{
    font-family: FontAwesome;
    content: "\f105";
	margin-right:10px;
	color:#333333;
	float:left;
	padding-top:2px;
}
.widget_categories ul li a span {
	float: right;
}

/* Widget Calendar */
.widget_calendar table {
	font: 400 13px/1.7em "Source Sans Pro", sans-serif;
	table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.widget_calendar caption {
	background-color: #333e50;
    color: #fff;
    text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar .pad:hover {
	background: transparent;
}
.widget_calendar th {
	font: 400 13px/1.7em "Source Sans Pro", sans-serif;
    padding: 3px 0 !important;
    background-color: #eee;
    color: #333e50;
    text-align: center;
    border: 0 !important;
}
.widget_calendar td {
	font: 400 13px/1.7em "Source Sans Pro", sans-serif;
    padding-top: 6px;
    width: 14%;
    height: 33px;
    vertical-align: top;
    border: 1px solid #eee;

}
.widget_calendar tbody td:hover {
	background-color: #eee;
    border: 1px solid #eee;
    color: #333e50;
}
.widget_calendar td#today,
.widget_calendar td#today:hover {
	background-color: #298aff;
    color: #fff;
    border: 1px solid #298aff;
}
.widget_calendar tfoot tr,
.widget_calendar tfoot td {
	border: none !important;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
	width: 100%;
	padding-top: 2px;
	font: 400 14px/1.6em "Source Sans Pro", sans-serif;
	opacity: 0.8;
}
.rss-widget-icon {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
    position: relative;
    top: -3px;
}
.widget_rss ul li > a {
	font-size: 17px;
	font-weight: 500;
}
.widget_rss .rssSummary {
	font: 300 16px/1.6em "Source Sans Pro", sans-serif;
	padding: 10px 0 ;
}

/* Cloud Tags */
.widget_tag_cloud a {
	display: inline-block;
	border: 1px solid #eee;
    border-radius: 3px;
    padding: 8px 15px;
    font: 400 13px/1.9em "Source Sans Pro", sans-serif;
    font-size: 13px !important;
    margin-top: 10px;
    margin-right: 7px;
}
.widget_tag_cloud a:hover {
	background: #eee;
}
.widget_newsletterwidgetminimal input[type='email']{
	background:#ffffff;
	margin-bottom:20px;
}
.tnp-widget .tnp-field-email{
	margin-top:20px;
}
.tnp-widget input.tnp-submit {
	width:auto !important;
	float:right;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border:1px solid #ffffff !important;
	background-color:rgba(0,0,0,0) !important;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px !important;	
}
.tnp-widget input.tnp-submit:hover{
	background-color:rgba(255,255,255,1) !important;
	color:#298AFF !important;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px !important;	
}
.tnp-widget-minimal input.tnp-submit{
	width:auto !important;
	float:right;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border:1px solid #ffffff !important;
	background-color:rgba(0,0,0,0) !important;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px !important;	
}
.tnp-widget-minimal input.tnp-submit:hover{
	background-color:rgba(255,255,255,1) !important;
	color:#298AFF !important;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px !important;	
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0em 0;
}

.content-post p{
	margin-bottom:30px;
}
.entry-title{
	padding-bottom:10px;
}
.entry-meta{
	margin-bottom:20px;
}
.entry-footer{
	border-bottom:1px solid #cccccc;
	padding-bottom:40px;
	margin-bottom:40px;
}
.single .entry-footer{
	border-bottom:none;
	padding-bottom:40px;
	margin-bottom:0px;
}
.page .entry-footer{
	display:none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-section{
	margin-top:40px;
	margin-bottom:40px;
}
.post-section .page-title{
	margin-bottom:30px;
}
.page-template-page-full .site-content{
	width:100% !important;
	padding:0 !important; 
	margin:0 !important;
}
.page-template-page-full .site-content .row{
	padding:0 !important; 
	margin:0 !important;
}
.page-template-page-full .site-content{
	max-width:100% !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments h2.comments-title {
	margin-top:50px;
	margin-bottom:30px;
	font-size:24px;
	font-weight:400;
}
#comments h4.comments-title span.comment-count-title {
	font-weight:700;
}
#comments h3.comment-reply-title {
	font-size:22px;
	margin-bottom:15px;
	font-weight:400;
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #dddddd;
}
.page #comments h3.comment-reply-title {
	font-size:22px;
	margin-bottom:15px;
	font-weight:400;
	margin-top:40px;
	padding-top:0px;
	border-top:none;
}
#comments h3.comment-reply-title small { 
	font-size:14px; 
	padding-left:5px; 
}
body .comment-list { 
	list-style: none; 
	margin:0px 0px 25px 0px; 
	padding:0px;
}
.comment-list li.comment {
	padding-bottom:10px;
	margin-bottom:25px;
	position:relative;
}
body .comment-list li.pingback {
	padding-bottom:15px;
	font-size:90%;
}
body .comment-list li.pingback .comment-body {
	margin-left:0px;
}
.comment-list .children { 
	list-style: none; 
	margin: 0; 
	padding:0px;
}
.comment-list .children > li {
	border-bottom:0px;
	margin-bottom:0px;
	margin-top:50px;
	margin-left: 35px;
}
.comment-body {
	font-size:90%;
	padding:18px 25px;
	margin-left:90px;
	background:#f3f3f3;
	/*box-shadow: 0px 0px 40px rgba(0,0,0, 0.04);*/
	/*border-radius:5px;*/
}
.comment-body:before {
	content:'';
	display:block;
	position:absolute;
	left:80px;
	top:30px;
	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent; 
	border-right:10px solid #f3f3f3; 
}
.comment-body p {
	margin-bottom:10px;
}
.comment-author .avatar {
	float: left;
	height: 70px;
	width: 70px;
	left:0px;
	position:absolute;
	border-radius:100px;
}
.comment-author span.says {
	display:none;
}
.comment-author cite a, .comment-author cite a:hover {color:#35364c;}
.comment-author cite {
	display:inline-block;
	font-style:normal;
	font-weight:500;
	line-height:1.2;
	color:#35364c;
	font-size:15px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:4px;
}
.commentmetadata {
	margin-bottom: 8px;
	font-size:13px;
	padding-top:3px;
	color:#878787;
}
.commentmetadata a, .commentmetadata a:hover {
	color:#878787;
}
.reply a.comment-reply-link {
	font-size:11px;
	position:absolute;
	padding:6px 10px;
	right:0px;
	margin-top:-15px;
	display:block;
}
.reply a.comment-reply-link:before {
	content:"\f112";
	font-weight:normal;
	font-family:FontAwesome;
	font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);
	padding-right:5px;
	font-size:9px;
	position:relative;
	top:-1px;
}
.comments-list .comment-section {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  width: 100%;
}
.comments-list .text-outer {
  float: left;
  padding: 0 0 5px;
  width: 100%;
}
.comments-list .tex-box {
  overflow: hidden;
  text-align: left;
}
#commentform .comment-form-comment{
	width:100%;
	float:left;
	padding:15px 0;
}
#commentform .comment-form-author{
	width:33%;
	float:left;
	padding-right:10px;
}
#commentform .comment-form-email{
	width:33%;
	float:left;
	padding:0 10px;
}
#commentform .comment-form-url
{
	width:34%;
	float:left;
	padding-left:10px;
}
#commentform p {margin: 0; }
#commentform input[type='text'],
#commentform input[type='email'],
#commentform input[type='url'], 
#commentform textarea {
	width: 100%;
	padding: 5px;
	background: #f7f7f7;
	border: none;
	margin:5px 0;
	font-size: 14px;
}
#commentform input#submit, .button {
	color: #fff;
	border: none !important;
	background: #333333;
	-webkit-appearance: none;
	margin-top:10px;
	padding:8px 25px;
	font-size:16px;
	font-weight:bold;
}
#commentform input#submit:hover, .button:hover {
	color: #000;
    background: #dddddd;
}
#commentform input#submit:active, .button:active {
     background: #2baa90;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.nav{
    display: table;
	width:100%;
}
.main-navigation{
    display: table-cell;
    vertical-align: middle;
	width:100% !important;
}
.logo{
    display: table-cell;
    vertical-align: middle;
}
#header3 .logo,#header4 .logo,#header5 .logo{
    display: block;
    vertical-align: middle;
	margin:0 auto !important;
	text-align:center !important;
}
#header3 .logo img,#header4 .logo img,#header5 .logo img{
	margin:0 auto;
}

header .row, 
footer .row, 
.topbar .row, 
.copyright .row, 
.site-content{ 
	margin:0 auto;
}

.site-header{
  transition: all 0.4s ease-in-out
  -webkit-transition: all 0.4s ease-in-out
  -moz-transition: all 0.4s ease-in-out 
}

.scroll-jump{
	display:none;
}

/*--------------------------------------------------------------
# Header Top
--------------------------------------------------------------*/

.topbar .row{
	padding-top:5px;
	padding-bottom:5px;
}
.top-info{
	margin:0;
	padding:0;
}
.top-info li{
	display:inline-block;
	padding-right:20px;
}
.top-info li i{
	padding-right:7px;
}		
.topshare{
	text-align:right;
}
.header-social-buttons{
	margin:0;
	padding:0;
}
.header-social-buttons li{
	display:inline-block;
	margin:0 0 0 10px;
	padding:0;
}

/*--------------------------------------------------------------
# RSC Additional 
--------------------------------------------------------------*/

.scroll-top{
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:99999999;
	display:none;
}
.scroll-top a, .scroll-top a:active, .scroll-top a:visited{
	color:#ffffff !important;
	padding:5px 15px;
	background:rgba(0,0,0,.5);
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
	text-decoration:none;
	font-size:25px;
}
.scroll-top a:hover{
	color:#ffffff;
	background:rgba(0,0,0,1);
	text-decoration:none;
}
.section-heading {
	padding-bottom: 60px;
}
.section-heading h2 {
	margin-top: 0;
}
p.sub-heading {
	font: 300 18px/1.5em "Source Sans Pro", sans-serif;
	text-align: center;
}
.img-responsive {
	/*display: block;*/
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    height: auto;
}
.ti-thumb-up {
	margin-right: 11px;
	color: #298aff;
	font-size: 14px;
	font-weight: normal;
}
.button {
	border: 2px solid #298aff;
	color: #298aff;
	border-radius: 25px;
	padding: 14px 45px 13px 45px;
	font: 600 14px/1em "Raleway", sans-serif;
	display: inline-block;
	margin-top: 15px;
	-o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}
.button:hover {
	text-decoration: none;
	background-color: #298aff;
	color: #fff;
}
.read-more {
	color: #298aff;
	text-decoration: none;
	font: 400 18px/1.5em "Source Sans Pro", sans-serif;
	margin-top: 20px;
}
.read-more:hover {
	text-decoration: none;
	color: #003459;
}
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-gutter
{
   margin-right: 0;
   margin-left: 0;
   padding-left:0;
   padding-right:0;
}
.sidebar-inner{
	padding-left:30px;
}

#rounded-corner{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
.footer-logo{
	width:250px !important;
	height:80px !important;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/

.flat-information .phone:before{
	float:left;
        content: "\f095";
    font-family: FontAwesome;
	width:25px;
	text-align:center;
}
.flat-information .address:before{
	float:left;
	        content: "\f041";
    font-family: FontAwesome;
	width:25px;
	text-align:center;
}
.flat-information .email:before{
	float:left;
	        content: "\f0e0";
    font-family: FontAwesome;
	width:25px;
	text-align:center;
}
.flat-information .skype:before{
	float:left;
	        content: "\f17e";
    font-family: FontAwesome;
	width:25px;
	text-align:center;
}
.flat-information li{
	line-height:30px;
}
.footer-widget{
	padding:40px 0 0 0;
}
.footer-widget h4{
	padding:0px 0 10px 0;
}
.copyright{
	padding:15px;
	text-align:center;
}

/*--------------------------------------------------------------
# RSC Post List 
--------------------------------------------------------------*/

.rsc-post-list .post-item{
	margin-bottom:30px;
	padding:0px;
}

.rsc-post-list .post-content{
	padding:20px;
}

.rsc-post-list .post-content .entry-title{
	padding:0px 0 10px 0;
}

.rsc-post-list .post-meta{
	font-size:14px;
	padding:0px 0 0px 0;
}

.rsc-post-list .post-meta .author{
	margin-right:20px;
}

.rsc-post-list .readmore a{
	padding:5px 12px;
}
.rsc-post-list .excerpt{
	padding-top:10px;
	padding-bottom:20px;
	line-height:22px;
}

.rsc-post-list .post-img{
	padding:0;
}
.rsc-post-list .pagination{
	width:100%;
}

/*--------------------------------------------------------------
# RSC Post Grid 
--------------------------------------------------------------*/

.rsc-post-grid .grid .grid-item{
padding-left:0 !important;
padding-right:0 !important;
padding-top:0 !important;
margin:0px;
}

.rsc-post-grid .grid{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}
.rsc-post-grid .grid > [class*='col-'] {
	display: flex;
	flex-direction: column;
	padding:0 !important;
}

.rsc-post-grid .post-content{
	padding:15px 15px 25px 15px;
	margin:0px;
}

.rsc-post-grid .post-content .entry-title{
	padding:0px 0 10px 0;
}

.rsc-post-grid .post-meta{
	font-size:14px;
	padding:0px 0 10px 0;
}

.rsc-post-grid .post-meta .author{
	margin-right:20px;
}

.rsc-post-grid .readmore a{
	padding:5px 12px;
}
.rsc-post-grid .excerpt{
	padding-bottom:20px;
	line-height:22px;
}

.post-grid article{
	height:100%;
}

/*--------------------------------------------------------------
# RSC Portfolio Grid 
--------------------------------------------------------------*/
.portfolio-grid .grid .grid-item{
padding-left:0 !important;
padding-right:0 !important;
padding-top:0 !important;
}

.portfolio-grid .container-fluid{
	padding:0 !important;
margin:0 !important;
}

.portfolio{
	position: relative;
}

.portfolio .overlay{
position:absolute;
	z-index:99;
	opacity: 0;
	width:100%;
		height:100%;
	display:block;
		top:0;
		left:0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	background:rgba(0,0,0,0.5);
}

.portfolio:hover .overlay{
    opacity: 1;
}

.portfolio .overlay .portfolio-content{
	position: relative;
    top: 50%;
	transform: translateY(-50%);
	text-align:center;
}

.portfolio .links a{
	font-size:20px;
	width:50px;
	padding:10px 0;
	display: inline-block;
}

.portfolio-grid .filter-container{
	clear:both;
padding:30px 0; 
}

.portfolio-grid .isotope-pager{
	clear:both;
padding:30px 0;
}

.portfolio-grid .load-more{
	clear:both;
padding:30px 0;
}

.filters{
margin: 0px;
padding: 0px;
}

.filters li{
	display:inline-block;
	margin: 0 10px;
}

.isotope-pager a{
		display:inline-block;
	margin: 0 5px;
}

/*--------------------------------------------------------------
# RSC Team Member 
--------------------------------------------------------------*/

.team-member{
	background:#f5f5f5;
}
.team-member-info-right .team-member-img{
	float:left;
	width:50%;
}
.team-member-info-right .team-member-info{
	float:left;
	width:50%;
}
.team-member .team-member-name{
	font-size:22px;
	padding:15px 0px;
	font-weight:800;
}
.team-member .team-member-info{
	padding:10px;
}
.team-member .team-member-title{
	font-size:15px;
	padding:0px 0px;
	text-transform:uppercase;
}
.team-member .team-member-social ul{
	padding:0;
	margin:0;
}
.team-member .team-member-social ul li{
	padding:10px 7px;
	margin:0;
	list-style:none;	
	display:inline-block;
}
.team-member .team-member-social ul li:first-child{
	padding-left:0px;
}
.team-member .team-member-social ul li:last-child{
	padding-right:0px;
}
.team-member .team-member-img{
	overflow:hidden;
	text-align:center;
}
.team-member img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.team-member:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*--------------------------------------------------------------
# RSC Contact Form 
--------------------------------------------------------------*/

.rsc-cf7 .wpcf7 label{
	width:100%;
}
.rsc-cf7 .wpcf7 .row{
	margin:20px 0 !important;
}
.rsc-cf7 .wpcf7 input[type='text'], 
.rsc-cf7 .wpcf7 input[type='email'],
.rsc-cf7 .wpcf7 textarea{
	width:100%;
	font-weight:normal;
}
.rsc-cf7 .wpcf7 textarea{
	height:200px;
}

/*--------------------------------------------------------------
# RSC Image After
--------------------------------------------------------------*/

.rsc-image-ba {
box-sizing:border-box;
cursor:pointer;
line-height:0;
overflow:hidden;
position:relative;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
margin:0;
padding:0;
}

.rsc-image-ba img,.rsc-image-ba picture>img {
max-width:none !important;
}

.rsc-image-ba>img,.rsc-image-ba>picture>img {
display:block;
width:100%;
}

.rsc-image-ba>div:first-child,picture .rsc-image-ba>div {
min-height:100% !important;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:50%;

}

.rsc-image-ba-drag {
background:#fff;
bottom:0;
cursor:ew-resize;
left:50%;
margin-left:-1px;
position:absolute;
top:0;
width:2px;
}

.rsc-image-ba-drag::before {
border:3px solid #fff;
content:'';
height:30px;
left:50%;
margin-left:-7px;
margin-top:-18px;
position:absolute;
top:50%;
width:14px;
}

.rsc-image-ba *,.rsc-image-ba ::after,.rsc-image-ba ::before {
box-sizing:inherit;
}

/*--------------------------------------------------------------
# RSC Call to Action 
--------------------------------------------------------------*/

.morphext > .animated {
    display: inline-block;
}

.rsc-txt-list{
	padding-left:10px;
	padding-right:10px;
}

/*--------------------------------------------------------------
# RSC Call to Action 
--------------------------------------------------------------*/

.call-action .rightcol{
	padding-top:20px;
}

/*--------------------------------------------------------------
# Grid Effect
--------------------------------------------------------------*/

/* Common style */
.grid-item figure {
	overflow: hidden;
		background: #000000;

/*	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 120%;
	max-height: 100%;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	*/
}

.grid-item figure img {
	position: relative;
	display: block;
	height: 115% !important;
	width: 115% !important;
	opacity: 0.8;
}

.grid-item figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-item figure figcaption::before,
.grid-item figure figcaption::after {
	pointer-events: none;
}

.grid-item figure figcaption,
.grid-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid-item figure h2 span {
	font-weight: 800;
}

.grid-item figure h2,
.grid-item figure p {
	margin: 0;
}

.grid-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 60%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color:#ffffff;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}



/*--------------------------------------------------------------
# Responsive Code 
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {

	header .row, footer .row, .topbar .row, .copyright .row, .site-content .row{
		width:100% !important;
		margin:0 auto;
	}
	.topinfo,.topshare{
		text-align:center;
	}
	.logo{
		display:none;
	}
	.mobile-logo {
		position: absolute;
		width: 90%;
		text-align: left;
		float: none;
		margin-left:10px;
	}
	.nav{
		padding:0 !important;
		margin:0 !important;
	}
	.site-content{
		padding:0 15px;
	}
	.mobile-logo{
		display:block;
	}
	.mobile-logo a{
		display:block;
		z-index:999;
		position:absolute;
		width:100%;
	}
	nav {
		width: 100%;
	}
	#primary-menu {
		width: 100%;
	}
	#primary-menu ul {
		width: 100%;
		display: none;
		text-align:left;
	}
	#primary-menu ul li {
		width: 100%;
		margin:0;
		padding:0;
	}
	#primary-menu ul li a{
		width: 100%;
		border-bottom: 0;
		line-height:40px !important;
		padding-left:15px;
	}
	#primary-menu ul ul li a {
		width: 100%;
		border-bottom: 0;
		line-height:40px !important;
	}
	#primary-menu > ul > li {
		float: none
	}
	#primary-menu ul ul li a {
		padding:0 0 0 30px;
	}
	#primary-menu ul ul li {
		padding:0;
		margin:0;
	}
	#primary-menu ul ul ul li a {
		padding-left:45px;
	}
	#primary-menu ul ul,
	#primary-menu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		border:none;
	}
	#primary-menu > ul > li.has-sub > a:after,
	#primary-menu > ul > li.has-sub > a:before,
	#primary-menu ul ul > li.has-sub > a:after,
	#primary-menu ul ul > li.has-sub > a:before {
		display: none
	}
	.mobile-button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		content: "\f00d";
		font-family: FontAwesome;
	}
	#primary-menu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #dddddd;
		height: 40px;
		width: 46px;
		cursor: pointer
	}
	#primary-menu .submenu-button.submenu-opened {
		background: #cccccc;
	}
	#primary-menu ul ul .submenu-button {
		height: 40px;
		width: 46px;
	}
	#primary-menu .submenu-button:after {
		position: absolute;
		display: block;
		content: "\f107";
		font-family: FontAwesome;
		top:5px;
		left:15px;
		font-size:22px !important;
	}
	#primary-menu ul ul .submenu-button:after {
		top: 0px;
		right: 13px
	}
	#primary-menu .submenu-button.submenu-opened:after {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}
	#primary-menu .submenu-button.submenu-opened:before {
		display: none
	}
	#primary-menu ul ul ul li.active a {
		border-left: none
	}
	#primary-menu > ul > li.has-sub > ul > li.active > a,
	#primary-menu > ul ul > li.has-sub > ul > li.active > a {
		border-top: none
	}
	
	#header3 .navbg, #header4 .navbg{
	display:block;
}

#header3 .header-right,#header3 .header-left, #header4 .header-right,#header4 .header-left{
	display:none;
}

	.sidebar{
		margin-top:80px;
		margin-bottom:30px;
	}
	.sidebar-inner{
		padding-left:0px;
	}
	.footer-widget{
		padding-bottom:40px;
	}
	#rounded-corner{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow:hidden;
	}
}