/*
Theme Name: Turbo
Theme URI: http://shapeux.com/wp/theme/turbo/
Author: ShapeUX
Author URI: http://shapeux.com
Description: App Landing WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: post-formats, sticky-post, translation-ready
Text Domain: turbo

*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - General Styles
 *	1.1 - Captions
 *	1.2 - Galleries
 *	1.3 - Alignments
 * 2.0 - footer navbar
 * 3.0 - Sidebar Widget
 * 4.0 - page-links
 * 5.0 - blog
 * 6.0 - wp admin bar
================================================================== */

/*==========================================================
		1.0 - General Styles
==========================================================*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}
dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

/*==========================================================
		1.1 - Captions
==========================================================*/
figure {
	margin: 0;
}
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100% !important;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}



/*==========================================================
		1.2 - Galleries
==========================================================*/
.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 14px !important;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*==========================================================
		1.3 - Alignments
==========================================================*/
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/*==========================================================
		2.0 - footer navbar
==========================================================*/
footer ul.footer-menu li {
	display: block;
	margin-right: 0;
}
ul.footer-menu.navbar-nav > li > a	{
	margin-top: 0;
	font-size: 14px;
}
ul.footer-menu.navbar-nav li.menu-item-has-children ul.sub-menu {
	width: 150px;
	top: auto;
	bottom: 100%;
}
ul.footer-menu.navbar-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: -30px;
}
ul.footer-menu.navbar-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu ul.sub-menu {
	left: -5px !important;
}
footer .copyright {
	margin-top: 10px;
}


/*==========================================================
		3.0 - Sidebar Widget
==========================================================*/
.widget .screen-reader-text {
	display: none;
}
/*************** widget_archive  ***************/
.widget_archive li {
  position: relative;
  margin-bottom: 20px;
}
.widget_archive li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_archive li a:hover {
  color: #2196f3;
}

.widget_archive li span {
  margin-left: 5px;
}
.widget_archive select {
	width: 100%;
}


/*************** widget_pages  ***************/
.widget_pages li {
  position: relative;
  margin-bottom: 20px;
}
.widget_pages li ul.children {
	margin-top: 25px;
	margin-left: 20px;
}
.widget_pages li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_pages li a:hover {
  color: #2196f3;
}

/*************** widget_meta  ***************/
.widget_meta li {
  position: relative;
  margin-bottom: 20px;
}
.widget_meta li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_meta li a:hover {
  color: #2196f3;
}

/*************** widget_recent_comments  ***************/
.widget_recent_comments li {
  position: relative;
  margin-bottom: 20px;
}
.widget_recent_comments li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  word-break: break-all;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_recent_comments li a:hover {
  color: #2196f3;
}

/*************** widget_rss  ***************/
.widget_rss li {
  position: relative;
  margin-bottom: 25px;
}
.widget_rss li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  word-break: break-all;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.widget_rss li .rss-date {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.widget_rss li .rssSummary {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	margin-bottom: 5px;
}
.widget_rss li cite {
	font-size: 14px;
}

.widget_rss li a:hover {
  color: #2196f3;
}

/*************** widget_text  ***************/
.widget_text .textwidget p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #262626;
}
.widget_text .textwidget select {
	width: 100%;
}

/*************** widget_nav_menu  ***************/
.widget_nav_menu li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget_nav_menu li ul.children {
	margin-top: 25px;
	margin-left: 20px;
}
.widget_nav_menu li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_nav_menu li a:hover {
  color: #2196f3;
}


.widget_calendar table {
	width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
	padding: 5px;
}

/*==========================================================
		4.0 - page-links
==========================================================*/
.page-links a,
.page-links span.page-number,
.nav-links a,
.nav-links span {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	color: #444444;
	background: #f8f8f8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;

}
.page-links a:hover span.page-number,
.page-links > span.page-number,
.nav-links span,
.nav-links a:hover,
.nav-links span:hover {
	background: #2196f3;
	color: #ffffff;
}

.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;

}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}
.navigation.post-navigation:after {
	content: '';
	display: block;
	clear: both;
}
.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
	display: inline;
}
.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
	font-size: 14px;
	line-height: 22px;
	padding: 5px;
	width: 50px !important;
	height: 30px !important;
}
.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover {
	text-decoration: none;
}
.navigation.post-navigation .nav-links .nav-next {
	float: right;
}


/* comment navigation */
.navigation.comment-navigation {
	margin-bottom: 50px;
}
.navigation.comment-navigation:after {
	content: '';
	display: block;
	clear: both;
}
.navigation.comment-navigation .nav-links .nav-previous , 
.navigation.comment-navigation .nav-links .nav-next {
	display: inline-block;
}
.navigation.comment-navigation .nav-links .nav-next {
	float: right;
}
.navigation.comment-navigation .nav-links .nav-previous a, 
.navigation.comment-navigation .nav-links .nav-next a {
	width: auto;
	height: auto;
	padding: 7px 15px;
}  


.comment-respond .comment-reply-title {
	margin-bottom: 50px;
}
.comment-respond .btn.btn-default-arrow.btn-blue {
	font-size: 16px;
}
.comment-respond .comment-reply-title {
	color: #262626;
	font-weight: 500;
}

/*==========================================================
		5.0 - blog
==========================================================*/
.blog-list .container .wp-caption-text {
	font-size: 13px !important;
}
.blog-list .container > ul,
.blog-list .container > ul ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.blog-list .container > h1,
.blog-list .container > h2,
.blog-list .container > h3,
.blog-list .container > h4,
.blog-list .container > h5,
.blog-list .container > h6 {
	margin-bottom: 10px;
}
.blog-list .container > ul ul,
.blog-list .container > ul ol {
	margin-left: 30px;
}
.blog-list .container > ol {
	padding-left: 20px;
}
.blog-list .container > ol ol,
.blog-list .container > ol ul {
	margin-left: 30px;
}
.blog-list .container > ol li,
.blog-list .container > ul li {
	margin-bottom: 10px;
}
.blog-list .container > ol li ol,
.blog-list .container > ul li ul,
.blog-list .container > ol li ul,
.blog-list .container > ul li ol {
	margin-top: 10px;
}
.blog-list .container .not-found-post {
	margin-bottom: 15px;
}
.blog .page-content input[type=search],
.blog input[type=search] {
    outline: none;
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
}
.blog .page-content button.search-submit,
.blog button.search-submit {
    font-size: 14px;
    padding: 9px 20px;
    border: 0;
    background: #2196f3;
    color: #ffffff;
    outline: none;
}
.widget:last-child {
    border-bottom: 0;
}
.widget_categories li:before {
    top: -3px;
}
.gallery {
  margin: 0;
}
.dark .price-table .ind-price-list {
		background: #161616;
}
.dark .price-table .price-plan, 
.dark .price-table .price-amount span {
    color: rgba(255, 255, 255, 0.8);
}
.dark .price-table .price-body ul li {
    color: rgba(255, 255, 255, 0.8);
}
.dark .price-table .ind-price-list:hover .price-plan, 
.dark .price-table .ind-price-list:hover .price-amount span {
    color: white;
}
.dark .price-table .price-header {
    background: rgba(33, 150, 243, 0.3);
}
.turbo-accordion .panel > .panel-heading .panel-icon {
  	border-color: #2196f3;
}
.error404 {
	text-align: center;
}
/*==========================================================
		6.0 - wp admin bar
==========================================================*/
.admin-bar .navbar.navbar-fixed-top {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	.mobile {
		position: fixed !important;
	}
	.admin-bar .navbar.navbar-fixed-top {
		top: 46px !important;
	}
}
@media screen and (max-width: 991px){
	.section-header-left {
    text-align: left;
    margin-bottom: 40px;
	}
  .res-margin-b50 {
  	margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px)
  .fun-factor-single {
      text-align: center;
  }
}