/*
 Theme Name:   Site Theme
 Description:  Site Theme
 Author:       YST
 Template:     accountant-wp
 Version:      1.1.0
 Text Domain:  site-theme
*/

/*main*/
body {
    font-weight: 300;
}
p, .widget_text_class p, .widget_text p {
    font-family: 'Poppins';
}
.top-bar .sing_in a {
	padding-left: 30px;
	top: 8px;
    color: #67686b;
}
.top-bar .sing_in a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f023";
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff7200;
    font-size: 1.5em;
}
.top-bar .widget_text_class, .top-bar .widget_text {
    background: #ffffff;
}
.top-bar .skype {
	position: relative;
    top: -7px;
	padding-left: 15px;
}
.top-bar .skype, .top-bar .sing_in a {
	font-size: 17px;
    font-weight: bold;
}
.navbar .navbar-toggle {
	width: 29px;
	height: 29px;
	float: left;
}
.navbar .navbar-toggle {
    border-color: #ffffff;
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
}
.navbar .navbar-toggle .icon-bar {
	width: 29px;
    background-color: #ff7200;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar .collapsed .icon-bar {
	display: block;
}
.navbar .collapsed {
	background-image: url('');
	background-position: center;
}
.header-collapsed .navbar-toggle .icon-bar {
	display: none;
}
.header-collapsed .navbar-toggle {
	width: 29px;
	height: 29px;
    background-image: url(img/mobile-menu-close-icon-v1.png);
	background-position: center;
}
.logo img {
    width: 100%;
    max-width: 100%;
}
#header .fa {
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff7200;
    font-size: 2.5em;
}
#header, #header.single {
	padding-bottom: 0px;
}
#header .menu {
    float: none;
}
#header .navbar-default {
    background-color: #0c3bc6;
}
#header.shadow-fixed.sticky-top {
	color: #ff7200;
}
#header .right-col-bar ul > li {
	text-align: center;
    height: auto;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#header.sticky nav, #header.sticky-top nav {
    padding-top: 20px;
}
#menu-header-menu {
    margin: 0px;
}
#footer .column-1 .widgettitle, #footer .column-3 .widgettitle, #footer .responsive-block-row .widgettitle {
	display: none;
}
#footer .widgettitle, .footer-copy .widgettitle, #footer .widget h4 {
    color: #ff7200;
    font-size: 20px;
    text-transform: none;
}
#footer .show-link {
    color: #ff7200;
}
.footer {
    padding-bottom: 10px;
}
.footer .widget_text_class, .footer .widget_text {
	padding: 0px;
    background: #0f1926;
}
.footer, .footer-copy {
    background: #0f1926;
}
.footer .widget a {
    color: #ff7200;
}
.footer .widget ul {
	padding: 0px;
}
.footer .widget ul li {
	list-style-type: none;
    padding-bottom: 10px;
}
.footer .widget ul a, .footer .widget strong {
	color: #ffffff;
}
.copy p {
    color: #ffffff;
}
#btt {
    bottom: 90px;
}

/*misc*/
.hesperiden.tparrows.tp-leftarrow:before, .hesperiden.tparrows.tp-rightarrow:before {
    content: "" !important;
}
div.wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto;
	width: 16px !important;
	height: 16px !important;
}
div.wpcf7 .wpcf7-response-output {
    position: relative !important;
}

/*responsive*/
@media (max-width:991px) {
	#header .top-bar {
		display: none;
	}
	#header .navbar-default {
		padding-bottom: 0px;
    	background-color: #ffffff;
	}
	#header .logo {
    	float: none;
	}
	#header .logo img {
    	width: auto;
    	max-width: 100%;
	}
	#header .widget_text_class, #header .widget_text, #header li.widget {
		background: #ffffff;
		padding: 10px 5px 10px 5px;
		list-style-type: none;
	}
}
@media (max-width: 800px) {
	h2.vc_custom_heading {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 0px !important;
	}
}
@media (max-width: 767px) {
	.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image img {
		width: auto;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.navbar-toggle {
    	display: inline-block;
	}
	.navbar-collapse.collapse {
    	display: none !important;
	}
	.navbar-nav > li > a {
		padding-top: 20px;
	}
}