/*
Theme Name: igamaot
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
*/
/* -------------------------------------------
Header Top Section 
---------------------------------------------*/
#main_header_inner_section{
	position: relative;
	display: block;
	clear: both;
}
.header_top_section{
	padding:18px 0;
	display: block;
	color: #8b8b8b;
	text-align: right;
}
.header_top_section span{
	margin-right: 20px;
	position: relative;
	padding-right: 20px;
}
.header_top_section span::after{
	margin-left: 15px;
	position: absolute;
	content: "";
	background: #a4c834;
	height: 4px;
	width: 4px;
	top: 6px;
}
.header_top_section span:last-child::after{
	width: 0px;
	height: 0px;
}
.header_top_section span i{
	margin-right: 6px;
	font-size: 14px;
}
.top_right_content a{
	display: inline-block;
	margin-right: 25px;
	color: #8b8b8b;
}
.sticky_logo, .header_retina_logo, .sticky_retina_logo{
	display: none;
}
/*----------------------------
Header Section 
----------------------------*/
.header_section_wrapper {
    margin-bottom: 52px;
    position: relative;
    z-index: 105;
}
#header_container_wrapper{
	background-color: #a4c834;
	display: block;
	padding: 30px 0;
}
.logo{
	margin-bottom: 0px;
}
.toggle_search{
	position: absolute;
	right: 0;
	top: -30px;
	padding: 32px 38px;
	background-color: #46c35b;
	color: #64de79;
	font-size: 20px;
	cursor: pointer;
}
.sticky_header_wrapper{
	position:fixed;
	top:0;
	z-index:150;
}
.home.blog .header_section_wrapper{
	margin-bottom: 0px;
}
/*-----------------------------
Footer Section 
------------------------------*/
footer .footer_widgets{
	overflow: hidden;
}
#footer_bottom {
	padding-bottom: 18px;
	padding-top: 18px;
	overflow: hidden;
}
#sidebar .widget_container, .footer_widget_container_wrapper{	
	padding: 60px 30px;
	overflow: hidden;
}
.footer_widgets div:nth-child(even) .footer_widget_container_wrapper{
	background-color: #ebebeb;
	height: 100%;
}
.footer_widgets div:nth-child(odd) .footer_widget_container_wrapper{
	background-color: #e2e2e2;
	height: 100%;
}
.footer_widgets .one_fourth, .footer_widgets .one_fourth_last{
	margin: 0px!important;
	width: 25%!important;
}
.footer_widgets .one_third, .footer_widgets .one_third_last{
	margin: 0px!important;
	width: 33.33%!important;
}
.footer_widgets .one_half, .footer_widgets .one_half_last, .footer_widgets .two_fourth, .footer_widgets .two_fourth .last{
	margin: 0px!important;
	width: 50%!important;
}
.footer_widgets .one_fifth, .footer_widgets .one_fifth_last{
	margin: 0px!important;
	width: 20%!important;
}
.footer_widgets .two_third{
	margin: 0px!important;
	width: 66.65%!important;
}
.footer_widgets .three_fourth, .footer_widgets .three_fourth .last{
	margin: 0px!important;
	width: 75%!important;
}
.footer_widgets  .three_fifth .last, .footer_widgets .three_fifth{
	margin: 0px!important;
	width: 60%!important;
}
.footer_widgets  .two_fifth  .last, .footer_widgets .two_fifth {
	margin: 0px!important;
	width: 40%!important;
}
span.footer_right {
    text-align: right;
    float: right;
}
/* Footer Menu */
ul#menu-footer-menu, .menu-footer ul{
    list-style: none;
    text-align: right;
}
ul#menu-footer-menu li, .menu-footer ul li {
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 0;
}
.menu-footer ul li:first-child, ul#menu-footer-menu li:first-child{
    padding-left: 0;
}
/*----------------------------
Sub header Section 
-------------------------------*/
.sub_header_wrapper{
	padding: 60px 0;
	position: relative;
}
.sub_header_wrapper h2{
	margin-bottom: 0px;
	color: #fff;
	position: relative;
	padding-bottom: 25px;
}
.sub_header_wrapper h2::after{
	content: "";
	position: absolute;
	height: 2px;
	background-color: #fff;
	display: block;
	width: 50px;
	bottom: 0px;
	margin-top: 15px;
}
.sub_header_wrapper p{
	margin-top: 30px;
	color: #fff;
}
.bread_crumbs{
	padding: 20px 0px 0!important;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
}
.bread_crumbs .delimiter{
	margin: 0 15px;
}
.page_title_bg_pattern {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/*------------------------------
Search box 
------------------------------*/
.search_box_wrapper .container{
		position: initial;
}
.search_box_wrapper{
	overflow: hidden;
	position: relative;
	z-index: 5;
	display: none;
	background-color: #fff;
	position: absolute;
}
.search_box_wrapper .search_form input{
	height: 100px;
	width:100%!important;
	border: none;
	line-height: 100px;
	padding: 0%!important;
	font-size: 25px;
	color: #e8e8e8!important;
	border:0px!important;
}
.search_box_wrapper #search_submit{
	display: none;
}
/*------------------------------
Description Box Style
------------------------------*/
.description_box {
    display: block;
    position: relative;
    padding: 60px 30px;
}
.title_style1{
    margin-bottom: 45px;
    padding-bottom: 25px;
    position: relative;
}
.title_style2{
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.description_box h3 .title_seperator, .image_boxes h3 .title_seperator{
  background-color: #a4c834;
  bottom: 0;
  display: block;
  height: 1px;
  position: absolute;
  width: 50px;
}
.divider_style1{
  margin-bottom: 35px;
  display: block;
  height: 0px;
  overflow: hidden;
}
/* Error Page Settings */
.error_404_page_wrapper {
    text-align: center;
}
.error_404_page_wrapper h2.title_style2 {
    margin-bottom: 60px;
    font-size: 35px;
    color: #4d4d4d;
    padding-bottom: 20px;
}
.error_404_page_wrapper h2 span {
   left: 0;
   right: 0;
   margin: 0px auto;
}
.error_404_page_wrapper h3{
    letter-spacing: 2px;
    font-size: 10em;
    color: #a4c834!important;
    line-height: 1em;
}
.error_404_page_wrapper h4 {
    letter-spacing: 2px;
    font-size: 22px;
    color: #a4c834!important;
}
.error_404_page_wrapper p{
	color: #8b8b8b;
}
/* Comming Soon */
.page-template-coming-soon #main_header_content_section_wrapper, .page-template-coming-soon footer{
	display: none!important;
}
.page-template-coming-soon #boxed_layout{
	width: 100%!important;
}
.coming_soon_page_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.coming_soon_page_logo {
    text-align: center;
    margin: 25px auto;
}
.coming_soon_page_logo a img {
    margin: 0px auto;
}
.coming_soon_banner_content{
	position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    width: 70%;
    color: #fff;
}
.coming_soon_banner_content p{
	color: #fff;
}
.coming_soon_banner_content h3.title_style1 {
    font-size: 36px;
    color: #fff;
    line-height: 45px;
}
.coming_soon_banner_content span.title_seperator {
    left: 0;
    right: 0;
    margin: 0px auto;
}
.countdown_wrapper{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin:0 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 100px;
	color: #fff;
}
.countdown_time{
	font-size: 6em;
	display: block;
	overflow: hidden;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}
/* Wordpress Default Gallery settings */ 
.gallery br{
	display: none;
}
.gallery dl, .gallery dt{
	margin: 0px;
	padding: 0px;
}
.gallery dl{
	float: left;
	display: inline-block;
}
.gallery a img{
	float: left; 
}
.gallery dt {
	margin-bottom: 1px;
	margin-right: 1px;
	max-width: 99.6%;
}
.gallery-columns-0 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.30%;
}
.gallery-columns-4 .gallery-item {
	width: 24.9%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.4%;
}
.gallery-columns-9 .gallery-item {
	width: 11.0%;
}
.gallery-caption{
	padding: 5px 10px;
	margin-bottom: auto;
	width: 94.2%;
	bottom: 0;
	z-index: 999!important;
	text-align: center;
	display: block;
}
/* Scroll Top */
.scroll_top{
    bottom: 20px;
    display: none;
    opacity: 1;
    position: fixed;
    right: 20px;
    z-index:999;
}
.scroll_top i{
    color: #000;
    font-size: 2.5em;
}