/* ----------------------------------------------------------------------------
Theme Name: Mani
Version: 2.1.0
Theme URI: http://www.ilgelo.com
Author: Ilgelo
Author URI: http://www.ilgelo.com/
Description: Mani WordPress Blog Theme
Text Domain: ilgelo
-------------------------------------------------------------------------------  */


/* ----------------------------------------------------

1- Globally Styles
2- Typography
3- Float & clear & cover
4- Position
5- Margins - Padding - Special Classes
6- WP - basic style
7- Opacity 
8- Shadow 
9- Base Media Q

-- Theme Mani Style --

10- Base Theme Màni   
    10.1- Divider
    10.2- Hover Images 
    10.3- Custom Grid Sistem
    10.4- Container 
    10.5- Header bg responsive 
    10.6- Section Style - Parallax
    10.7- Parallax With js

11- Header  
	11.1- Logo and Title  
	11.2- Style Navigation Menu  - Top - Under Logo - Mini Menu
		 11.2.1- Container Navigation Menu under Logo + Layout
		 11.2.2- Mini Navigation (on scroll page) 
	11.3- Header Navigation Mobile
	11.4- Style Menu Mobile	
	11.6- Media Query Menu Responsive	
	11.5- Social Icon Navigation

12- Footer  
	12.1-  Social Share - footer
	12.2-  Instagram - Footer

13- Buttons

14- Visual Composer Shortcode
	14.1- VC Images class responsive
	14.2- Progres Bar
	14.3- VC Sidebar
	14.4- VC Social Icon
	14.5- Team VC Shortcode
	14.6- VC Shortcode Dropcaps 
	14.7- VC Reset Style 
	14.8-  VC TAB Style
	
15- SIDEBAR - Widget Style
	15.2-  Widget Select Sidebar archive/cat/menu 
	15.3-  Widget Select Sidebar search 
	15.4-  Widget Calendar 
	15.5-  Widget Tag Cloud
	15.6-  Widget Twitter  
	15.7-  Widget ADV Full   
	15.8-  Mail Chimp Widget Style 
	15.8-  Recent Posts Widget 
	15.9- Big Recent Posts Widget
	15.10- Widget About Me  
	15.11- Widget Social  
	 
16- Button To Top

17- Comment Style

18- Contact Form 7 (Plugin Style)

19- BIG Search 	
	19.1- Style Search -> Tag - Category - Date
	19.2- Search Icon in Navigation + Animation
	19.3- Container Popup Search
	19.4- Container Popup Menu (Responsive) 
	
20- Big About the Author

21- Slider Carusel Post

22- Blog Template  
	22.1- Parallax blog Template
	22.2- Infinite Post Template
	22.3- Template List blog
	22.4- Template List blog ( sidebar)
	22.5- Grid blog template
	22.6- Template Page - Right Sideber - Left Sidebar
	22.7- Template Category - Right Sideber - Left Sidebar

23- Post format - Link And Quote
	23.1- Link and Quote Style

24- Post Layout 
	24.1- Post Divider
	24.2- Container Post layout
	24.3-  Meta Post Classic blog
	24.4-  Meta Post Grid - List
	24.5-  Post Icon Social Share
	24.6-  GR Social Share 
	24.7-  About Author 
	24.8-  Related Post (Style 1 - Style 2)
	24.9- Post Twitter Status 
	
25- Slide Carusel Post 
	25.1- Gallery Slide - Template Infinite Post
	25.2- Gallery Post

26- Post Pagination / Navigation 
	26.1- Pagination Post
	26.2- Navigation Post
	
27- Animation Hover Image  

------------------------------------------------------*/




/*-------------------------------------------------------------------------*/
/* 1-   Globally Styles
/*-------------------------------------------------------------------------*/


html, hmtl a {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;
}

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

a img {
	border: none;
}

strong {
	font-weight: 600;
}

p {
	margin: 0.85em 0;
}

ul, ol {
	/* margin: 0 0 0px 30px;*/
	margin: 0;
	padding: 0;
}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

li {
	line-height: 30px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dadada;
}
title {
	display: block !important;
}

/*-------------------------------------------------------------------------*/
/* 2-   Typography
/*-------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	text-rendering: optimizeLegibility;
}

.italic {
	font-style: italic;	
}

.uppercase {
	text-transform: uppercase;
}


/*-------------------------------------------------------------------------*/
/* 3-  Float & clear & cover
/*-------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.hidden {
	display: none;
}

.overf {
	position: relative;
	overflow: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.textalignleft {
	text-align: left;
}

.textaligncenter {
	text-align: center;
}

.textalignright {
	text-align: right;
}

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

img.alignright {
	display: block;
	margin: 20px 0 20px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto !important;
}

img.alignnone {
	display: block;
	margin: 20px 0;
}

.img_full_responsive {
	width: 100%;
	height: auto;
}

.size-cover {
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     }


/*-------------------------------------------------------------------------*/
/* 4-  Position absolute/relative/fixed
/*-------------------------------------------------------------------------*/

.position-ab {
	position: absolute;
}
.position-re {
	position: relative;
}
.position-fi {
	position: fixed;
}



/*-------------------------------------------------------------------------*/
/* 5-   Margins - Padding - Special Classes
/*-------------------------------------------------------------------------*/

.no_padding {
	padding: 0;
}
.xxsmall_padding {
	padding: 10px 0 10px !important;
}

.xsmall_padding {
	padding: 20px 0 20px !important;
}
.small_padding {
	padding: 40px 0 40px !important;
}

.medium_padding {
	padding: 70px 0 70px !important;
}
.large_padding {
	padding: 100px 0 100px !important;
}
.big_padding {
	padding: 250px 0 250px !important;
}

.margin-0 {
	margin-bottom: 0 !important;
}

.margin-10 {
	margin-bottom: 10px !important;
}

.margin-15 {
	margin-bottom: 15px !important;
}

.margin-20 {
	margin-bottom: 20px !important;
}

.margin-30 {
	margin-bottom: 30px !important;
}

.margin-40 {
	margin-bottom: 40px !important;
}

.margin-50 {
	margin-bottom: 50px !important;
}

.margin-60 {
	margin-bottom: 60px !important;
}

.margin-70 {
	margin-bottom: 70px !important;
}

.margin-80 {
	margin-bottom: 80px !important;
}

.margin-90 {
	margin-bottom: 90px !important;
}

.margin-100 {
	margin-bottom: 100px !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/* Margin Top */

.margin-0top {
	margin-top: 0 !important;
}

.margin-10top {
	margin-top: 10px !important;
}

.margin-15top {
	margin-top: 15px !important;
}

.margin-20top {
	margin-top: 20px !important;
}
.margin-25top {
	margin-top: 25px !important;
}
.margin-30top {
	margin-top: 30px !important;
}

.margin-40top {
	margin-top: 40px !important;
}
.margin-50top {
	margin-top: 50px !important;
}


/*-------------------------------------------------------------------------*/
/* 6-   WP - basic style
/*-------------------------------------------------------------------------*/


.wp-caption {
	margin: 10px 20px 20px 20px;
	max-width: 100%;
	text-align: center;
	font-style: italic;
}

.wp-caption.aligncenter {
	margin: 20px auto;
}

.wp-caption.alignleft {
	margin-left: 0;
}

.wp-caption.alignright {
	margin-right: 0;
}

.wp-caption.alignnone {
	margin-left: 0;
	
}

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

@media  (max-width: 1200px) {
.wp-caption img,
.wp-caption img a,
.post a img,
.post img {
	width: 100%;
	height: auto;
  }

}



.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 13px;
	width: 13px;
}

.size_cover {
	background-attachment: scroll;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}

.bypostauthor {
    display: block;
}


/* gallery-caption css */

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/* BLOCKQUOTE & HIGHLIGHTS */

.highlight-text {
	padding: 0 4px;
	background-color: #97A588; /* Dynamic */
	color: #fff;
	}
blockquote {
	font-style: italic;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #97A588; /* Dynamic */
	margin: 25px 0px;
	padding: 0px 0px 0px 15px;
	}
blockquote p {
	margin: 0px;
	}
blockquote span {
	color: #8c8c8c;
	font-size: 20px;
	}
	



/*-------------------------------------------------------------------------*/
/* 7-   Opacity 
/*-------------------------------------------------------------------------*/



.opacity-50 {
	opacity: 0.5;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;	
}

.opacity-30 {
	opacity: 0.3;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;	
}

.opacity-20 {
	opacity: 0.2;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;	
}


/*-------------------------------------------------------------------------*/
/* 8-   Shadow 
/*-------------------------------------------------------------------------*/

.shadow-on {
	-webkit-box-shadow: 
	   inset 0px 1px 3px rgba(0, 0, 0, 0.12),
	   inset 0px -1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12),
	   inset 0px -1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12),
	   inset 0px -1px 3px rgba(0, 0, 0, 0.12);
}



/*-------------------------------------------------------------------------*/
/* 9-   Base Media Q   
/*-------------------------------------------------------------------------*/

@media  (max-width: 480px) {
.hide-mobile {
	display: none;
	}
}














/* ==================================================
	
   Màni Style
   
===================================================== */


/*-------------------------------------------------------------------------*/
/* 10- Base Theme Màni   
/*-------------------------------------------------------------------------*/




/* 10.1- Divider                              
================================================== */


.ig_divider {
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	margin: 20px 0px 40px 0px;
}

/* 10.2- Hover Images                               
================================================== */

a.ig_bg_images {
	background-color: #333333;
	width: 100%;
	height: 100%;
	display: inline-block;
}

a.ig_bg_images img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

a.ig_bg_images:hover img {
	opacity: 0.5;
}


/* 10.3- Custom Grid Sistem                              
================================================== */

.container{
	position: relative;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


@media (min-width: 768px) {
   .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 70% !important; /* era 75% */
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 30% !important; /* era 25% */
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
    
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-3-tow-sidebar {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 70%; /* era 75% */
  }
 
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  
  .column .col-md-3 {
    width: 25%; /* For footer sidebar% */
  }
  
  .col-md-3 {
    width: 30%; /* bootstrap default 25% */
  }
   .col-md-3-tow-sidebar {
    width: 25%; /* bootstrap default 25% */
  }

  
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
   .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

/* 10.4- Container                                 
================================================== */


.container-fluid.full-screen {
	position: relative;
	text-align: center;
	top: 50%;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.container, .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.against_row {
	margin-right: 0px !important;
	margin-left: 0px !important; 
}

.margin-head-page {
	/*margin-bottom: 40px;*/
}

.container_up {
	margin-top: 40px !important;
	}


@media  (max-width: 480px) {
.margin-head-page {
	margin-bottom: 15px;
     }
}

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

.container {
	padding:0;
	margin:0;
	}
.row {
	margin-right: 0px !important;
	margin-left: 0px !important; 
	}	
	
}

/* 10.5- Header bg responsive                                 
================================================== */

.bg_imgheader_resp {
	width: 100%;
	height: 300px;
	background-attachment: scroll;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	display: none;
    }
@media (max-width: 480px) {
.bg_imgheader_resp {
	display: block;
    }
}



/* 10.6- Section Style - Parallax + Mask                      
================================================== */

.main_section {
	position: relative;
	z-index: 1;
}

.cover_section {
	background-attachment: scroll;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax_sections {
	background-attachment: fixed;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
  
.section_mask{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index: 1;
}

.opacity_fade {
	position: absolute;
	width: 100%;
	top: 15%;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 800;
}

/* Cover Size Mobile  */

@media (max-width: 1200px) {

.parallax_sections{
	background-attachment:scroll !important;	
	}
}


/*  10.7- Parallax With js                     
================================================== */

.parallax-window {
    min-height: 400px;
    background: transparent;
    overflow: hidden;
    position: relative;
        margin-top: -5px;
}

.parallax-postimg {
    min-height: 300px;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.parallax_post_padding {
	padding: 110px 0 110px !important;
	position: relative;
	z-index: 2;
}


@media (max-width: 1200px) {

.parallax-window {
    z-index: 0;
    }
    
.parallax-postimg {
    z-index: 0;
    }
}




/*-------------------------------------------------------------------------*/
/* 11- Header   
/*-------------------------------------------------------------------------*/


header.header {
	padding: 0px 0px;
	width: 100%;
	z-index: 7;
	position: absolute;
}

@media (max-width: 1200px) {
	header.header {
		z-index: 9999;
	}
}


/*  11.1- Logo and Title                  
================================================== */

.bg-logo-container{
	position: relative;
	z-index: 2;
	}

@media (max-width: 480px) {
.bg-logo-container a img {
	width: 100%;
	height: auto;
	padding: 0px 20px;
	}
}

.title_without_logo {
	font-size: 60px;
	line-height: 64px;
	margin-bottom: 10px;
}

.sub_title_without_logo {
	font-size: 18px;
	margin-bottom: 5px;
}

.semple_header_logotext {
	z-index: -1;
	position: relative;
}



/*  11.2- Style Navigation Menu  - Top - Under Logo - Mini Menu
================================================================ */


.top-menu {
	z-index: 3;
	padding: 3px 40px 2px 0px;
	position: relative;
}

nav.top-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu > li {
	display: inline-block;
	margin-right: 20px;
	padding: 1px 0;
}
	
.main-menu li {
	position: relative;
	list-style: none;
	text-transform: uppercase;
}

.main-menu > li > a {
	line-height: 14px;
	padding: 0px 10px 23px 0px;
	text-decoration:none;
}
	
.main-menu > li > a:hover {
	color:#5296b4;
}
	
.main-menu > li.menu-item-has-children:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 11px;
	padding-right: 0;
	position: absolute;
	top: 8.5px;
	right: 0;
	line-height: 16px;
	color: #8C8C8C;
}


/* === Sub Menu === */

ul.sub-menu { /* level 2 */
	opacity: 1; 
	display: none;
	left: 0px;
	top: 30px;
	padding-top: 10px;
	position: absolute;
	width: 215px;
	z-index: 9999;
	margin: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	border: none !important;
}

ul.sub-menu ul.sub-menu { /* level 3+ */
	padding-top: 0;
	left: 215px;
	top: 1px;
}

ul.sub-menu > li > a {
	/* border-top: 1px solid #DFDFDF !important; */
	/* color: #e1e1e1;  Dynamic */
	
	display: block;
	text-align: left;
	
	line-height: 15px;
	padding: 12px 20px;
	text-transform: uppercase;
	
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

ul.sub-menu > li > a:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #5296b4; /* Dynamic */
}

ul.sub-menu > li:first-child {
	/* background-color: #e1e1e1;  Dynamic */
	margin-top: -1px;
	border-top: none !important; 
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: none !important; 
}



ul.sub-menu > li.menu-item-has-children:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 13px;
	padding-right: 0;
	position: absolute;
	top: 13px;
	right: 12px;
	line-height: 16px;
	color: #585858;
}

.main-menu li:hover > ul.sub-menu {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	opacity: 1; 
	display: block;
	color: #e1e1e1;
	border-top: 1px solid #2F2F2F;
	/* background-color: #e1e1e1;  Dynamic */
}



/*  11.2.1- Container Navigation Menu under Logo + Layout                    
======================================================== */


.menu_post_header{
	width: 100%;
	padding: 10px 0px 7px 0px;
}
.ig-social-right-nav-underlogo {
	position: absolute !important;
	right: 0px;
	top: -5px !important;
}
.ig-social-left-nav-underlogo {
	position: absolute !important;
	left: 0px;
	top: -5px !important;
}




/*  - Mini Navigation (on scroll page)
================================================== */

#mini-header {
	padding: 7px;
	position:fixed;
	top:0px;
	width:100%;
	min-height: 40px;
    	z-index:9999;
	display: none;
	}

.logo_mini_header {
	margin-right: 50px;
	}

.ig-social-right-miniheader {
	position: absolute !important;
	right: 0px;
	top: -5px !important;
	}


.container_mob_on_scroll {
	position: absolute;
	right: 0px;
}

.container_mob_on_scroll .menu-nav {
    width: 30px;
    height: 30px;
}


.container_mob_on_scroll .menu-nav i {
    font-size: 14px;
    margin-top: 8px;
}
.container_mob_on_scroll .menu-button{
	margin: 0px;
}	
.container_mob_on_scroll .menu-button.fixed_button_rsp {
    position: relative !important;
    z-index: 9999;
}
/* 11.3- Header Navigation Mobile
================================================== */

/*
#header_carusel {
position: relative;
z-index: 999;
}
*/

.menu-button{
	float: left;
	position: relative;
	z-index: 3;
	margin: 5px 0px 5px 10px;
}
.search-button{
	float: left;
	position: relative;
	z-index: 3;
	margin: 5px 0px;
}
.menu-nav {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 2;
    text-align: center;
    margin-top: 0px;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
.menu-nav i {
    font-size: 17px;
    margin-top: 10px;
}
.menu-nav:hover {
    opacity: 0.6;
}
.menu-button.fixed_button_rsp {
	position: fixed !important;
	z-index: 9999;
}
.search-button.fixed_button_rsp {
	position: fixed !important;
	z-index: 9999;
	margin-left: 60px;
}



/* 11.4- Style Menu Mobile
================================================== */

.container_mob {
	display: inline-block;
	width: 100%;
	
}



.nav-mobile, .nav-mobile ul, .nav-mobile li {
    list-style: none;
}

.nav-mobile ul {
    padding: 0;
    margin: 0;
}

.nav-mobile {
    padding: 4px;
    margin: 0px;
}

.nav-mobile > li {
    margin: 0;
    text-transform: uppercase;
}

.nav-mobile > li li {
    margin: 2px 0;
}

.nav-mobile a {
    display: block;
    outline: none;
    text-decoration: none;
}

.nav-mobile li > a > span {
    float: right;
    font-size: 19px;
    font-weight: bolder;
}

.nav-mobile li > a:hover > span {
    /*color: #000;*/
}
.nav-mobile li > a:before {
display: none;
}


.nav-mobile ul.sub-menu > li.menu-item-has-children:before {
 display: none;
}


.nav-mobile li > a > span:before {
 content: "\f107";
  font-family: fontAwesome;
}
.nav-mobile li.open > a > span:before {
 content: "\f107";
  font-family: fontAwesome;
}

.nav-mobile .open > a, .nav-mobile .open > a:hover, .nav-mobile .open > a:focus {
  background-color: transparent;
}


.nav-mobile a:hover, .nav-mobile li.active > a {
    /*color: #000;*/
}

.nav-mobile > li.active > a  {
  background-color: transparent;

  }


.nav-mobile > li > a {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 25px;
}
.nav-mobile > li > a:hover {
  background-color: transparent;
  }

/* sub-menu  */

.nav-mobile li ul.sub-menu {
  position: relative;
  width: 100%;
  z-index: 9999;
  margin-bottom: 2px;
  top: 0px;
  padding: 10px 0px;

  
  -webkit-transition-property: -webkit-transform,opacity;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
}

.nav-mobile ul.sub-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  text-align: center;
}


/* Livel 2 */

.nav-mobile ul.sub-menu ul.sub-menu {
  padding-top: 0;
   left: 0px; 
  top: 1px;
}

.nav-mobile > li > a > ul > li a {
	padding: 20px 25px;
	
}





/* 11.6-  Media Query Menu Responsive
================================================== */



/*--- Media Query Menu ---*/

@media (max-width:1200px){
	
#mini-header, .nav-ilgelo-main, .menu_post_header {
    display: none;
    }
#ig_menu,
.nav_ig {
    display: none;
    }
#cont_social {
    display: none;
    }
#cont_cart {
    display: none;
    }        
.cont_social_style2 {
    display: none;
    }
#nav-ilgelo {
    display: none;
    }
#top-search {
    display: none;
    }    
}

@media (min-width:1200px){
	
.mobile_nav, .container_mob {
    display: none;
    }

 }





/* 11.5-  Social Icon Navigation
================================================== */

.ig-top-social {
	z-index: 5;
	position: relative;
	}
	
.ig-top-social-right {
	margin-right: 80px;
	float: right;	
	}
		
.ig-top-social-left {
	margin-left: 0px;
	float: left;	
	}	

.ig-top-social a {
	line-height: 38px;
	font-size: 14px;
	margin-left: 8px;
	}

.ig-top-social a i {
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;

	color: #c2c2c2; /* Dynamic */
	}

.ig-top-social a:hover i { 
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;

	color: #97A588 ;  /* Dynamic */
	}


/* Media Q  */

@media (max-width:1200px){
    
.ig-top-social {
    display: none;
    }
}





 

/*-------------------------------------------------------------------------*/
/* 12- Footer   
/*-------------------------------------------------------------------------*/

 

footer {
	width: 100%;
	position: relative;
	z-index: 1;
	}

/* Central Footer  */

.central_footer {
	width: 100%;
	}
footer.central_footer p {
	text-transform: uppercase;
	}
footer.widget { 
	background-color: transparent !important;
	padding: 0px;
}
.column .widget { 
	background-color: transparent !important;
	padding: 0px;
}
/* Sub Footer  */

.sub_footer {
	position: relative;
	z-index: 1;
	border-top: 0px;
	}
.sub_footer span {
	color: #fff; /* Dynamic */
	font-size: 12px;
	text-transform: uppercase;
	}

.central_footer .widget {
padding-bottom: 0px;
margin-bottom: 0px;
background-color: transparent !important;
	}

.padding_footer_column {
  padding: 70px 0 20px !important;
  }
  

/* 12.1-  Social Share - footer
================================================== */
/* Social Share over instagram feed */


ul.ig_social_share {
     margin: 30px 0px 0px 0px;
     padding: 0px;
     list-style-type: none;
     overflow: hidden;
     display: table;
     width: 100%;
     text-align: center;
     table-layout: fixed;
     position: relative;
     z-index: 1;
     }
ul li.ig_share_buttom:first-child {
     border: none;
     }
ul li.ig_share_buttom {
	width: 20%;
	text-align: center;
	border-left: solid 1px #fff;
     display: table-cell;
	list-style: none;
	margin: 0;
     padding: 0;
     background-color: #97A588; /* Dynamic */
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     }
.ig_share_buttom i {
	color: #fff; /* Dynamic */;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     }
.ig_share_buttom:hover a,
.ig_share_buttom:hover a i {
     color: #000 !important;	/* Dynamic */;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     }
ul li.ig_share_buttom a {
     display: block;
     padding: 0px 0px 0px 0px;
     text-decoration: none;
     color: inherit;
     font-size: 14px;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     }

/* Instagram Widget Sidebar     
================================================== */ 		
#widget-area .instagram-pics {
	margin-left:-10px;
	overflow:hidden;
}
#widget-area .instagram-pics li,
.widget .instagram-pics li {
	width: 45.6%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 10px;
	float:left;
}

#widget-area .instagram-pics li a:before,
.widget .instagram-pics li a:before {
    content: "";
  }


#widget-area .instagram-pics li img,
#widget-area .instagram-pics li a img,
.widget .instagram-pics li img,
.widget .instagram-pics li a img {
	max-width:100%;
	vertical-align:middle;
}
#widget-area .instagram-pics li img:hover,
.widget .instagram-pics li img:hover {
	opacity:.87;
}	
	
	
/* 12.2-  Instagram - Footer 
================================================== */



#instagram-footer {
	text-align:center;
	overflow:hidden;
	width: 100%;
	margin-top: 120px;
	display: inline-block;
	margin-bottom: -10px;
}
	@media (max-width: 600px) {
		#instagram-footer {
			margin-top: 10px;
		}
	}
		
.instagram-title {
	letter-spacing: 2px;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom: 60px;	
}
#instagram-footer .instagram-pics li {
	width:16.66666666666667%;
	display:inline;
	float:left;
}
#instagram-footer .instagram-pics li img {
	max-width:100%;
}
#instagram-footer .instagram-pics li img:hover {
	opacity:.87;
}

#instagram-footer p.clear {
position: absolute;
    font-size: 15px;
    font-size: 12px;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: inherit;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -60px;        
    }


/*** Instagram widget ***/
	#sidebar .instagram-pics li {
		width: 31.8%;
		display: inline-block;
		border-bottom: none;
		padding: 0;
		margin: 0 2px 2px;
	}
	#sidebar .instagram-pics li img {
		max-width:100%;
	}
	#sidebar .instagram-pics li img:hover {
		opacity:.87;
	}






/*-------------------------------------------------------------------------*/
/* 13- Buttons
/*-------------------------------------------------------------------------*/


.button_cont {
	margin-top: 30px;
	opacity: 1;
	padding: 12px 27px;
	display: inline-block;
	
	color: #FFFFFF; /* Dynamic */
	font-size: 15px; /* Dynamic */
	background-color: transparent; /* Dynamic */
	
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	line-height: 21px;
	
		
	
	-webkit-transform-style: preserve-3d;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

/*--- Hover/Active/Focus State ---*/

.button_cont:hover,
.button_cont:active,
.button_cont:focus {
	opacity: 0.6;
	-webkit-transform-style: preserve-3d;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

/* --- Button Sizes --- */


.button_cont.button_mini,
.button_slide.button_mini {
	padding: 5px 18px;
	font-size: 11px;
	}
	
.button_cont.button_small,
.button_slide.button_small {
	padding: 7px 23px;
	font-size: 12.5px;
	}

.button_cont.button_medium,
.button_slide.button_medium {
	padding: 11px 35px;
	font-size: 13.5px;
	}

.button_cont.button_large,
.button_slide.button_large {
	padding: 13px 40px;
	font-size: 14.5px;
	}

.button_cont.button_full,
.button_slide.button_full {
	padding: 12px 25px;
	font-size: 14.5px;
	}
	
/* Button Infinite */

.load_more_post {
	margin-top: 30px;
	margin-bottom: 40px;
}
.button_cont i {
position: relative;
top: 1px;
left: -2px;
margin-right: 8px;
}



/*-------------------------------------------------------------------------*/
/* 14- Visual Composer Shortcode  
/*-------------------------------------------------------------------------*/


.vc_icon_style_mani {
	margin-bottom: 0px;
	height: 40px;
}

/* 14.1- VC Images class responsive
================================================== */

.wpb_wrapper a img,
.wpb_wrapper img {
	width: 100%;
	height: auto;
}
.img_full_responsive img {
	width: 100%;
	height: auto;
	}


/* 14.2- Progres Bar
================================================== */


.vc_progress_bar .vc_single_bar .vc_label {
color: #fff;
}
    
/* 14.3- VC Sidebar
================================================== */


h2.widgettitle {
	padding-bottom: 7px;
	border-bottom: 1px solid #303030;
	color: #303440;
	text-transform: uppercase;
	font-size: 16px;
	}

h2.wpb_heading {
	padding-bottom: 7px;
	border-bottom: 1px solid #303030;
	color: #303440;
	text-transform: uppercase;
	font-size: 16px;
	}

.wpb_content_element {
	margin-bottom: 0px;
	}



/* 14.4- VC Social Icon
================================================== */

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	text-align: center;
	display: inline-block;
	border: 2px solid transparent;
	width: 30px;
	height: 30px;
	box-sizing: content-box;
	position: relative;
	margin-right: 10px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
	max-width: 100% !important;
	line-height: 1.2em !important;
	background-color: red;
	border-radius: 100%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
	font-size: 14px !important;
}
  

/* 14.5- Team VC Shortcode
================================================== */ 
 
.avatar { border-radius: none; }

.team {
	 text-align: center;
	 }
	 
.team figure {
	 padding: 0;
	 margin: 0;
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }

.team figure img {
	 max-width: 80%;
	 border: 2px solid #fff;
	 -webkit-transition: border-color 500ms ease;
	 -moz-transition: border-color 500ms ease;
	 -ms-transition: border-color 500ms ease;
	 transition: border-color 500ms ease;
	 margin-bottom: 0.5em ;
	 }	
	  
@media only screen and (min-width: 500px) { 
	 .team figure img { min-width: 90px }
}
@media only screen and (min-width: 1000px) { 
	 .team figure img { width: 60% }
}


.team a:hover img { 
	/* border-color: #7EC2BA;*/
	 }

.team figure figcaption {
	 font-weight: 600;
	 text-transform: uppercase;
	 font-style: 20px;
	 }

.team figure figcaption .box_border {
	 padding: 0px;
	 margin: 0px;
	 }

.team figure figcaption .box_border span {
	 font-weight: 700;
	 text-transform: uppercase;
	 font-size: 13px;
	 }

.team figure figcaption em {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 text-transform: none;
	 margin-top: 0px;
	 font-size: 13px;
	 line-height: 12px;
	 }

.team figure figcaption em.team_description {
	 text-transform: none;
	 }

.team figure figcaption i {
	 padding: 15px 0px 5px 0px;
	 font-size: 20px;
	 margin-right: 10px;
	/* color: #303440;*/
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }

.team figure figcaption i:hover {
	/* color: #5296b4;*/
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }

.team figure figcaption em {
	 display: block;
	 font-style: normal;
	 font-weight: normal;
	/* color: #666666;*/
	 }
	 
.team a { text-decoration: none; }

.team  a:hover figure { 
      /*color: #5296b4; */
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }


/* 14.6- VC Shortcode Dropcaps 
================================================== */ 

.dropcap {
	display: block;
	float: left;
	margin: 4px 12px 0 0;
	font-weight: 400;
	font-size: 38px;
	line-height: 38px;
}
.dropcap_extra {
	display: inline-block;
	float: left;
	margin: 0 14px 0 0;
	width: 48px;
	height: 48px;
	background-color: transparent;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 42px;
	text-transform: uppercase;
}


/* 14.7- VC Reset Style 
================================================== */ 

.ui-widget {
 font-family: none; 
 font-size: 18px; 
}

  
/* 14.8-  VC TAB Style
================================================== */ 
  

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: transparent;
}

.ui-widget-header {
border: none; 
 background: none; 
}

.ui-widget-content {
border: none; 
background: transparent; 
color: #444444;
}


/* Current Tab */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
text-decoration: none;
}

/* Disable Tab */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none;
background: transparent;
font-weight: bold;
color: red;
}






/*-------------------------------------------------------------------------*/
/* 15- SIDEBAR - Widget Style
/*-------------------------------------------------------------------------*/


/* 15.1-  Widget Base Style
================================================== */ 	



@media (max-width:992px) {
.resposive_left_sidebar {
	display: none;
	}
	.resposive_hide_sidebar {
	display: none;
	}
}

.sidebar {
	padding-top: 100px;
	}

.widget h6 {
	padding-bottom: 0px;
	border-bottom: 1px solid #ECECEC;
	padding: 0px 3px 5px 3px;
	text-transform: uppercase;
	}

/* Style Footer  */

footer .widget h6.foot-title {
	padding-bottom: 7px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	border: none;
	}
	
footer .widget h6 {
	color: #666666;
	border-bottom: none !important;
	text-align: center;
	font-size: 13px;
	margin-bottom: 5px;
	background-color: transparent;
	padding: 0px;
	}
footer h6.textaligncenter {
	border: none;
	} 
		

#widget-area{
	position: relative;
	overflow: hidden;
}

.widget {
	margin-bottom: 20px;
	font-size: 14px;
	padding: 25px 25px;
	}
.widget ul {
	margin: 0;
	list-style: none;
	}
.widget ul li {
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 10px;
	}

.widget_recent_comments ul li {
	padding: 8px 0;
	}
.widget ul li > a {
	padding: 8px 0;
	}
.widget ul.flickr_images li a {
	padding: 0;
	}
.widget a {
	text-decoration: none;
	}
.widget a:hover {
	text-decoration: none;
	}

.widget ul > li,
.widget_categories .widget_archive ul > li, .widget_nav_menu ul > li, .widget_recent_comments ul > li, .widget_meta ul > li, .widget_recent_entries ul > li, .widget_product_categories ul > li, .widget_layered_nav ul li {
	border-top: 1px solid transparent;
	}
.widget ul > li:first-child,
 .widget_categories ul > li:first-child, .widget_archive ul > li:first-child, .widget_nav_menu ul > li:first-child, .widget_recent_comments ul > li:first-child, .widget_meta ul > li:first-child, .widget_recent_entries ul > li:first-child, .widget_product_categories ul > li:first-child, .widget_layered_nav ul li:first-child {
	border-top: 0;	
	}
.widget ul > li a:hover,
.widget_categories ul > li a:hover, .widget_archive ul > li a:hover, .widget_nav_menu ul > li a:hover, .widget_meta ul > li a:hover, .widget_recent_entries ul > li a:hover, .widget_product_categories ul > li a:hover, .widget_layered_nav ul > li a:hover {
	text-decoration: none;
	}
.widget ul > li a:before,
.widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: right;
	text-decoration: inherit;
	font-size: 14px;
	}

.widget ul.children,
.widget_product_categories ul.children {
	padding-left: 10px;
	border-top: 1px solid #e4e4e4;
	padding-top: 2px;
	}

.widget ul.sub-menu,
.widget_nav_menu ul.sub-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; /* border radius */
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	}
.widget ul.sub-menu li,
.widget_nav_menu ul.sub-menu li {
	padding-left: 15px;
	}

/* Image in to the wigets */
.widget .textwidget {
	overflow: hidden;
}
.widget .textwidget p img {
	width: 100%;
     }
.widget .wp-caption a img {
	width: 100%;
	height: auto;
     }
.widget p img.wp-smiley {
	width: 13px;
	height: 13px;
	}


/* 15.2-  Widget Select Sidebar archive/cat/menu 
================================================== */ 	

.widget select[name=archive-dropdown],
select[name=cat],
.textwidget form select {
	display: block;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 6px;
	background: #FBFBFB;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	color: #BCBCC4;
	font-size: 14px;
	resize: none;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 100%;
	min-width: 232px;
	-webkit-appearance: none;
	height: 40px;
	
	-moz-appearance: none;
     text-indent: 0.01px;
     text-overflow: '';
     }


/* 15.3-  Widget Select Sidebar search 
================================================== */ 
.widget_search form input[type="search"] {
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
	padding: 6px;
	background: #FBFBFB;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	color: #BCBCC4;
	font-size: 14px;
	resize: none;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 100%;
	-webkit-appearance: none;
	height: 40px;
     }

	
 
/* 15.4-  Widget Calendar 
================================================== */ 	

/* calendar widget */
#calendar_wrap {padding: 0px;}
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #666666; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { 
	padding-bottom: 10px; 
	text-align: center;
	color: #dadada;
	}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { 
	/*background: #97A588;*/
	text-align: center; 
	padding:8px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}
	
#wp-calendar tbody td:hover { 
	/*background: #97A588;*/
	/*color: #fff;*/
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}
	
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

	
 
/* 15.5-  Widget Tag Cloud
================================================== */ 	

.widget .tagcloud {
	line-height: 40px;
	width: 100%;
	padding: 0;
	list-style: none;
	height: auto;
	}
.widget .tagcloud a {
	margin-right: 4px;
	padding: 6px 8px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dadada;
	font-size: 14px!important;
	
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}
.widget .tagcloud a:hover {
	border-color: transparent; 
	background-color: #333;/* Dynamic */
	color: #fff;
	
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}
.widget-video iframe {
	width: 100%;
	}

/* Style Footer  */
footer .widget .tagcloud a {
	margin-right: 4px;
	padding: 6px 8px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #5296b4;
	font-size: 14px!important;
	
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

 
/* 15.6-  Widget Twitter   
================================================== */ 	

.widget .widget_twitter li {
	margin-top: 0px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 22px;
	font-size: 13px;
	}
	

.widget .widget_twitter li a {
	text-transform: none;
	display: inline;
	}

.widget .widget_twitter p {
	margin: 5px 10px 10px 0px;
	clear: both;
	}

/*  twitter shortcode */

.widget_twitter li {
	margin-top: 15px;
	padding-bottom: 5px;
	}

.widget_twitter li {
	margin-top: 15px;
	padding-bottom: 5px;
	}

/* Widget Twitter Footer */
footer .widget .widget_twitter li {
	margin-top: 0px;
	padding-bottom: 5px;
	text-align: left;
	color: #fff;
	line-height: 22px;
	font-size: 13px;
	}
footer .widget .widget_twitter p {
	margin: 5px 10px 10px 0px;
	clear: both;
	}
	
	
	
/* Widget Twitter                       
================================================== */


.widget .ig_widget_twitter {
	padding: 0px;
	}

.widget .ig_widget_twitter ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	}

.widget .ig_widget_twitter li {
	margin-top: 0px;
	text-align: left;
	}
	
.widget .ig_widget_twitter li span {
line-height: 22px;
	}

.widget .ig_widget_twitter li a {
	text-transform: none;
	display: inline;
	}
.widget .ig_widget_twitter li a:before {
     display: none;
	}
.widget #cont_follow {
	margin-top: 10px;
	}
.widget span.followtwit {
	position: relative;
	font-size: 17px;
	text-transform: capitalize;
	}
.widget .ig_widget_twitter p.fancy_one_tw_sider {
	font-size: 13px;
	margin-top: 2px;
	}


/* 15.7-  Widget ADV Full   
================================================== */ 		
	
.widget .ig_full_banner {
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: -25px;
  margin-right: -25px;
}
	
	
/* 15.8-  Mail Chimp Widget Style  
================================================== */ 		

/* Central footer mailchimp */

input[type=text],
input[type=email] {
	height: 40px;
	}

.mc_merge_var input[type=text],
input[type=email],
textarea,
select {
	border: 1px solid #CCC;
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 22px;
	width: 100%;
	border-radius: 0px;
	}
.widget .mc_merge_var {
  margin-bottom: 0px;
}	
.mc_signup_submit {
  display: block !important;
}

#mc_signup_submit {
	width: 125px !important;
	margin: 0px auto !important;
	background-color: transparent !important;
	font-size: 15px;
	text-align: center;
	padding: 5px 20px;
	border-radius: 3px;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	-webkit-backface-visibility: hidden;
	opacity: 1;
	}
	
#mc_signup_submit:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	}

#mc_signup_form .mc_var_label {
	display: none;
	}
	
/* Column footer mailchimp */

footer .widget .mc_merge_var input[type=text],
input[type=email],
textarea,
select {
	border: 1px solid #DDD;
	font-size: 15px;
	margin-bottom: 5px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 15px;
	width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	}
	
	
footer .widget #mc_signup_submit {
	background-color: #97A588; /* Dinamic */
	color: #fff; /* Dinamic */
	font-size: 12px;
	float:left;
	padding: 5px 15px;
	border-radius: 0px;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	margin-top: 10px !important;
}	

.mc_signup_submit {	
	display: inline-block;
}



.widget_central .widget #mc_signup_submit {
	text-align: center;
	float:none !important;
}








/* 15.8-  Recent Posts Widget  
================================================== */ 	

ul.ig_recent_posts {
	margin-bottom: 0px;
	}

ul.ig_recent_posts li:last-child {
	margin-bottom: 0px;
	}

ul.ig_recent_posts li  {
	list-style: none;
	display: block !important;
	min-height: 80px;
  	margin-bottom: 10px;
	}

.ig_recent_posts li figure {
	float: left;
	width: 80px;
	margin-bottom: 2px;
	box-shadow: none !important;
	}
	.ig_recent_posts li figure a img {
	width: 100%;
	height: auto;
	}

.ig_recent_posts li figure a:before {
	display: none;
	}

.ig_recent_post_details {
	margin-left: 100px;	
	}

a.ig_recent_post_title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #333; /* Dynamic */
	}

a.ig_recent_post_title:hover {
	/*text-decoration: underline !important;*/
	}

.ig_recent_post_details a:before {
	display: none !important;
	}

.ig_recent_post_details span {
	font-size: 11px;
	color: #848484;
	}

/* 15.9- Big Recent Posts Widget  
================================================== */ 	
	
ul.ig_recent_big_posts {
	margin-bottom: 0px;
	}

ul.ig_recent_big_posts li:last-child {
	margin-bottom: 0px;
	}

ul.ig_recent_big_posts li  {
	list-style: none;
	display: inline;
	margin-bottom: 10px;
	}

.ig_recent_big_posts li figure {
	float: left;
	width: 100%;
	margin-bottom: 2px;
	box-shadow: none !important;
	}
	.ig_recent_big_posts li figure a img {
	width: 100%;
	height: auto;
	}

.ig_recent_big_posts li figure a:before {
	display: none;
	}

.ig_recent_big_post_details {
	width: 100%;
	margin-bottom: 20px;

	}
.ig_recent_big_post_details a {
	margin-bottom: 3px;
	}

a.ig_recent_big_post_title {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #333; /* Dynamic */
	}

a.ig_recent_big_post_title:hover {
	/*text-decoration: underline !important;*/
	}

.ig_recent_big_post_details a:before {
	display: none !important;
	}

.ig_recent_big_post_details span {
	font-size: 11px;
	color: #848484;
	}
.ig_recent_big_post_details span ul.post-categories li a {
	font-size: 12px;
	color: #848484;
	text-transform: uppercase;
	}

	
	
	
/* 15.10- Widget About Me     
================================================== */ 	

.ig_aboutme  {
	position: relative;	
	}

.ig_aboutme .widget p {
	/*font-size: 16px;*/ 
	}
	
.ig_cont_image {
	text-align: center;
	margin-bottom: 0px;
	}
		
.ig_bg_image {
	min-height: 200px;
	width: 100%;
	position: absolute;
	z-index: -1;
	margin-top: 70px;
	}	
		
.ig_cont_image img {
	/*
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	*/
	
	height: 200px;
	width: 200px;
	display: inline-block;
	}	
	
.ig_aboutme p {
	margin-bottom: 0px;
	text-align: center;
	}

img.ig_radius {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
height: 200px;
width: 200px;
display: inline-block;
}

/* 15.11- Widget Social      
================================================== */ 	


.ig_widget_social {
	margin-bottom: 20px;
	display: block;
	text-align: center;
	}

.ig_social_ico {
	width: 45px;
	height: 45px;
	background-color: #97A588; /* Dynamic */
	color: #fff; /* Dynamic */
	/*border-radius: 100%;*/
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
     margin-bottom: 0px;
     border: solid;
     border-width: 1px;
     margin-top: 13px;
	}

.ig_social_ico:hover {
	background-color: #c2c2c2; /* Dynamic */
	color: #333; /* Dynamic */
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

.ig_social_ico .fa-3x {
	font-size: 17px;
	line-height: 44px;
	}
	
/*  footer widget social */
	
footer .widget	.box_widget_social {
	float: left !important;
	margin-bottom: 20px;
}
	
	
	
	
/*-------------------------------------------------------------------------*/
/*    Sticky
/*-------------------------------------------------------------------------*/

.sticky_sider {
	margin-bottom: 30px;
}







/*-------------------------------------------------------------------------*/
/* 16- Button To Top
/*-------------------------------------------------------------------------*/


#back-to-top {
	position: fixed;
	right: 15px;
	bottom: 130px;
	z-index: 99;
	display: none;
	margin: 0;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-size: 48px 48px;
	opacity: 0.25;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
	-moz-transition: opacity 0.15s ease-in-out 0s;
	-o-transition: opacity 0.15s ease-in-out 0s;
	transition: opacity 0.15s ease-in-out 0s;
	background-color: #000; /* Dynamic */
	}

#back-to-top:hover {
	opacity: 1;
	}

#back-to-top i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -8px;
	font-size: 25px;
	line-height: 1em;
	color: #fff; /* Dynamic */
	}





/*-------------------------------------------------------------------------*/
/* 17- Comment Style
/*-------------------------------------------------------------------------*/

 
 
.comment-area {
	padding-bottom: 70px;
	}

.comments-title,
.pings-title,
#reply-title {
	margin: 0;
	padding: 0 0 10px;
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
	word-spacing: 5px;
	text-align: center;
	}
.divider_comments {
	margin-bottom: 15px;
	}
.comment-form {
	margin-top: 0px;
	}
.commentlist,
.pinglist {
	margin: 20px 0 80px;
	list-style-type: none;
	}
.comment-section {
	padding: 20px 0px 0px 0px;
	}
.comment-cont p {
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0 10px;
	}
.comment-body {
	padding-bottom: 20px;
	}
ul.children li > div,
ol.commentlist li > div {
	padding: 10px 10px 14px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	}
.comment-side {
	float: left;
	}
.comment-author img.avatar {
	border-radius: 0;
	}
ol.commentlist li.byuser > div {
	position: relative;
     }
.bot_polar{
	height: 10px;
	clear: both;
	}
.comment .comment-cont {
	margin-left: 80px;
	}
.comment-author cite,
.comment-author cite a {
	font-size: 20px;
	margin-left: 10px;
text-transform: uppercase;
	}
.comment-meta,
.comment-meta a {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	}
.comment-meta {
	margin: 15px 0 15px;
	}
.comment-meta a {
	padding: 2px 6px 2px 6px;
	font-size: 12px;
	margin-right: 10px;
	}
.comment-meta a:hover {
	opacity: 1;
	}
.children {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.children .comment {
	padding-left: 60px;
	}
.comment-author {
	position: relative;
	}
.badge_author {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0.5;
	}
.nocomments {
	padding: 20px 30px 20px;
	}

/* Comment Form */

#commentform p {
	margin: 0 0 20px 0 !important;
	font-size: 14px;
	}

#commentform label,
#commentform span.required {
	position: relative;
	top: 0px;
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 0px;
	}

#commentform span.required {
	top: 0;
	color: #E96045;
	font-size: 12px;
	}

#commentform input,
#commentform textarea {
	margin: 0;
	padding: 3px;
	border-radius: 2px;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	resize: none;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-webkit-appearance: none;
	}

#commentform input:focus,
#commentform textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#commentform input {
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #CCC;
	font-size: 16px;
	resize: none;

	}

#commentform textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	resize: vertical;
	}

#commentform .submit {
	margin-top: 20px;
	width: auto;
	border: none;
	display: inline-block;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	font-size: 14.5px;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	opacity: 1;
	}
	
#commentform .submit:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
     opacity: 0.6;
	}

#commentform p.comment-form-comment {
	margin-top: 35px !important;
	}
	
.says { display: none; }


     



/*-------------------------------------------------------------------------*/
/* 18- Contact Form 7 (Plugin Style)
/*-------------------------------------------------------------------------*/

 

.wpcf7 p {
	font-size: 14px;
}

.wpcf7 p img.ajax-loader {
width: 20px;
}

.wpcf7 input {
	width:266px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:10px;
}
.wpcf7 input, .wpcf7 textarea {
	padding:8px;
	border:1px solid #DDD;
	margin-right:10px;
	font-size:12px;
	margin-top:6px;
	margin-bottom:6px;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	margin-top: 20px;
	width: auto;
	border: none;
	display: inline-block;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	font-size: 14.5px;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	opacity: 1;

}
.wpcf7 .wpcf7-submit:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
}

::-webkit-input-placeholder {
   color: #dadada;
   font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #dadada;
   font-size: 14px;

}
::-moz-placeholder {  /* Firefox 19+ */
   color: #dadada;
   font-size: 14px;

}
:-ms-input-placeholder {  
   color: #dadada;
   font-size: 14px;

}

    
  
/*-------------------------------------------------------------------------*/
/* 19- BIG Search 
/*-------------------------------------------------------------------------*/



body.overflow-open {
	overflow: hidden !important;
	position:relative !important;
}
.panel {
	margin-bottom: 0px;
	background-color: transparent; 
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-body {
	padding: 0px;
	border: none;
	margin-top: 50px;
}

.panel-body .widget_search form input[type="search"] {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	background: #FBFBFB;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	color: #BCBCC4; /* Dynamic */
	font-size: 50px;
	resize: none;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 100%;
	-webkit-appearance: none;
	min-height: 137px;
	outline: none;
	line-height: 60px; 
	text-align: center;
}
@media (max-width: 480px) {
.panel-body {
	margin-top: 0px;
}
.panel-body h4 {
	margin-bottom: 10px;
}
.panel-body .widget_search form input[type="search"] {
	min-height: 90px;
		line-height: 30px; 
	font-size: 30px;

	}
	

}


.panel-body .big_search::-webkit-input-placeholder {
	color: #dadada;
	font-size: 50px;
}
.panel-body .big_search:-moz-placeholder { /* Firefox 18- */
	color: #dadada;
	font-size: 50px;
}
.panel-body .big_search::-moz-placeholder {  /* Firefox 19+ */
	color: #dadada;
	font-size: 50px;
}
.panel-body .big_search:-ms-input-placeholder {  
	color: #dadada;
	font-size: 50px;
}



/* 19.1- Style Search -> Tag - Category - Date                              
================================================== */

.container-select-box select {
  margin-bottom:0;
 border: none;
  padding: 11px 15px;
  outline: 0;
  margin: 0 0 20px;
  width: 100%;
  border-radius: 0;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
  cursor: pointer;
  height: 47px;
  max-height: 47px;
  -webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;


}

.container-select-box:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  font-size: 14px;
  right: 7px;
  top: 0px;
  text-align: center;
  line-height: 43px;
  border-right: 0;
  border-left: 0;
  height: 47px;
  padding: 4px 18px;
  }


/* 19.2- Search Icon in Navigation + Animation                               
================================================== */


#top-search {
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
	margin-left: 15px;
	z-index: 10;	
}
.click_search:before {
	content: "\f002";
	font-family:'FontAwesome';
	font-size: 15px;
	margin-left: 2px;
}
#top-search  {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#top-search:hover {
	opacity:.75;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.click_search.is-clicked {
	position: fixed;
}
.click_search.is-clicked:before {
	content: "\f00d";
	font-family:'FontAwesome';
	font-size: 17px;
}


/* 19.3- Container Popup Search                            
================================================== */

.container_search {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background: rgba(2, 23, 37, 0.96);*/
	z-index: 6;
	text-align: center;
	padding: 50px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;


	/* Animation Fade */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}



.container_search.is-visible {
	/* Animation Fade */
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}



/* 19.4- Container Popup Menu (Responsive)                             
================================================== */

.cd-primary-nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background: rgba(2, 23, 37, 0.96);*/
	z-index: 6;
	text-align: center;
	padding: 50px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;

	/* Animation Fade */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.cd-primary-nav.is-visible {
	
	/* Animation Fade */
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}


/*-------------------------------------------------------------------------*/
/* 20- Big About the Author
/*-------------------------------------------------------------------------*/

img.img_big_author {
	border-radius: 50%;
    max-width: 330px;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}









/*-------------------------------------------------------------------------*/
/* 21- Slider Carusel Post
/*-------------------------------------------------------------------------*/


.owl-carousel .owl-wrapper-outer {
	z-index: 1;
}

#ig-slide-post .owl-controls,
#ig-slide-post-full .owl-controls,
#ig-slide-post-4 .owl-controls {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}


.bg_slide_post {
	min-height: 90px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
h5.title_slide_post {
	text-transform: uppercase;
     margin: 0px;
     font-size: 16px;
     line-height: 20px;
}
h6.cat_slide_post {
	text-transform: uppercase;
     margin: 0px;
     font-size: 12px;

}


#ig-slide-post.owl-theme .owl-controls,
#ig-slide-post-full.owl-theme .owl-controls,
#ig-slide-post-4.owl-theme .owl-controls {
	margin-top: 0px; 
	text-align: center;
}

#ig-slide-post.owl-theme .owl-controls .owl-buttons div,
#ig-slide-post-full.owl-theme .owl-controls .owl-buttons div,
#ig-slide-post-4.owl-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 6px 5px 0px 5px;
	padding: 3px 13px;
	font-size: 19px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
}
#ig-slide-post.owl-theme .owl-controls .owl-buttons div:hover,
#ig-slide-post-full.owl-theme .owl-controls .owl-buttons div:hover,
#ig-slide-post-4.owl-theme .owl-controls .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
}

/* Margin Dynamic */
.margin-slide-5 {
		margin: 28px 5px 5px 5px;
}
.margin-slide-0 {
		margin: 0px;
}






/*-------------------------------------------------------------------------*/
/* 22- BLOG Template   
/*-------------------------------------------------------------------------*/


   
/* 22.1- Parallax blog Template
================================================== */ 

.cont_parallax_blog {
	max-width: 470px;
	margin: 0 auto;	
}

.cont_parallax_blog .blog-post-content  {
	margin-bottom: 0px !important;
	padding: 40px;
	border: 1px solid #dadada;
}
.border_post_p {
	padding: 40px 40px 43px 40px;
	border: 1px solid #dadada;
} 
.cont_parallax_blog .title-content {
	padding: 0px;
} 
.cont_parallax_blog  .post_divider {
	margin-bottom: 20px;  
}
.cont_parallax_blog .button_cont {
	margin-top: 15px;
}
.paral-shadow {	
	-webkit-box-shadow: inset 0px -1px 229px 12px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px -1px 229px 12px rgba(0,0,0,0.45);
	box-shadow: inset 0px -1px 229px 12px rgba(0,0,0,0.45);
}



@media (max-width: 991px) {
.cont_parallax_blog .title_post_standard a {
font-size: 20px;
line-height: 27px;
display: inline-block;
  	}
}




/* 22.2- Infinite Post Template
================================================== */ 

.cont-total-infinite {
	display: block;
	clear: both;
}

.gelo_no_margin_l {
	padding-right: 0px;
	padding-left: 0px;
}

@media (max-width: 480px) {
.no_padding_infblog {
	padding-right: 15px;
	padding-left: 15px;
	}
}

@media (max-width: 991px) {
	.hide_gallery_img {
	display: none !important;
	}
}

@media (max-width: 1200px) {
.cont-total-infinite .col-md-7 .normal_cont .effect-ig-feat-images img {
	height: 450px !important;
	}
}
	
.no_padding_infblog {
	padding: 0px !important;
}

/* Post section */
.ig-min-h {
	min-height: 450px;
}
.blog-post-infbox-content {
	padding: 40px 30px 1px 30px;
	margin-bottom: 0px; 
}


.metaabsolute_bot {
	position: absolute;
	bottom: 60px;
	width: 100%;
	padding-right: 60px;
}

@media (max-width: 480px) {
.metaabsolute_bot {
	bottom: 30px;
     }
     .ig-min-h {
	min-height: 500px;
}
		
}

@media (max-width: 1200px) {
	
	.responsive_img_infinite {
	min-height: 394px;
	}
	
}

/* icon load more */
#blog-wait {
	padding: 40px 0px 40px;
}
    
   
/* 22.3- Template List blog
================================================== */ 

.total-content-list {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.total-content-list .col-md-4 {
	margin: 0px;
	padding: 0px;
}


.blog-post-content-list {
	padding: 30px 20px 30px 20px;
	background-color: #fff;
}
@media (max-width: 1200px){
.blog-post-content-list {
	padding: 7px 20px 7px 20px;
	background-color: #fff;
     }
}

.cont_header_post_list {
     margin: 5px 0px 0px 0px;
     }

.blog-post-content-list h6 {
	margin-bottom: 5px;
	font-size: 14px;
}

  
/* 22.4- Template List blog ( sidebar)
================================================== */ 

.blog-post-content-list-sider {
	padding: 15px 20px;
	background-color: #fff;
	margin-bottom: 0px;
}
.blog-post-content-list-sider h6 {
	margin-bottom: 5px;
	font-size: 14px;
}


/* Grid blog  */

.blog-post-content-grid {
	padding: 40px 35px;
	margin-bottom: 0px;
}
.blog-post-content-grid h4 {
	margin-bottom: 0px;
}
.blog-post-content-grid h6 {
	margin-bottom: 30px;
}
.blog-post-content-grid p {
	margin-bottom: 40px;
}

   

/* 22.5- Grid blog template
================================================== */ 
        

/* Masonry Layout */

.isotopeItem_masonry {
	opacity: 0;
}
.masonry_pad {
	padding: 0px 15px 20px 15px;
}

.isotopeItem_masonry img {
	width: 100%;
}

.cont_post_masonry {
	padding: 0px 15px 0px 15px;
}


/*  == Basic Style Isotope ==  */

.isotopeWrapper {
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
	}

.isotope-item {
	z-index: 2;
	}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
	}

.isotopeItem img {
	width: 100%;
}
/* == Grid responsive Isotope == */

/* gallery Post grid */

.isotopeItem_masonry .slide_post .owl-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
}

.isotopeItem_masonry .slide_post.owl-theme .owl-controls .owl-buttons div {
    padding: 3px 3px;
 }
 
 
/* 2 Columns */
.isotopeWrapper .col-full-2 {
	width: 50%;
	}
/* 3 Columns */
.isotopeWrapper .col-full-3 {
	width: 33.3%;
	}

/* 4 Columns */
.isotopeWrapper .col-full-4 {
	width: 25%;
	}



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

.isotopeWrapper .col-full-3  {
	width: 50%;
	}
	
.isotopeWrapper .col-full-4  {
	width: 50%;
	}
}

@media (min-width: 485px) and (max-width: 979px) {

.isotopeWrapper .col-full-3 {
	width: 50%;
	}
	
.isotopeWrapper .col-full-4 {
	width: 50%;
	}
}

@media (max-width: 480px) {


.isotopeWrapper .col-full-2 {
	width: 100%;
	margin-bottom: 5px !important;
	}

.isotopeWrapper .col-full-3 {
	width: 100%;
	margin-bottom: 5px !important;
	}
	
.isotopeWrapper .col-full-4 {
	width: 100%;
	margin-bottom: 5px !important;
	}
	
.blog-post-content-grid {
	margin-bottom: 0px !important;
     }

}


/* 22.6- Template Page - Right Sideber - Left Sidebar
================================================== */ 


.page-central-content {
	padding: 20px 100px;
	margin-bottom: 50px;
}
.page-content {
	padding: 20px 40px;
	margin-bottom: 50px;
	}
.blog-post-content, .total-content-list, .blog-post-content-list, .blog-post-content-list-sider, .blog-post-content-grid, .blog-post-single-content, .content-related-post, .content-comment, .content-author, .page-content, .page-central-content {
	position: relative;
	z-index: 0;
	}

@media (max-width: 600px) {
.page-content,.page-central-content {
	padding: 10px 20px;
	}
		
}

   
/* 22.7- Template Category - Right Sideber - Left Sidebar
================================================== */ 

/* Title Category*/

.category_bg {
	background-color: transparent; /* Dynamic */
}
h2.title_category {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

.title_category span {
	font-size: 14px;
font-style: italic;
font-weight: normal;
}
 
.text_category_desc p {
	text-transform:none;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400; 
	margin: 20px auto;
	max-width: 800px;
     }   
    

/*-------------------------------------------------------------------------*/
/* 23- Post format - Link And Quote
/*-------------------------------------------------------------------------*/


/* 23.1- Link and Quote Style
================================================== */ 

.cont_logo_quote {
	width: 50px;
	height: 50px;
	margin: 0 auto 30px;
}
.logo_quote {
	width: 50px;
	height: 50px;
	border: 2px solid #dadada;
	text-align: center;
	font-size: 30px;
	color: #fff;
	display: table-cell;
	vertical-align:middle;
}
.quote_style {
	padding: 50px 70px;
	margin-bottom: 50px;
}
.quote_style p {
	font-size: 23px;
	line-height: 32px;
	font-style: italic;
}
.quote_style_paralax p {
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
}

/* Quote style Infinite */
.quote_style_infinite {
	padding: 70px 20px;
	margin-bottom: 0px;
}

/* Quote style Infinite */
.link_style_infinite {
	padding: 100px 20px;
	margin-bottom: 0px;
}

.link_style {
	margin-bottom: 50px;
	
}



/*-------------------------------------------------------------------------*/
/* 24- Post Layout 
/*-------------------------------------------------------------------------*/


/* 24.1- Post Divider
================================================== */ 

.post_divider {
	width: 100%;
	height: 1px;
	background-color: #ECECEC;
	margin-bottom: 35px;
}
@media (max-width: 1100px){
.post_divider {
display: none !important;
	}
}



/* 24.2- Container Post layout
================================================== */ 

.title-content {
	padding: 32px 0px 12px;
}

.blog-post-content {
	padding: 65px 55px;
	margin-bottom: 50px;
	overflow: hidden;
}

.blog-post-single-content {
	padding: 65px 55px;
	margin-bottom: 0px;
	overflow: hidden;
}
@media (max-width: 1100px) {
.blog-post-content, .blog-post-single-content {
	padding: 0px 40px 40px 40px;
	margin-bottom: 40px;
	}		
}
@media (max-width: 480px) {
.blog-post-content, .blog-post-single-content {
	padding: 5px 20px 20px 20px;
	margin-bottom: 50px;
	}		
}

/* Comment Container  */

.content-comment {
	padding: 60px 55px;
	background-color: #fff;
	margin-bottom: 50px;
}


/* Title Post */

.cont_header_post {
     margin: 30px 0px 40px 0px;
     }

.title_post_standard {
     margin-bottom: 10px !important;
     }
h3.title_post_standard {
     margin-bottom: 5px !important;
     }     
.subtitle_post_standard {
     text-transform: uppercase;
     }



/* 24.3-  Meta Post Classic blog
================================================== */


.ig_meta_post_classic {
	margin: 0px;
	position: absolute;
	top: 11px;
	padding: 10px 15px 10px 0px;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.ig_meta_post_classic:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.ig_meta_post_classic span {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}


@media (max-width: 1100px) {
.ig_meta_post_classic {
	margin: 0px;
	position: relative;
	top: 11px;
	padding: 10px 15px 10px 0px;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
	
}







/* 24.4-  Meta Post Grid - List
================================================== */

.ig_meta_post_grid_list {
	margin: 0px;
	top: 11px;
	right: 55px;
	padding: 10px 15px 10px 0px;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

.ig_meta_post_grid_list:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.ig_meta_post_grid_list span {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}


/* 24.5-  Post Icon Social Share
================================================== */

.share_bot_post .ig_social_prod  {
	width: 140px;
	margin: 40px auto 0px;
	position: relative;
	
	opacity: 0.6;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	
	position: relative;
	padding: 0px; 
}

@media (max-width: 1100px) {
	.share_bot_post .ig_social_prod  {
		position: relative;
		padding: 0px; 
		float: none;
		width: 140px;
		margin: 40px auto;
		}
}

.ig_social_prod {
	margin: 0px;
	position: absolute;
	bottom: 11px;
	right: 55px;
	padding: 10px 15px 10px 0px;
	opacity: 0.6;
	    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}


.ig_social_prod {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 140px;
	
	opacity: 0.6;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}





.ig_social_prod:hover {
	opacity: 1;
    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}
	
	
@media (max-width: 1100px) {
.ig_social_prod {
	position: relative;
	padding: 35px 15px 10px 0px;
	float: left;
	margin-left: 55px;
	}

}

.ig_social_prod_grid {
	margin: 10px 0px 0px 0px;
text-align: center;
	bottom: 11px;
	right: 55px;
	padding: 10px 15px 0px 0px;
	opacity: 0.6;
	    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}

.ig_social_prod_grid:hover {
	opacity: 1;
    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}
	
.ig_social_prod i,
.ig_social_prod_grid i {
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;

     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
.ig_social_prod i:hover,
.ig_social_prod_grid i:hover {

     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}

.ig_social_prod span,
.ig_social_prod_grid span {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}






/* 24.6-  GR Social Share 
================================================== */
		
#social-shares {
	margin: 60px 0px 30px 0px;
	text-align: center;
	}

#social-shares a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	height: 2.3em;
	line-height: 2.3;
	padding: 0 0.4em 0 0;
	color: #fff;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: 0.4em 50%;
	border-radius: 2px;
	width: 8%;
	 transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

#social-shares a:hover {
     opacity: 0.6;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	}

#social-shares a span {
     font-size: 15px;
     margin-right: 5px;
	}

@media only screen and (max-width: 480px) {
#social-shares {
	text-align: left;
	}
#social-shares a {
	width: 18.8%;
	margin-left: 3px;
	}
#social-shares a span {
	float: right;
	}
}

@media only screen and (min-width: 481px) {
#social-shares a {
	width: 12% !important;
	}
}
@media only screen and (min-width: 790px) {
#social-shares a {
	width: 9% !important;
	}
}



/* 24.7-  About Author 
================================================== */

.content-author {
	padding: 0px;
	background-color: #fff;
	margin-bottom: 10px;
	}
.box_author {
	padding: 65px 55px;
	border-top: 1px solid #dadada; 
	min-height: 95px;
	}
.author-img-left {
	float: left;
	margin-right: 25px;
	position: absolute;
	}
.author-img-left img {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	}
.author-description {
	position: relative;
	padding-left: 80px;
	}
.author-description h4 {
	margin-bottom: 5px !important;
	}
.author-description p {
	margin: 0px 20px 0px 0px;
	font-size: 15px;
	}


/* 24.8-  Related Post (Style 1 - Style 2)
================================================== */
  
.content-related-post {
	padding: 65px 55px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.content-related-post h3 {
	font-size: 24px;
}


/* Style 1 */
.related-post-style1 h5 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;	
	}
.related-post-style1 h6.r-p-date {
	font-size: 11px;
	font-style: italic;
	color: #929292;
	}
.img_related_post {
	position: absolute;
	width: 80px;
	}
.title_related_post {
	position: relative;
	padding-left: 90px;
	display: inline-block;
	}

/* Style 2 */
.related-post-style2 h5 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 15px;
	letter-spacing: 0px;
	}
.related-post-style2 h6.r-p-date {
	font-size: 12px;
	font-style: italic;
	color: #929292;
	}
	

/* 24.9- Post Twitter Status 
================================================== */ 

.twitter-tweet { 
	margin: 40px auto !important;
}
.twitter_status_wrapper{
	position: relative;
}




/*-------------------------------------------------------------------------*/
/* 25- Post Gallery  - Carusel Post   
/*-------------------------------------------------------------------------*/

  
/* 25.1- Gallery Slide - Template Infinite Post
================================================== */ 


.slide_post_infinite.owl-theme .owl-controls {
	position: absolute;
  top: 0;
  left: -85px;
}
@media (max-width:991px){

.slide_post_infinite.owl-theme .owl-controls {
	display: none !important;
	}
}

.slide_post_infinite .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 6px 5px 0px 5px;
	padding: 3px 13px;
	font-size: 19px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
.slide_post_infinite .owl-controls .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}



 
/* 25.2- Gallery Post
================================================== */ 


.slide_post .owl-controls {
	position: absolute;
	z-index: 999999999;
	right: 50px;
	
}
@media (max-width: 480px){

.slide_post .owl-controls {
	display: none !important;
	}
}

.slide_post.owl-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 13px;
	font-size: 19px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
}
.slide_post.owl-theme .owl-controls .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}




/*-------------------------------------------------------------------------*/
/* 26- Post Pagination / Navigation   
/*-------------------------------------------------------------------------*/


/* 26.1- Pagination Post
================================================== */ 

.ilgelo_pagination {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	}
		
a.page-numbers {
	text-align: center;
	font-size: 16px;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0px 3px;
	padding-top: 4px;		
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	border: 1px solid;
	}
a.page-numbers:hover {	
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	background-color: transparent;
	padding-top: 4px;
	border: 1px solid;
	}
.page-numbers.current {
	font-size: 16px;
	float: left;
	padding: 11px 20px 10px 20px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	padding: 5px 6px 6px 12px;
	width: 35px;
	height: 35px;
	margin: 0px 3px;
	}
.next {
	float: right !important;
	}
	
a.next.page-numbers {
	padding-top: 3px;
	}	
a.prev.page-numbers {
	padding-top: 3px;
	}
a.next.page-numbers:hover,
a.prev.page-numbers:hover {
	padding-top: 3px;
    }
.prev {
	float: left !important;
	}
span.dots {
	text-align: center;
	font-size: 17px;
	padding: 11px 20px 10px 20px;
	float: left;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	}

/* 26.2- Navigation Post
================================================== */ 

.ig_navigation {
padding: 40px 0px 60px 0px;
border-top: 1px solid #dadada;
    display: inline-block;
    width: 100%;
}

.ig_navigation .alignleft {
	margin-left: 20px;
	max-width: 40%;
		margin-right: 3%;

}
.ig_navigation .alignright {
	margin-right: 20px;
	max-width: 40%;
}
      
.ig_navigation .alignright i {
	margin-left: 10px;
	color: #dadada;
}   
  .ig_navigation .alignleft i {
	margin-right: 10px;
	color: #dadada;
}  




/*-------------------------------------------------------------------------*/
/* 27- Animation Hover Image   
/*-------------------------------------------------------------------------*/


/* Common style */

.grid {
	overflow: hidden;
}

.normal_cont {
	margin: 0px;
	overflow: hidden;
}

.grid figure,
.normal_cont figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}

.grid figure img,
.normal_cont figure img {
	position: relative;
	display: block;
	/* min-height: 100%;
	max-width: 100%;*/
	opacity: 1; /* opacity image 0.8 */
}

.grid figure figcaption,
.normal_cont figure figcaption {
	padding: 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.normal_cont figure figcaption {
	padding: 0px;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a,
.normal_cont figure figcaption > a {
	z-index: 1; 
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

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

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

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

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

/* Animation Ruby */

figure.effect-ruby {
	background-color: #333333;
}

figure.effect-ruby img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-backface-visibility: hidden;
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
}

figure.effect-ruby .grid_title {
	margin-top: 85%;
	padding: 20px 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	 transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
}

figure.effect-ruby p {
	font-style: italic;
	font-size: 15px;
	margin: 10px 0 0;
	padding: 10px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
	-webkit-backface-visibility: hidden;
} 

figure.effect-ruby:hover .grid_title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	margin-top: 70%;
		
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}


figure.effect-ig-feat-images {
	background-color: #333333;
}

figure.effect-ig-feat-images img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-backface-visibility: hidden;
}

figure.effect-ig-feat-images:hover img,
.total-content-list:hover img,
.cont-total-infinite:hover img {
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
}

figure.effect-ig-feat-images .grid_title {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
     opacity: 0;
     margin: 26% auto;
     width: 75px;

}

.cube_hover {
	border: 1px solid #fff;
	font-size: 13px;
	text-align: center;
	width: 75px;
	height: 75px;
	max-height: 75px;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
}

figure.effect-ig-feat-images:hover .grid_title,
.total-content-list:hover .grid_title,
.cont-total-infinite:hover .grid_title {
     opacity: 1;
	transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
}


/* End */