/*
Theme Name: Lasermo
Theme URI: http://www.simplewpthemes.com
Version: 1.0
Author: Simple WP Themes
Author URI: http://www.simplewpthemes.com
Description: Free Wordpress theme by <a href="http://www.simplewpthemes.com/">SimpleWPThemes.com</a>. 
Text Domain: swt
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Font Icons
3.0 - Typography
4.0 - Elements
5.0 - Forms
6.0 - Media
   6.1 - Images
   6.2 - Captions
   6.3 - Galleries
7.0 - Layouts
8.0 - Navigation
  8.1 - Links
  8.2 - Menus
  8.3 - Pagination
9.0 - Alignments and Classes
10.0 - Clearings
11.0 - Header
12.0 - Content
   12.1 - Posts and Pages
   12.2 - Post Formats
   12.3 - Comments
   12.4 - Loop Meta
13.0 - Widgets
14.0 - Footer
15.0 - Simple Grid
16.0 - Plugins & Extras
17.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 16px;  
	overflow-y: scroll;  /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */	
	-webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
 /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;  /* Fallback for when there is no custom background color defined. */
	overflow: hidden; /* Prevents scroll bars from appearing when having really long drop down menu. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e1e0e0;
	margin: 0 0 1.5em 0;
	width: 100%;	
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	border: 1px solid #e1e0e0;	
	padding: 0.8em 30px;	
}

th {
	font-weight: bold;
	font-size: 1.25em;
	color: #000;
}

table caption {
	text-align: center;
	border-bottom: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px 0;
	text-align: center;
}

blockquote:before,
blockquote:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

q:before,
q:after { content: '"'; }

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
3.0 - Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font: 300 15px/1.5 'Roboto', sans-serif;
	line-height: 1.5;	
	color: #666666;
	word-wrap: break-word;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	font-family:'Roboto';
	margin: 0 0 1em 0;
	color: #000;
}

h1 { font-size: 35px; }
h2 { font-size: 33px; }
h3 { font-size: 30px; }
h4 { font-size: 28px; }
h5 { font-size: 26px; }
h6 { font-size: 24px; }

p, dl {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}
 
pre {
	display:block;
	font: 1em/2 "Courier 10 Pitch", Courier, monospace;
	color: #333333;
	background-color:#e7e7e7;
	background: -webkit-repeating-linear-gradient( to bottom, #e7e7e7, #e7e7e7 2em, #d4d4d4 2em, #d4d4d4 4em );    
	background:    -moz-repeating-linear-gradient( to bottom, #e7e7e7, #e7e7e7 2em, #d4d4d4 2em, #d4d4d4 4em );    
	background:     -ms-repeating-linear-gradient( to bottom, #e7e7e7, #e7e7e7 2em, #d4d4d4 2em, #d4d4d4 4em );    
	background:      -o-repeating-linear-gradient( to bottom, #e7e7e7, #e7e7e7 2em, #d4d4d4 2em, #d4d4d4 4em );    
	background:	        repeating-linear-gradient( to bottom, #e7e7e7, #e7e7e7 2em, #d4d4d4 2em, #d4d4d4 4em );    
	-webkit-background-size: 4em 4em;
       -moz-background-size: 4em 4em;
	        background-size: 4em 4em;
	padding: 2em 1em;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background: #f6f6f6;
	color: #000;
	border: 1px solid #e3e3e3;
	padding: 0 5px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
2.0 - Font Icons 
--------------------------------------------------------------*/

#menu-primary .menu-item-has-children > a:after,
#menu-secondary .menu-item-has-children > a:after,
#toggle-primary-menu:before,
#toggle-secondary-menu:before,
.breadcrumb-trail a[rel="home"]:before,
.widget_search label:after,
li.recentcomments .comment-author-link:before,
.post-info .entry-published,
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
4.0 - Elements
--------------------------------------------------------------*/

blockquote {
	margin: 0 0 1.5em;
	padding: 0 0 0 3.5%;
	color: #666;
	border-left: 5px solid #e1e0e0;	
}

blockquote blockquote { padding: 0.5% 2%; }
	
blockquote p { margin: 0; }

blockquote cite { 
	font-style: italic;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	color: #000;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;  /* Make sure images are scaled correctly. */
	max-width: 100%;  /* Adhere to container width. */;
}

figure {
	margin: 0;
	max-width: 100%;
}

/*--------------------------------------------------------------
5.0 - Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%;  /* Corrects font size not being inherited in all browsers */
	margin: 0;  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;  /* Improves appearance and consistency in all browsers */
	-webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;	
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: 0;
	background: #3498db;
	color: #fff;
	cursor: pointer;  /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;  /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	line-height: 1;
	padding: 16px 20px 14px;
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;  /* Addresses excess padding in IE8/9 */
	display: inline-block;	
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
 /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 15px;
	color: #666;
	background: #c1c0c12e;
	border: 1px solid #e1e0e0;
}

input[name="post_password"] { margin-bottom: 20px !important; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
}

::-webkit-input-placeholder { color: #666; opacity: 1; }
:-moz-placeholder { color: #666; opacity: 1; }  /* Firefox 18- */
::-moz-placeholder { color: #666; opacity: 1; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

textarea {
	overflow: auto;  /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;  /* Improves readability and alignment in all browsers */
	width: 100%;
	padding: 10px 20px;
	min-height: 170px;	
}

fieldset {
	margin: 0 0 1.5em 0;
	padding: 3%;
	border: 1px solid #e1e0e0;
}

legend {
	border: 0;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0;
	white-space: normal;
}
 
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="tel"],
input[type="time"],
input[type="week"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	background: #c1c0c12e;
	display: block;
	padding: 10px;
	width: 100%;	
}

input[type="number"] { width: auto; }

/*--------------------------------------------------------------
6.0 - Media
--------------------------------------------------------------*/

/* === 6.1 - Images === */

img.tb-full { margin: 0 0 1.5em; }

img.portrait.tb-full {
	float:     right;
	max-width: 33%;
	margin:    0 0 1.5em 1.5em;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.embed-wrap {
	position:       relative;
	margin-bottom:  1.5rem;
	padding-bottom: 56.25%;
	padding-top:    30px;
	height:         0;
	overflow:       hidden;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
	position:  absolute;
	top:       0;
	left:      0;
	width:     100%;
	max-width: 100%;
	height:    100%;
}

/* === 6.2 - Captions === */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;	
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	position:   absolute;
	bottom:     1.5em;
	padding:    0.5em 0.75em;
	font-size:  1em;
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
}

.wp-caption .wp-caption-text a {}
 
/* === 6.3 - Galleries === */

.gallery { 
	display: block; 
	clear: both; 
	overflow: hidden; 
	margin: 0 auto 1.5em; 
}

.gallery .gallery-row { 
	display: block; 
	clear: both; 
	overflow: hidden; 
	margin: 0; 
	padding: 0;
	float: none;	
}

.gallery .gallery-item { 
	overflow: hidden; 
	float: left; 
	margin: 0 0 0.5em !important; 
	text-align: center; 
	list-style: none; 
	padding: 0; 
}

.gallery .gallery-item:last-of-type { padding-right: 0; }

.gallery .gallery-item .gallery-icon img { 
	width: auto; 
	max-width: 89%; 
	height: auto; 
	margin: 0 auto; 
	padding: 10px; 
	border: 1px solid #e1e0e0;
}

.gallery-caption { margin-left: 0; }

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }

/*--------------------------------------------------------------
7.0 - Layouts
--------------------------------------------------------------*/
 
#main {background: #fff; }

.singular #main {}

.layout-default #content,
.layout-2c-l #content { float: left; }
.layout-2c-r #content { float: right; }

.layout-default #sidebar-primary,
.layout-2c-l #sidebar-primary { float: right; }
.layout-2c-r #sidebar-primary { float: left; }

.layout-1c #sidebar-primary { display: none; } /* Hide sidebar in customizer */

#sidebar-subsidiary { 
	width: 100%;
	padding: 62px 0 0;
	font-size: 14px;
	background: #111111;
}

#sidebar-subsidiary .wrap { border-bottom: 1px solid #1d1d1d; }

#content { width: 64%; }
.layout-1c #content { width: 100%; }
#sidebar-primary { width: 30%; }

.page-template-template-full #main { max-width: 100%; padding: 0; }
.page-template-template-full #main.wrap { width: 100%; }


/*--------------------------------------------------------------
  8.0 - Navigation
--------------------------------------------------------------*/
   
/* === 8.1 - Links === */
 
a {
	color: #3498db;
	text-decoration: none;	
	-webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
         -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;		
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #3498db;
	text-decoration: underline;
}

/* === 8.2 - Menus === */

#menu-primary { 
	background: #323232;
}

.menu-items {
	margin: 0;		
	width: 100%;
}

.menu-items ul {
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 990px) {
			
	.js .menu-items { position: relative; }
	  
	.js .menu-items.closed { max-height: none; }  
	
	#toggle-primary-menu,
	#toggle-secondary-menu {
		display: none;
	}
	 
	/*=== Menu Primary ===*/ 
		
	#menu-primary-items li {
 		display: inline-block;
		float: left;
		line-height: 43px;
		position: relative;
	}
		
	#menu-primary-items a {
		display: block;
		float: left;
		margin: 0 20px 0 0;
		white-space: nowrap;
		font-size: 12px;
		color: #b9b9b9;
 	}
 
	#menu-primary-items li.current-menu-item, 
	#menu-primary-items li.current-menu-item > a, 
	#menu-primary-items li:hover > a, 
	#menu-primary-items ul a:hover { 
		text-decoration: underline; 
	}
			
	#menu-primary-items li.current-menu-item { text-decoration: none; }
	
	#menu-primary-items ul {
		margin: 20px 0 0 0;
 		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 43px;
		z-index: 99999;    
		background: #595959;
		transition: all .4s ease-in-out;		
	}
		
	#menu-primary-items ul ul {
		top: 0;
		left: 190px;
		margin: 0 0 0 20px;		
	}
	
	#menu-primary-items li li {
 		display: block;
		height: auto;
		line-height: 1;
	}	
		
	#menu-primary-items li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu-primary-items ul li:hover > ul {
		left: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	#menu-primary .menu-item-has-children > a:after {
		content: "\f107";
		padding: 0 0 0 5px;
	}

	
	#menu-primary-items li.menu-item-has-children:hover a:after { 
		text-decoration: none;
	}

	#menu-primary .sub-menu li a:after,
	#menu-secondary .sub-menu li a:after {
		position: absolute;
		right: 10px; 
		top: 15px;	
		-webkit-transform: rotate(-90deg); 
		   -moz-transform: rotate(-90deg); 
		    -ms-transform: rotate(-90deg); 
		     -o-transform: rotate(-90deg); 
			    transform: rotate(-90deg);		
	}	
	
	#menu-primary .sub-menu,
	#menu-primary .sub-menu li	{ 
		width: 190px;
		background: #666666; 
	}
	
	#menu-primary-items .sub-menu a {
 		padding: 5px 16px 9px;
		white-space: normal;
		color: #f4f4f4;
		width: 100%;
		display: block;
	}		
	
	#menu-primary .sub-menu li:first-child,
	#menu-primary .sub-menu li:only-child a	{ padding-top: 10px; }
	
	#menu-primary .sub-menu li:last-child { padding: 0 0 6px; }
			
	/*=== Menu Secondary ===*/
	
	#menu-secondary {
		background: #ca0d07;
		min-height: 63px;
	}

	#menu-secondary .wrap { position: relative; }

	.search-on #menu-secondary-items {
		width: 95%;
		float: left;
	}

	#menu-secondary-items li {
 		display: inline-block;
		float: left;
		line-height: 63px;
		position: relative;
	}
		
	#menu-secondary-items a {
		display: block;
		float: left;
		margin: 0 30px 0 0;
		white-space: nowrap;
		color: #ffffff;
		font-size: 14px;		
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#menu-secondary-items li.current-menu-item, 
	#menu-secondary-items li.current-menu-item > a, 
	#menu-secondary-items li:hover > a, 
	#menu-secondary-items ul a:hover { 		
		text-decoration: underline; 
	}
			
	#menu-secondary-items li.current-menu-item { text-decoration: none; }
	
	#menu-secondary-items ul {
		margin: 20px 0 0 0;
 		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 63px;
		z-index: 99999;    
		background: #f1921a;
		transition: all .4s ease-in-out;		
	}
		
	#menu-secondary-items ul ul {
		top: 0;
		left: 240px;
		margin: 0 0 0 20px;		
	}
	
	#menu-secondary-items li li {
 		display: block;
		height: auto;
		line-height: 1;
	}	
		
	#menu-secondary-items li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu-secondary-items ul li:hover > ul {
		left: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	#menu-secondary .menu-item-has-children > a:after {
		content: "\f107";
		padding: 0 0 0 5px;
		color: #7087A4;
		font-size: 11px;
		font-weight: bold;
	}
			
	#menu-secondary .sub-menu,
	#menu-secondary .sub-menu li	{ 
		width: 240px;
		background: #484545; 
	}
	
	#menu-secondary-items .sub-menu a {
 		padding: 10px 23px 10px;
 		display: block;
 		width: 100%;
 		margin-right: 0;
		white-space: normal;
		text-transform: none;
		font-size: 15px;
		font-weight: 500;
	}		

	#menu-secondary .sub-menu li a:after { top: 18px; }
	
	#menu-secondary .sub-menu li:first-child,
	#menu-secondary .sub-menu li:only-child a { padding-top: 13px; }
	
	#menu-secondary .sub-menu li:last-child { padding: 0 0 13px; }
	#menu-secondary .sub-menu li:only-child a { padding-bottom: 2px; }

	/*=== Search Form ===*/

	#menu-secondary .search {	
		position: absolute;
		top: 20px;
		right: 0;
		background: #375273;		
		padding: 0 0 0 20px;
	}	

	#menu-secondary .search-text[type="text"] {
		float: left;
		position: absolute;
		top: 0px;
		right: 0;
		width: 0;
		height: 24px;
		margin: 0 30px 0 0;
		background: transparent; 
		border: 0;
		color: #fff;
		font-size: 13px;
		font-weight: 500;
	}

	.search-button {
		position: absolute;
		top: 0; 
		right: 0;
		font-size: 22px;
		color: #7087a4;
		cursor: pointer;
		overflow: hidden;
	}

	.search-button:hover { text-decoration: none; color: #fff; }
	
	#menu-secondary .expand .search-text[type="text"] {
		position: static;
	 	width: 200px;
		border-bottom: 2px solid #fff;		
		background: #375273;
		padding: 0px 0 0;
	}

	#menu-secondary .expand .search-button {
		color: #fff;
	}

	#menu-secondary .search-text::-webkit-input-placeholder { color: #fff; opacity: 1; }
	#menu-secondary .search-text:-moz-placeholder { color: #fff; opacity: 1; }
	#menu-secondary .search-text::-moz-placeholder { color: #fff; opacity: 1; }
	#menu-secondary .search-text:-ms-input-placeholder { color: #fff; opacity: 1; }

}

@media only screen and (max-width: 989px) {

	.menu-items ul{margin:0;padding:0;width:100%;display:block;list-style:none}.menu-items li{width:100%;display:block}.js .menu-items{clip:rect(0 0 0 0);max-height:0;position:absolute;display:block;overflow:hidden;zoom:1}.menu-items.opened{max-height:9999px}.disable-pointer-events{pointer-events:none!important}.nav-toggle{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.opened.menu-items ul {opacity: 1;visibility: visible;}
	
	#menu-primary {
		min-height: 50px;
		background: #323232;
	}

	#menu-secondary {
		min-height: 50px;
		background: #ca0d07;
	}
	
	.social-icons-on #menu-primary-items { max-width: 100% !important; }
 
	#toggle-primary-menu:before,
	#toggle-secondary-menu:before {	
		content: "\f0c9";
	}
	
	#toggle-primary-menu,
	#toggle-secondary-menu {
		width: 30px;
		display: block;
		margin: 0 auto;
		color: #fff;	
		font-size: 35px;
		line-height: 50px;
		text-align: center;				
	}
 
	#menu-primary-items a {
		background: #adadad;
		color: #323232;
		font-weight: 300;
		width: 100%; 
		display: block;
		line-height: 40px;		
		padding: 0 30px;
		border-bottom: 1px solid #323232;		
	}
		
	#menu-primary-items a:hover { color: #fff; color: #323232; }
	
	#menu-primary-items ul li a { padding-left: 45px; }
	#menu-primary-items ul ul li a { padding-left: 60px; }
	#menu-primary-items ul ul ul li a { padding-left: 75px; }
	#menu-primary-items ul ul ul ul li a { padding-left: 80px; }
	
	
	/*=== Menu Secondary ===*/
	

	#menu-secondary-items { z-index: 9999999; } 

	#menu-secondary-items a {
		background: #323232;
		color: #f4f4f4;
		font-weight: 500;
		width: 100%; 
		display: block;
		line-height: 40px;		
		padding: 0 20px;
		border-bottom: 1px solid #f4f4f4;		
	}	
	
	#menu-secondary-items ul li a { padding-left: 45px; }
	#menu-secondary-items ul ul li a { padding-left: 60px; }
	#menu-secondary-items ul ul ul li a { padding-left: 75px; }
	#menu-secondary-items ul ul ul ul li a { padding-left: 80px; }
	
}

/* === 8.3 - Pagination === */

/* === Numbered Pagination === */
.pagination {
}

.page-numbers,
.page-links a {
	font-size: 18px;
	padding: 5px 10px 4px;
	border: 1px solid #e1e0e0; 
	color: #666;
}

.current.page-numbers,
.page-links span {
	border-color: #000000;
}

.prev.page-numbers {}
.next.page-numbers {}
.dots.page-numbers {}

/* === Paginated Post === */
.page-links a {}
.page-links span {}
 
/* === 5.4 Previous / Next Navigation Links === */
.singular .loop-nav {}
.singular .loop-nav a { font-style: italic; }
.singular .loop-nav .prev {}
.singular .loop-nav .next {}
 
/*--------------------------------------------------------------
9.0 - Alignments and Classes
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.left { float: left !important; }
.right { float: right !important; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-border { border: 0 !important; }

.hide { display: none !important; }
.show { display: block !important; }

.circle { border-radius: 50%; }
.rounded { border-radius: 15%; }

/*--------------------------------------------------------------
10.0 - Clearings
--------------------------------------------------------------*/

#header:before,
#header:after,
#menu-primary:before,
#menu-primary:after,
#menu-secondary:before,
#menu-secondary:after,
#main:before,
#main:after,
#footer:before,
#footer:after,
.custom-nav:before,
.custom-nav:after,
.entry-summary:before,
.entry-summary:after,
.entry-content:before,
.entry-content:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.wrap:before,
.wrap:after,
.row:before,
.row:after,
.widget:before,
.widget:after,
.clear:before,
.clear:after {
	content: "";
	display: table;
}

#header:after,
#menu-primary:after,
#menu-secondary:after,
#main:after,
#footer:after,
.custom-nav:after,
.entry-summary:after,
.entry-content:after,
.comment-meta:after,
.comment-content:after,
.wrap:after,
.row:after,
.widget:after,
.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
11.0 - Header
--------------------------------------------------------------*/

#header { 	
	padding: 12px 0;	
	background: #fff; 
}

.header-contact-on #branding {
	width: 41%;
	float: left;
}

#site-title {
 	margin: 0;
	font-size: 30px;
}
 
#site-title a {
	color: #303030;
	text-transform: uppercase;
}

#site-title a:hover {}

.logo {
	margin: 11px 0 -6px;
}
 
#site-description {
	color: #888888;
	font-size: 15px;
	margin: 5px 0 0px 0;
}

/*=== Social Profiles ===*/
 
#social-profiles {
	list-style: none;
	margin: 8px 0 0;
 	float: right;
	max-width: 30%;
}

#social-profiles li {
   float: left; 	
   display: inline-block;
}

#social-profiles a {	
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	text-align: center;
	margin-left: 8px;	
	background: #adadad;
	color: #323232;
	border-radius: 50%;
}

#social-profiles a:hover { 
	text-decoration: none; 
}

.social-icons-on #menu-primary-items { max-width: 70%; float: left; }

/* Header contact area */

#header-contact { 
	float: right !important; 	
	width: 58%;
	margin-top: 0px;
}

.contact-item {
	width: 30%;
	margin-right: 5%;
}

.contact-item i {
	font-size: 23px;
	color: #fff;
	background: #bababa;
	width: 36px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	float: left;
	margin-right: 18px;
	transition: all .4s ease-in-out;			
}

.contact-item:hover i { background: #2b2a2f; color: #fff; }

#header-contact span {
	color: #8b8b8b;
	font-size: 300;
	float: left;
	width: 72%;
	margin-top: -5px;
	letter-spacing: -1px;
}

#header-contact strong {
	color: #000;
}

/*--------------------------------------------------------------
12.0 - Content
--------------------------------------------------------------*/

/* === 12.1 - Posts and Pages === */

.entry {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e0e0;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 13px;
	clear: none; /* Removing default clear for vertical image post look. */
	color: #000;
}

.entry-title a,
.entry-title a:visited { color: #000; }

.entry-byline {
	font-size: 16px;
	color: #666;
	margin-bottom: 23px;
}

.entry-byline a,
.entry-byline a:visited { color: #9f9f9f; }

.entry-published,
.entry-author,
.comments-link,
.entry .post-format-link, /* .entry as prefix cause body also has class "post-format-link". */
.entry-permalink {
	margin-right: 5px;
	display: inline-block;
	color: #9f9f9f;
}

.entry-content,
.entry-summary {
}

.entry-summary *:last-child,
.entry-content *:last-child { margin-bottom: 0; }

.entry-footer { margin-top: 20px; }

.more-link {
	color: #000;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
}

.entry-terms {
	display: block;
}

.entry-terms.category { margin-bottom: 5px; }

/* === 12.3 - Comments === */

#comments-number { 
	margin: 0 0 40px;
	font-size: 20px;
	color: #9d9d9d;
}

.comment-list { margin-left: 0; }

.comment-list,
.comment-list .children { list-style: none; }

.comment-list li { position: relative; }

.comment-meta { font-size: 15px; }

.avatar {
	float: left;
	margin-right: 20px;
	width: 48px;
	height: 48px;
}

.comment-author {
	display: block;
	font-style: normal;
	margin-bottom: 8px;
}

.comment-published {
	display: inline-block;
	color: #9f9f9f; 
}

.comment-reply-link {
	margin-left: 5px;
}

.comment-content,
.pingback {
	margin: 15px 0 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 17px;
	font-weight: 300;
}

.pingback { margin-bottom: 15px; }
 
.comment-content a { word-wrap: break-word; }

.comment-content p:last-child { margin-bottom: 0; } 

.bypostauthor {}

/* === Comment Form === */

#reply-title {
	font-size: 20px;
	color: #666666;
}

#commentform p { margin-bottom: 25px; }

#commentform .comment-notes { color: #9f9f9f; }

#commentform label {
	display: inline-block;
	margin-bottom: 10px;
}

#commentform textarea#comment { 
	margin-bottom: 30px; 
	resize: vertical;
}

/* === Comments Navigation === */

.comments-nav { margin: 50px 0 50px; }
.comments-nav a {}
.comments-nav .page-numbers { margin: 0 15px; }

/* === 12.4 - Loop Meta === */

.loop-meta {
	margin-bottom: 1.5em;
	text-align: center;
}

.loop-title {
	margin: 0;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.loop-description {
	font-style: italic;
	margin-top: 1em;
} 

/*--------------------------------------------------------------
13.0 - Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 30px;
	font-size: 15px;
}

.widget-title {
	color: #9d9c9c; 
	font-size: 22px;
	margin-bottom: 17px;
}

.widget-title a { color: #666; } /* RSS widget has link in title. */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget li:before {
	content: '>';
	font-size: 14px;
	color: #aaaaaa;
	margin-right: 12px;
}

.widget li { margin-bottom: 9px; }

.widget li ul { margin: 9px 0 0 15px; }

.widget *:last-child { margin-bottom: 0; } 

.SWT_Popular_Posts_Widget li:before,
.widget li.recentcomments:before { display: none; }

.widget li.recentcomments .comment-author-link:before { 
	content: '\f0e6'; 
	font-size: 20px;
	color: #a5a4a4;
	margin-right: 12px;
}

/* === Widget Search === */

.widget_search .search-submit { display: none; }

.widget_search .search-field {
	font-size: 15px;
	padding: 12px 40px 10px 20px;
	background: #fff;
}

.widget_search label { 
	position: relative; 
	display: block;
}

.widget_search label:after {
	content: "\f002";
	position: absolute;
	top: 17px;
	left: 90%;
}

#sidebar-subsidiary .widget_search .search-field {
	background: #2e2e2e;
	border: 0;
}

#sidebar-subsidiary .widget_search .search-field::-webkit-input-placeholder { color: #666666; }
#sidebar-subsidiary .widget_search .search-field:-moz-placeholder { color: #666666; }  /* Firefox 18- */
#sidebar-subsidiary .widget_search .search-field::-moz-placeholder { color: #666666; } /* Firefox 19+ */
#sidebar-subsidiary .widget_search .search-field:-ms-input-placeholder { color: #666666; }

#sidebar-subsidiary .widget_search label:after { display: none; }

/* === Widget Tag Cloud === */

.widget_tag_cloud a {
	display: inline-block;
	margin: 0 0 4px;
	padding: 10px 10px 9px;
	line-height: 1;
	font-size: 13px !important;
	color: #fff;
	background: #375273;	
}

  
/* === Widget Recent Posts === */

.SWT_Popular_Posts_Widget ul {
	-moz-columns: 1 !important;
	-webkit-columns: 1 !important;
	columns: 1 !important;
}

.SWT_Popular_Posts_Widget li {
	margin-bottom: 24px;
}

.widget-image-wrap {
    display: block;
    float: left;
    margin-right: 15px;		
}

.post-info {
    overflow: hidden;
}

.post-info .entry-published:before {
	content: "\f073";
	font-family: FontAwesome;
	padding-right: 10px;
}
.post-info .entry-published {
	font: 300 14px/1.5 'Roboto', sans-serif;
	color: #666666;
}

.post-info a { 
	display: block; 
	margin: -5px 0 5px; 
}

/* === Work Hours === */

.company-info {
	list-style: none;
}

.no-columns { 
	-webkit-columns: 1 !important;
	-moz-columns: 1 !important;
	columns: 1 !important;
}

.company-info li:before { display: none; }

.company-info li { margin-bottom: 20px; }

.company-info i { margin-right: 6px; font-size: 16px; }

/* === Sidebar Subsidiary === */

#sidebar-subsidiary .widget {
	float: left;
	font-size: 14px;
	color: #aaaaaa;	
	margin-bottom: 30px;
}

#sidebar-subsidiary [class*="col-"] .widget:last-child { margin-bottom: 0; }

#sidebar-subsidiary .widget { color: #666666; }

#sidebar-subsidiary .widget-title {
    color: #9c9b9b;
	font-size: 19px;
	margin-bottom: 40px;
}

#sidebar-subsidiary .widget ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

#sidebar-subsidiary .widget li:before { display: none; }

#sidebar-subsidiary .widget a { color: #d2d2d2; }

/* Flexible Widgets */

.sidebar-col-1 .widget {
	width: 100%;
	margin: 0;
}
.sidebar-col-2 .widget {
	width: 47%;
	margin-right: 6%;
}
.sidebar-col-3 .widget {
	width: 30%;
	margin-right: 5%;
}
.sidebar-col-4 .widget {
	width: 22%;
	margin-right: 4%;
}

#sidebar-subsidiary .widget-5,
#sidebar-subsidiary .widget-9 {
	clear: both;
}

#sidebar-subsidiary .widget-last,
#sidebar-subsidiary .widget-4,
#sidebar-subsidiary .widget-8 {
	margin-right: 0 !important;
}

 
/*--------------------------------------------------------------
14.0 - Footer
--------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 35px 0 15px;
	background: #111;
	color: #666666; 
	font-size: 14px;
}

#footer a { color: #d2d2d2; }

/*--------------------------------------------------------------
15.0 - Simple Grid
--------------------------------------------------------------*/

.wrap {
	width: 1498px;
	margin: 0 auto;
}

.row { margin: 0 -15px; }

[class*='col-'] {
	float: left;
    min-height: 1px; 	
	padding: 0 15px;
}
 
.col-1-1, 
.one_full	{ width: 100%; }

.col-11-12	{ width: 91.66%; }

.col-2-3, 
.col-8-12,
.two_thirds	{ width: 66.66%; }

.col-10-12,
.four_fifths	{ width: 83.333%; }

.col-9-12,
.three_fourths	{ width: 75%; }

.col-7-12,
.three_fifths 	{ width: 58.33%; }

.col-1-2, 
.col-6-12, 
.one_half	{ width: 50%; }

.col-5-12,
.two_fifths	{ width: 41.66%; }

.col-1-3, 
.col-4-12,
.one_third	{ width: 33.33%; }

.col-1-4, 
.col-3-12,
.one_fourth	{ width: 25%; }

.col-1-5,
.one_fifth	{ width: 20%; }

.col-1-6, 
.col-2-12,
.one_sixth	{ width: 16.667%; }

.col-1-7	{ width: 14.28%; }

.col-1-8	{ width: 12.5%; }

.col-1-9	{ width: 11.1%; }

.col-1-10	{ width: 10%; }

.col-1-11	{ width: 9.09%; }

.col-1-12	{ width: 8.33%; }

.push-2-3, .push-8-12 	{ margin-left: 66.66%; }
.push-1-2, .push-6-12 	{ margin-left: 50%; }
.push-1-3, .push-4-12 	{ margin-left: 33.33%; }
.push-1-4, .push-3-12 	{ margin-left: 25%; }
.push-1-5				{ margin-left: 20%; }
.push-1-6, .push-2-12 	{ margin-left: 16.667%; }
.push-1-7 				{ margin-left: 14.28%; }
.push-1-8 				{ margin-left: 12.5%; }
.push-1-9 				{ margin-left: 11.1%; }
.push-1-10 				{ margin-left: 10%; }
.push-1-11 				{ margin-left: 9.09%; }
.push-1-12 				{ margin-left: 8.33%; }

/*--------------------------------------------------------------
16.0 - Plugins & Extras
--------------------------------------------------------------*/

/* === Screen Reader Class === */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/*=== BX Reset ===*/

#slider { 
	clear: both;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider { margin: 0; }

/*=== BX Viewport ===*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
 
/*=== BX Loader ===*/

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
 
/*=== BX Controls Direction ===*/

.bx-wrapper .bx-prev {
	left: 30px;
	padding-left: 15px;
}

.bx-wrapper .bx-next {
	right: 30px;	
	padding-left: 20px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;	
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding-top: 8px;
	margin: -46px 0 0;
	outline: 0;
	z-index: 9999;
	
	border-radius: 50%;
}

.bx-wrapper .bx-controls-direction a i {
	color: #fff;
	font-size: 30px;
    display: block;	
}

.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus { text-decoration: none; }

.bx-wrapper .bx-controls-direction a.disabled { display: none; } 

/* gallery setup */

.gallery-slider { margin: 0; }

.custom-nav { margin-bottom: 15px; }

.custom-nav .module-title {
	float: left;
	margin: 0 30px 0 0;
	font-size: 28px;
	font-weight: 700;
	color: #b3b3b3;
	border-bottom: 2px solid #979797;
}

.custom-nav .module-title:after {
	content: '';
	width: 45px;
	height: 2px;
	background: #323232; 
	margin-bottom: -2px;
	display: block;
}

.custom-nav p { 
	float: left;
	display: inline-block; 
	margin-top: 9px;
}

.arrow-nav a {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
	width: 28px;
	height: 28px;
	line-height: 26px;
	margin-top: -14px;
	margin-right: 4px;
	text-align: center;
	display: inline-block;
}

.custom-nav span i { 
	color: #000; 
	font-size: 14px;
}

.gallery-wrap .bx-wrapper .bx-prev {
	left: 0px;
	padding-left: 0px;
}

.gallery-wrap .bx-wrapper .bx-next {
	right: auto;
	left: 0px;	
	padding-left: 0px;
}

/* === Testemonials === */

.testemonial-wrap {
	margin-bottom: 30px;
}

.testemonial-wrap .custom-nav {
	margin-bottom: -40px;
	overflow: hidden;
	position: relative;
	z-index: 99999;
}

.testemonial-wrap .bx-wrapper {
	clear: both;
}

.testemonial-slider li {
	padding-top: 55px;
}

.testemonial-content {
	position: relative;	
	background: #f6f6f6;
	border: 1px solid #ebecee;
	color: #666666;
	font-weight: 300;
	padding: 35px 0 0 65px;	
}

.testemonial-content p {
	margin-bottom: 5px;
	padding-right: 35px;
}

.testemonial-slider i {
	position: absolute;
	top: 35px;
	left: 0;
	background: #4f4e51;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.testemonial-slider img {
	position: absolute;
	top: -55px;
	right: 0;
	z-index: 9999;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testemonial-author {
	background: #b3b3b3;
	padding: 10px 17px;
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	float: right;
}

/*=== BX Caption ===*/
 
.bx-wrapper .bx-caption {
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
	text-transform: uppercase;
}
 
.slider-title { 
	background: rgba(176,154,76, .85);
	color: #fff;
	font-size: 37px;
	font-weight: 500;
	display: inline-block;
	padding: 16px 40px 10px;
	float: right;
}

.slider-cat-link,
.slider-cat-link:hover,
.slider-cat-link:focus { color: #fff; }

.slider-cat {
	position: relative;
	z-index: 999;
	float: right;
	color: #fff;
	background: rgba(176,112,76,.85);
	display: inline-block;
	margin-bottom: -10px;
	margin-right: 20px;
	padding: 15px 20px 11px;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
}
 
/* === Tabber === */

.tab-wrapper { 
}

.attach-to-slider {
	margin-top: 0px;
	position: relative;
	z-index: 999999;
}

.tab-pager a:first-child { padding-top: 10px; }

.tab-pager a {
	background: #fff;	
	clear: both;
	display: block;
	margin-bottom: 2px;
	margin-right: 10px;
	overflow: hidden;
	padding-left: 10px;
}

.tab-pager a.active {
	background: #2b2a2f;
	padding: 0;
}

.tab-pager i {
	background: #dbdbdc;
	width: 123px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	float: left;
	display: block;
	margin-right: 35px;
}

.tab-pager a.active i { background: #4f4e51; }

.tab-pager span {
	color: #343434;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
}

.tab-pager a.active i, 
.tab-pager a.active span,
.tab-pager a.active p { color: #fff; }

.tab-pager .nav-text {
	margin-top: 28px;
	overflow: hidden;
	padding-right: 35px;
}

.tab-pager p {
	font-size: 13px;
	display: inline-block;
}

.tab-pager a,
.tab-pager a:hover { 
	color: #666666;
	text-decoration: none;
}
 
.tab-shortcode-wrap {
	margin-top: 6px;
}

.tab-shortcode span {
	font-weight: 300;
	font-size: 32px;
}

.tab-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 23px;
}

/* === Shortcode Post Slider === */

.post-slider-wrap {
	margin-bottom: 30px;
}

.post-slider {
	list-style: none;
}

.post-slider-wrap .custom-nav {
}

.swt-latest-shortcode {
	float: left;
	display: block !important;
	width: 180px;
	margin-right: 25px;
}

.sh-post-content {
	display: block;
	overflow: hidden;
}

.sh-post-content .latest-title { 
	margin: -7px 0 8px; 
	font-size: 20px;
	font-weight: 700;
}

.sh-post-content .latest-title a { color: #000; }

.sh-post-content .entry-published,
.sh-post-content .entry-author {
	margin-right: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #9e9e9e;
}

/*--------------------------------------------------------------
17.0 - Media Queries
--------------------------------------------------------------*/
 
@media only screen and ( max-width: 1200px ) {

	.wrap, #main { width: 910px; position: relative; }	
	
	.page-template-template-full #main { width: 100%; }

	#header { padding-bottom: 20px; }

 	#social-profiles {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999999;
 	}

	.header-contact-on #branding,
	#branding {
		width: 100%;
		text-align: center;
		float: none;
	}

	.logo {
		margin: 0 0 20px; 
	}

	#header-contact {
		float: none;
		width: 100%;		
	}
	
	#slider { margin-top: 0; }

	#menu-secondary .search { padding-bottom: 15px; }
	
	.bx-wrapper .bx-caption { top: 2%; }

	.tab-pager i {
		font-size: 40px;
		line-height: 115px;
		height: 115px;
	}
	
	.tab-pager .nav-text {
		margin-top: 0;
		line-height: 115px;
	}

	.tab-pager span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		margin-bottom: 0;
	}

	.tab-pager p { display: none; }
} 

@media only screen and (max-width: 990px) {
 	
	.wrap, #main { width: 682px; }

 	#social-profiles { top: -45px; z-index: 99999; max-width: 100%; }	 	

	.slider-title { font-size: 30px; }

	.tab-shortcode-wrap.col-7-12 {
		width: 100%;
		margin-bottom: 20px;
	}

	.tab-pager.col-5-12 {
		width: 100%;
	}

	.tab-pager a,
	.tab-pager a:first-child {
		width: 123px;
		padding: 0;
		float: left;
		clear: none;
		margin-bottom: 10px;
	}

	#top-button,
	.tab-pager a .nav-text {
		display: none;
	}
	
	.swt-latest-shortcode {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.sh-post-content {

	}

	.sidebar-col-2 .widget,
	.sidebar-col-4 .widget {
		width: 47%;
		margin-right: 6%;
	}	
	
	.sidebar-col-3 .widget { width: 100%; margin-right: 0; }

	.sidebar-col-4 .widget-2,
	.sidebar-col-4 .widget-4,
	.sidebar-col-4 .widget-6,
	.sidebar-col-4 .widget-8,	
	.sidebar-col-3 .widget-3,
	.sidebar-col-3 .widget-6,
	.sidebar-col-3 .widget-9,
	.sidebar-col-3 .widget-12 { 
		margin-right: 0;
	}

	.sidebar-col-4 .widget-3,
	.sidebar-col-4 .widget-5,
	.sidebar-col-4 .widget-7,
	.sidebar-col-4 .widget-9,
	.sidebar-col-3 .widget-4,
	.sidebar-col-3 .widget-7,
	.sidebar-col-3 .widget-10,
	.sidebar-col-3 .widget-11 { 
		clear: both;
	}

	.comment-list .children {
		margin-left: 35px;
	}

	#comments-number, 
	#reply-title,
	#commentform input,
	#commentform input[type="submit"] { width: 100%; } 		

}

@media only screen and (max-width: 768px) {
		
	.wrap, 
	#main, 
	#sidebar-primary,
	.contact-item { 
		width: 428px;
	}

	#content { width: 100%; }

	#header-contact { width: 72%; }
	.contact-item { margin: 0 0 10px; }
	
	.slider-cat { font-size: 13px; }
	.slider-title { font-size: 20px; }

	[class*='col-'] {
		width: 100%;
		float: none;
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}

	.pagination { margin-bottom: 30px; }
}


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

	.wrap, 
	#main, 
	#sidebar-primary { 
		width: 268px;
	}
 	
	#toggle-primary-menu {
		float: none !important;
	}
	
	#header-contact { width: 100%; }
	
	.tab-pager a, 	
	.tab-pager a:first-child,
	.tab-pager a i { width: 100%; }

	.bx-wrapper .bx-caption,
	#social-profiles { display: none; }

	.bx-wrapper .bx-controls-direction a { margin-top: -20px; }

	.testemonial-slider img {
		top: -33px;
	}

	.sidebar-col-2 .widget,
	.sidebar-col-4 .widget { width: 100%; margin-right: 0; }

	.comment-list .children {
		margin-left: 15px;
	}	

	.comment-meta .avatar { margin-right: 15px; }
	
	.comment-author,
	.comment-published,
	.comment-reply-link { display: inline; }
 
}

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

	.wrap, 
	#main { 
		width: 80%;
	}

	#header-contact { width: 100%; }

	#sidebar-primary { width: 100%; }
	
	#slider .bx-wrapper .bx-controls-direction a { display: none; }
}

/*google fonts*/
/*.entry-content{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}*/

