/* GENERAL 
-------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.clear{
	clear: both;
}


/* Buttons */
.stw-btn{
	padding: 8px 15px;
	font-size: 12px;
	margin-bottom: 10px;

	display: inline-block;
	text-shadow: none;
	text-decoration: none;
	border: none;
	position: relative;
	outline: none;

	font-weight: 600;
	color: #444;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.stw-btn:hover {
	top: 1px;
	text-decoration: none;
}
.stw-btn:active {
	top: 4px;
	box-shadow: none !important;
	text-decoration: none;
	outline: none;
}

a.stw-btn{
	line-height: 16px;
	min-height: 16px;
	text-decoration: none !important;
}



/* TABS 
-------------------------------------------*/
.stw-tabwrap {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}
.stw-tabs { 
	overflow: hidden;
	margin: 0;
	margin-bottom: -1px !important;
}
.stw-tabs li { 
	list-style: none !important; 
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}
.stw-tabs li a {
	float: left;
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px; 
}

.stw-tabs li a i{
	margin-right: 4px;
}

.stw-tabs li.current a {
	background: #fff;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}

.stw-tabs li:first-child a{ 
	border-right: none; 
	border-top-left-radius: 2px;
}
.stw-tabs li:last-child a{ 
	border-left: none; 
	border-top-right-radius: 2px;
}

.stw-content > div {
	clear: both;
	padding: 20px;
	line-height: 19px;
	color: #666;
	opacity: 0;
	display: none;
	border: 1px solid #ddd;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: .2s;
	   -moz-transition: .2s;
			transition: .2s;
}

.stw-content .current { opacity: 1; display: block; }
.stw-content .first { display: block; }

.stw-content ul,
.stw-content ul li{
	list-style: none;
	margin: 0;
}


/* Tags */
.stw-tagcloud a{
	border: 1px solid #cdcdcd;
	font-size: 12px !important;
	padding: 4px 8px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 2px;
	border-radius: 2px;
	text-decoration: none !important;
}
.stw-tagcloud a:before{
	font-family: 'FontAwesome';
	content: "\f02b";
	margin-right: 4px;
}


/* CONTACT FORM 
-------------------------------------------*/
.stw-contactForm input,
.stw-contactForm textarea,
.stw-contactForm .contact-captcha img,
.stw-contactForm .refresh-text{
	margin-bottom: 10px;
}
.stw-contactForm .captcha-refresh {
	display: inline-block;
	background: url(../images/refresh.png) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	width: 14px;
	height: 15px;
	margin-bottom: -3px;
}
.stw-contactForm span.error {
	color: #F00;
	clear: both;
	display: block;
	margin: 0 0 10px 0;
}

.stw-contactForm input,
.stw-contactForm textarea{
	width: 96% !important;
	padding: 2% !important;
}

.stw-contactForm .bg-input.captcha-holder{
	position: relative;
	width: 98%;
}



/* NEWSLETTER 
-------------------------------------------*/
.input-newsletter,
.submit-newsletter{
	margin-bottom: 10px;
}


/* TWITTER 
-------------------------------------------*/
.stw-twitter,
.stw-twitter li{
	list-style: none !important;
	margin: 0;
}
.stw-twitter li .box-twitter{
	margin-bottom: 20px;
	float: left;
	display: inline;
}
.stw-twitter li i{
	color: #55ACEE;
	font-size: 24px;
	line-height: 34px;
	margin-right: 5px;
	vertical-align: middle;
}


/* SOCIAL NETWORK 
------------------------------------------*/
.stw-social-network,
.stw-social-network li{
	margin: 0 !important;
	list-style: none !important;
}
.stw-social-network li{
	margin-bottom: 8px !important;
}

.stw-social-network .stw-rss .fa-circle{
	color: #FF6600;
}
.stw-social-network .stw-twitter .fa-circle{
	color: #00aced;
}
.stw-social-network .stw-facebook .fa-circle{
	color: #3b5998;
}
.stw-social-network .stw-flickr .fa-circle{
	color: #ff0084;
}
.stw-social-network .stw-google.plus .fa-circle{
	color: #dd4b39;
}
.stw-social-network .stw-youtube .fa-circle{
	color: #bb0000;
}
.stw-social-network .stw-linkedin .fa-circle{
	color: #007bb6;
}
.stw-social-network .stw-tumblr .fa-circle{
	color: #32506d;
}
.stw-social-network .stw-instagram .fa-circle{
	color: #3f729b;
}
.stw-social-network .stw-skype .fa-circle{
	color: #00aff0;
}

.stw-social-network li a{
	margin-left: 4px;
}


/* IMAGE & TEXT 
--------------------------------*/
.stw-more-btn{
	background: #333;
	padding: 6px 10px;
	color: #FFF !important;
	border-radius: 2px;
	line-height: 20px;
	display: inline-block;
}
.stw-more-btn i{
	margin-left: 6px;
}
.imgTextWidget .stw-sidebar-img{
	max-width: 100%; 
	margin-bottom: 20px;
}
.imgTextWidget h4{
	margin-bottom: 20px;
}


/* FACEBOOK 
---------------------------------*/
/*.facebook-widget iframe{
	width: 100% !important;
}*/


/* GOOGLE MAP 
---------------------------------*/
.widget .google_map img,
.google_map img{
	max-width: initial;
}


/* SIDEBAR LOGIN 
--------------------------------*/
.stw-sidebar_login_form form input{
	margin-bottom: 10px;
}
.sidebar_login_information,
.sidebar_login_information li,
.stw-sidebar_login_form,
.stw-sidebar_login_form li{
	margin: 0 !important;
	list-style: none !important;
}
.sidebar_login_information li i{
	margin-right: 5px;
}


/* SUB PAGES 
--------------------------------*/
.stw-sub_nav ul,
.stw-sub_nav li{
	margin: 0 !important;
	list-style: none !important;
}
.stw-sub_nav li i{
	margin-right: 5px;
}


/* AUDIO 
--------------------------------*/
/* Audio shortcode last element droping fix */
.stw-audio .mejs-controls > div:last-of-type {
	position: relative !important;
	clear: both !important;
	float: right !important;
	top: -26px !important;
}
.stw-audio .mejs-container .mejs-controls > div:last-of-type {
	position: relative !important;
	clear: both !important;
	float: right !important;
	top: -26px !important;
}


/* VISUAL COMPOSER specific 
--------------------------------*/
.entry-content .widget a{
	color: inherit;
}
.entry-content .widget input,
.entry-content .widget textarea,
.entry-content .widget input:focus,
.entry-content .widget textarea:focus{
	border-color: inherit;
	background-color: inherit;
	color: inherit;
}