/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

webizseo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Webizseo CSS */

/* TopBar Css */
.top_bar.ttm-bgcolor-darkgrey.clearfix {
  background: #1e1e1e;
  border-bottom: 1px solid #B4931A;
}
.top_bar_icon i {
  color: #B4931A !important;
}
.top_bar_contact_item.ttm-highlight-right::after {
  background-color: #B4931A;
	right: -10px;
	width: auto;
}
.top_bar_contact_item.ttm-highlight-right .top_bar_icon i, .top_bar_contact_item.ttm-highlight-right .top_bar_content, .top_bar_contact_item.ttm-highlight-right .top_bar_content a {
  color: #fff !important;
}

/* Header css */
#site-header-menu {
  background: #1e1e1e;
}
.ttm-header-style-01 .site-branding::before {
  content: "";
  position: absolute;
  left: auto;
  right: 83%;
  top: 0;
  width: 1200px;
  height: 95px;
  background-color: #1e1e1e;
  margin-right: 0px;
  margin-left: 0px;
  z-index: -1;
}
.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
  color: #fff;
}
.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li:hover > a {
  color: #B4931A;
}

.header_btn a {
  color: #fff !important;
  font-size: 20px !important;
  padding: 12px 15px !important;
  background: #B4931A !important;
  border-color: #B4931A !important;
}
.header_btn a:hover {
  background: transparent !important;
  border-color: #B4931A !important;
  color: #B4931A !important;
}
.header_btn a i {
  color: #fff !important;
}
.header_btn a:hover i {
  color: #B4931A !important;
}
.ttm-stickable-header.fixed-header {
  background-color: #1e1e1e;
}

/* Home Page css */
.featured-icon-box.style2 {
  background-color: #262626;
  padding: 55px 15px 52px;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -o-transition: all .9s;
  -ms-transition: all .9s;
  transition: all .9s;
  z-index: 1;
}

/* Footer Css */
.widget-latest-tweets {
  background-color: #262626;
  padding: 30px 30px 35px 30px;
}
.widget-recent-post ul.ttm-recent-post-list > li > a {
  padding-right: 15px;
  width: 100%;
}
.footer .widget ul li a i {
    color: #B4931A;
    /* font-size: 19px; */
}

/*Floating button css*/
.mu-single-call-box {
  max-width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 0 50px;
}
.mu-single-call-box .mu-btn {
  width: 240px;
  background: #ee3338;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  border-radius: 12px;
  transition: 0.1s;
  margin: 0 auto;
}
.mu-single-call-box .mu-btn:hover {
  background: #d2d0d0;
  color: #000;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 
{
  background:    #B4931A;
  box-shadow:    0 5px #000000;
  padding:       20px 15px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}


/*Mobile Css Start*/
@media (max-width: 768px){
	.site-branding {
		padding: 3px 0;
	}
	.ttm-header-style-01 #site-header-menu {
		background-color: #1e1e1e;
	}
	.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
		color: #B4931A;
	}
	.menubar-inner, .menubar-inner:after, .menubar-inner:before {
		position: absolute;
		width: 30px;
		height: 3px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 4px;
		background-color: #ffffff;
	}
	#slider-1-slide-1-layer-1, #slider-1-slide-1-layer-2, #slider-1-slide-2-layer-1, #slider-1-slide-2-layer-2 {
		font-size: 22px !important;
		text-align: center;
	}
	.mu-single-call-box {
		display: none;
	}
	#totop.top-visible {
		height: 60px;
		width: 60px;
		font-size: 40px;
	}
	#totop {
		font-weight: 900;
		color: var(--dark-grey-color);
		display: none;
		position: fixed;
		right: 5px;
		bottom: 20px;
		z-index: 999;
		height: 0;
		width: 0;
		font-size: 0;
		text-align: center;
		padding-top: 3px;
		border-radius: 0px;
		transition: .3s ease-in-out;
		line-height: 50px;
		box-shadow:    0 5px #000000;
	}
	.widget ul#menu-footer-quick-links li {
		display: inline-block;
		width: calc(100% - 1px);
		padding: 0 0 15px 0;
		position: relative;
	}
	.floating-btn, .floating-btn-2 {
	  position: fixed;
		bottom: 20px;
		display: block !important;
		z-index: 999;
	}
	.floating-btn{
		left: 10px;
	}
	.floating-btn-2{
		right: 75px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: white !important;
		font-size: 20px;
	}
}