 /*
 Theme Name: blueleap
 Theme URI: http://themeforest.net/user/0effortthemes/portfolio
 Author: 0effortthemes Team
 Author URI: http://0effortthemes.com/
 Description: Our theme is clean, blog-focused, and designed for clarity.
 Version: 1.0.7
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain: primestudio

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */

 /* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/* body */
  /* 01 - Wordpres core -> Defines all core styling */
  /* 02 - Text styling for screen readers */
  /* 03 - Galleries -> Defins styling for gallery section */
  /* 04 - Loader -> spinner/loader styling  */
  /* 05 - Search Loader -> spinner/loader styling when search event fired  */
  /* 06 - Scroll to Top -> Scroll to top button styling  */
  /* 07 - Responsive audio & video -> audio & video format responsive styling  */
  /* 08 - Panel setting -> panel setting styling  */
  /* 09 - Edit button -> wordpress edit button styling  */
  

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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; 
}
.sticky {
	display: block;
}


/*--------------------------------------------------------------
## 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;
}

.entry-content table
{
	width:100%;
}
.post .entry-title
{
	-ms-word-wrap: break-word;
word-wrap: break-word;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/******** LOADER CSS **/

.loader-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 100000; }

.loader-backdrop, .loader-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader-backdrop {
  z-index: 1; }

.loader-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  z-index: 2; }
  .loader-image img {
    max-width: 100%;
    max-height: 100%; }

body.loading {
  overflow: hidden; }

/******  SERACH OPTIONS ***/
.search-loader-wrapper
{
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 100000;
	display: none;
	top:0;
}
.search-loader-backdrop, 
.search-loader-image
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-loader-backdrop
{
  background: #ffffff;
  z-index: 1;
}

.search-loader-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  z-index: 2;
}
.search-loader-image img
{
  max-width: 100%;
  max-height: 100%;
}

.search-loader-wrapper .search-field
{
	background:transparent;
	border:none ;
	border-bottom:2px solid #000000;
	font-size: 30px;
	text-align: center;
	color: #000;
}
.search-field:focus{
    outline: none;
}
/*************************/
.sidebar-position-left
{
	float: right !important;
}
.col-no-1 {
		clear:both;
}
ul.page-numbers li {
  display: inline-block;
}
.post iframe
{
	width:100%;
}

.primestudio-gallery-image-item
{
	width:100%;
	float: left;
	text-align: center;
}


/******  POST SINGLE PAGE STYLING ********/
.primestudio-share-options  /* SHARE SECTION */
{
	padding: 10px;
}
.primestudio-share-options .share_it
{
	display: inline-block;
}
.author-wrapper{
	margin-top: 20px;
}
.author-box
{
	padding: 15px;
	border:1px solid #cccccc;
	float: left;
	width: 100%;
}
.custome-nav.row {
  border: 1px solid #cccccc;
  margin-top: 10px;
  padding: 10px;
}
.quote-icon
{
	display: inline-block;
}
.primestudio-quote-overlay blockquote
{
	display: inline-block;
}


/**/
/*** CART FROM SIDE ***/
.toggle-shop{
    background-color: #4fc912;
    color: #ffffff;
    border-color: #4bbf11;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
}
/*****  SCROLL TO TOP : background and color overrided in functions.php ****/
.scrollToTop{
  display: none;
  position: fixed;
  width: 38px;
  height: 37px;
  font-size: 22px;
  bottom: 42px;
  right: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  will-change: top;
  background-color: rgba(255,0,0,0.5);
}

.scrollToTop.show {
  display: block;
}

/****** FOR VIDEO FORMAT in LISTING PAGE ***/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/****** FOR AUDIO FORMAT in LISTING PAGE ***/
.responsive-audio {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}
.responsive-audio iframe,
.responsive-audio object,
.responsive-audio embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/******  Themeforest Issues for Table ******/
.entry-content table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
.entry-content td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
.no-post-data
{
	clear: both;
	text-align: center;
}






/***** FOR PAGINATION STARTS *****/

.load-more
{
	display: inline-block;
}
.load-more-spinner
{
	display: none;
}
.pagination-style-1 .next, 
.pagination-style-1 .prev
{
	background-color: transparent;
}
.pagination-style-1 .next:hover, 
.pagination-style-1 .prev:hover
{
	background-color: transparent;
}


/**  blog Pagination for style 5  */
.pagination-style-5.pagination-block {
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .pagination-style-5.pagination-block {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .pagination-style-5.pagination-block {
    padding: 60px 0;
  }
}
.pagination-info {
  font-size: 15px;
}
.pagination-info  i {
  margin-left: 5px;
}
.pagination-style-5.pagination-block ul.page-numbers{
  display: inline-block;
  text-align: center;
  padding: 0 0 0 30px;
}
.pagination-style-5 .page-numbers li {
  display: inline-block;
}
.pagination-style-5 .page-numbers li  a, 
.pagination-style-5 .page-numbers li span {
  display:block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99px;
  float: left;
}

.pagination-style-5 .page-numbers li span.dots  {
  text-indent: inherit;
  overflow: visible;
  width: auto;
  height: auto;
  background: none;
  line-height: 20px;
  }
/***** FOR PAGINATION ENDS *****/


/****** SETTINGS PANEL STARTS ********/

.demo-panel {
	position: fixed;
	z-index: 50;
	right: 0;
	width: 305px;
	top: 0; }
	.demo-panel .hide-scroll-bar-content {
		height: 100%; }
	.demo-panel.add-demos {
		height: 100%; }
		.demo-panel.add-demos .hide-scroll-bar-content {
			position: relative; }
		.demo-panel.add-demos .primestudio-settings-click {
			right: 250px; }
		.demo-panel.add-demos .demo-fixed-wrapper {
			right: 0; }
	.demo-panel .demo-content {
		margin-bottom: 50px; }
	.demo-panel .primestudio-settings-click {
		position: absolute;
		right: 0;
		top: 25vh;
		background: #293139;
		color: #fff;
		z-index: 999;
		padding: 12px 0;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: right 0.4s ease-in-out;
		-o-transition: right 0.4s ease-in-out;
		transition: right 0.4s ease-in-out; }
		.demo-panel .primestudio-settings-click i {
			font-size: 30px;
			position: relative;
			margin: 0 10px 10px;
			display: inline-block; }
		.demo-panel .primestudio-settings-click span {
			display: block; }
	.demo-panel .demo-fixed-wrapper {
		position: absolute;
		width: 250px;
		right: -250px;
		overflow-y: auto;
		background: #232c35;
		height: 100vh;
		padding: 50px 15px;
		-webkit-transition: right 0.4s ease-in-out;
		-o-transition: right 0.4s ease-in-out;
		transition: right 0.4s ease-in-out; }
		.demo-panel .demo-fixed-wrapper h4, 
		.demo-panel .demo-fixed-wrapper h6 {
			font: 22px "Roboto", sans-serif;
			font-weight: 400;
			color: #fff;
			line-height: 1.2; }
		.demo-panel .demo-fixed-wrapper h6 {
			font-size: 16px; }
		.demo-panel .demo-fixed-wrapper h6, 
		.demo-panel .demo-fixed-wrapper p {
			color: rgba(255, 255, 255, 0.6); }
		.demo-panel .demo-fixed-wrapper p {
			margin-top: 50px; }
	.demo-panel ul {
		padding: 0;
		margin: 0; }
	.demo-panel li {
		width: 100%;
		float: left;
		position: relative;
		padding: 10px 5px;
		overflow: hidden; }
		.demo-panel li a {
			display: block;
			position: relative; }
	.demo-panel .demo-mask {
		position: absolute;
		bottom: 0;
		background: #6c7eed;
		font: 14px "Roboto", sans-serif;
		color: rgba(255, 255, 255, 0.6);
		padding: 10px 15px;
		width: 100%;
		display: block;
		text-align: center;
		text-transform: uppercase; }

/*   ------------ demos menu media screen -------------*/
@media screen and (min-width: 768px) {
	.demo-panel .demo-fixed-wrapper {
		width: 320px;
		right: -320px; }
	.demo-panel.add-demos .primestudio-settings-click {
		right: 320px; } }

@media screen and (min-width: 992px) {
	.demo-panel .demo-mask {
		bottom: -50px;
		-webkit-transition: bottom 0.4s ease-in-out;
		-o-transition: bottom 0.4s ease-in-out;
		transition: bottom 0.4s ease-in-out; }
	.demo-panel .demo-list:hover .demo-mask {
		bottom: 0px; } }

/****** SETTINGS PANEL ENDS ********/
iframe{
    border-width: 0px;
}

/* =================== */
.page.admin-bar .entry-footer {
text-align: center;
margin-top: 50px; }
.page.admin-bar .entry-footer a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #39599f;
  padding: 10px 30px;
  display: inline-block;
   }
  .page.admin-bar .entry-footer a.post-edit-link {
    border-right: 1px solid #fff; }

.page.admin-bar .entry-footer{
  text-align: center;
  margin: 50px 0px;
}
 .page.admin-bar .entry-footer a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #325595;
    padding: 10px 30px;
}
    .page.admin-bar .entry-footer a.post-edit-link{
      border-right: 1px solid #fff;
    }
/* ==================== */
.ult-carousel-wrapper .slick-slider .slick-arrow:before {
  content: '';
}

.banner-button a {
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
}

.footer-desc p {
    font-size: 14px;
    margin-bottom: 0;
    color: #abbfd7;
}

/*.site-footer {
    background: #f2f7fe;
}
*/
.top-footer {
    border: 2px dashed #0a8bfa;
}


@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham book';
  src: url('fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Thin-Italic.otf') format('opentype'), url('fonts/Averta-Extrathin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Thin.otf') format('opentype'), url('fonts/Averta-Extrathin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Averta extra';
  src: url('fonts/Averta-Extra-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Averta extra';
  src: url('fonts/Averta-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Averta';
  src: url('fonts/Averta-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
.ze-title,.ze-vc-custom-subtitle-container p,.print-world-info-title p {
    font-family: Averta, sans-serif!important;
}

.print-world-info-title p {
    line-height: 60px;
}

.ze-vc-custom-subtitle-container div p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
}
.better-blueleaf img {
    height: 190px!important;
}

p.price
{
	display:none;
}
.product_meta
{
	display:none;
}
/*Block For TestiMonials Section*/
.div-block-12.testimonial {    margin-bottom: 0px;    padding-right: 50px;    padding-bottom: 50px;    padding-left: 50px;    border-style: none;    border-radius: 24px;    background-color: transparent;}.div-block-12 {    margin-bottom: 60px;    padding: 50px 0px 20px;        padding-right: 0px;        padding-bottom: 20px;        padding-left: 0px;    border-style: dashed;    border-width: 2px;    border-color: #008cff;    background-color: #fff;    text-align: center;}* {    scrollbar-width: none !important;}.heading-3.testimonial {    margin-top: 0px;    font-style: italic;    font-weight: 300;}.heading-3 {    display: block;    margin-top: 40px;    padding-top: 0px;    -webkit-align-self: flex-end;    -ms-flex-item-align: end;    align-self: flex-end;    font-family: Averta, sans-serif;    color: #008cff;    line-height: 1.45;    font-weight: 300;}.paragraph.v3 {    font-size: 16px;    line-height: 1.45;}.paragraph {    margin-right: auto;    margin-bottom: 0px;    margin-left: auto;    padding: 0px;    opacity: 1;    font-family: Averta, sans-serif;    color: #24527e;    font-weight: 300;}
