/*
	Theme Name: SMC Custom
	Theme URI: 
	Description: Started on HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Kent Harrison
	Author URI: 
	Tags: 
	

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	
}
/* logo */
.logo {
	
}
.logo-img {
	
}
/* nav */
.nav {
	
}
/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.recent .alignleft {
	float:left;
	margin:5px 20px 28px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Color
02. Background color
03. Border color
04. Button
05. Custom color


============================================================== */

/*
Color
=========================== */
a, a:hover,
.home-nav .text-link:hover,
nav li a:hover,
nav li a.active,
.navbar-inner nav ul li a.selected,
.navbar-inner nav ul li a.active,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span  
.testimoni strong, .testimoni  span, 
.validation, .img-caption i:hover, 
.box.article h4 a:hover,
ul.footer-link li a:hover, ul.footer-contact li a:hover,
.meta-post a:hover,
ul.related-post li a:hover, ul.cat li a:hover, ul.recent li a:hover, 
.media-heading a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li.active a, 
.recent-post-box h6 a:hover{
	color:#4682b4;
}

/*
Background color
=========================== */
.btn-primary,
.box-nav,
.navbar-inner, 
.services-bgcolor,
.og-details a,
.media-icon, 
.nav-tabs > li > a:hover,
.intro, .headline, 
#toTopHover, .team-desc, .folio-caption, 
.fancybox-close{
	background-color:#4682b4;
}

/*
Border color
=========================== */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
footer, #boxed, .img-caption i:hover,
.postdate span{
	border-color:#4682b4;
}
.folio-title {
	height: 120px;
	border-color:#4682b4;
}

/*
Button
=========================== */
.btn-bevel.btn-primary {
  background: rgb(70,130,180);
  background: -moz-linear-gradient(top,  rgba(70,130,180,1) 0%, rgba(49,107,156,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,130,180,1)), color-stop(100%,rgba(49,107,156,1)));
  background: -webkit-linear-gradient(top,  rgba(70,130,180,1) 0%,rgba(49,107,156,1) 100%);
  background: -o-linear-gradient(top,  rgba(70,130,180,1) 0%,rgba(49,107,156,1) 100%);
  background: -ms-linear-gradient(top,  rgba(70,130,180,1) 0%,rgba(49,107,156,1) 100%);
  background: linear-gradient(to bottom,  rgba(70,130,180,1) 0%,rgba(49,107,156,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#316b9c',GradientType=0 );
  box-shadow: #205887 0 4px 0px;
}

.btn-bevel.btn-primary:hover{
  color:#fff;
  background: rgb(49,107,156);
  background: -moz-linear-gradient(top,  rgba(49,107,156,1) 0%, rgba(70,130,180,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,107,156,1)), color-stop(100%,rgba(70,130,180,1)));
  background: -webkit-linear-gradient(top,  rgba(49,107,156,1) 0%,rgba(70,130,180,1) 100%);
  background: -o-linear-gradient(top,  rgba(49,107,156,1) 0%,rgba(70,130,180,1) 100%);
  background: -ms-linear-gradient(top,  rgba(49,107,156,1) 0%,rgba(70,130,180,1) 100%);
  background: linear-gradient(to bottom,  rgba(49,107,156,1) 0%,rgba(70,130,180,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316b9c', endColorstr='#4682b4',GradientType=0 );
}

/*
Custom color
=========================== */
.yellow{
	background:#fec415;
}

.green{
	background:#9dc500;
}

li.dropdown:hover > .dropdown-menu {
    display: block !important;    
}
