/* GT3Theme. Version: 1.0.482 */

body {
	height:100%;
}
input, 
textarea,
button {
	outline:none!important;
	background:none;
	border-radius:0;
	box-shadow:none!important;
}
* { 
	outline:none!important; 
}

::selection { 
	color:#ffffff; 
	opacity:1;
}
::-moz-selection { 
	color:#ffffff; 
	opacity:1;
}

body { 
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	background:#ffffff;
}
.layout_trigger {
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.image_bg_cont {
	background-size:cover;
}

form, body, iframe { 
	margin: 0; 
	padding: 0;
}
img, table, iframe { 
	border: 0;
}
p, td, div {
	color:#666666;
}
p {
	margin:0 0 10px 0;
}

table { border-collapse:collapse;}
table td { padding:0;}
.h100 { height:100%;}

a { 
	text-decoration:none;
}
a:focus, a:hover, a:active, a:visited,
a:hover span, a:active span, a:visited span {
	text-decoration:none;
	outline:none;
}
a:hover { 
	color:#343434;
}

ul { 
	list-style:initial; 
	margin:0; 
	padding:0
}

/* H E A D E R*/
.user_bg_layout .main_wrapper,
.user_bg_layout header,
.user_bg_layout .pre_footer,
.user_bg_layout footer {
	width:1230px;
	margin:0 auto;
}
.user_bg_layout .main_wrapper,
.user_bg_layout footer {
	background:#ffffff;
}
.user_bg_layout header {
	left:50%;
	margin-left:-615px;
}

header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:88px;
	background:#ffffff;
	background:rgba(255,255,255,0.97);
	z-index:999;
	border-bottom:#dddddd 1px solid!important;
}
header hr.header_line {
	height:4px;
	display:block;
	border:none;
	margin:0;
}
header .logo {
	display:inline-block;
	float:left;
	margin:34px 0;
}
header .logo img {
	display:block;
}
header .logo img.logo_retina {
	display:none;
}
header nav {
	display:inline-block;
	float:right;
	opacity:1;
	transition:opacity 300ms;
	-webkit-transition:opacity 300ms;
}
.header_wrapper.search_show nav {
	opacity:0;
}
header .menu {
	position:relative;
	z-index:99;
}
header .menu > li {
	display:inline-block;
	position:relative;
	margin:0 0 0 30px;
}
header .menu > li:before {
	content:'';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position:absolute;
	left:50%;
	margin:0 0 0 -4px;
	top:0px;
	opacity:0;
	transition:opacity 300ms;
	-webkit-transition:opacity 300ms;
}
header .menu > li.current-menu-parent:before,
header .menu > li.current-menu-item:before {
	opacity:0.9999;
}
header .sub-menu > li {
	border-top:#5c5c5c 1px solid;
} 
header .sub-menu > li > .sub-menu > li {
	border-top:#6a6a6a 1px solid;
}
header .menu > li > a {
	color:#666666;
	font-weight:400;
	font-size:13px;
	line-height:28px;
	padding:30px 0 30px 0;
	display:block;
}

header .sub-menu {
	display:block;
	position:absolute;
	left:50%;
	top:-999px;
	width:180px;
	margin-left:-90px;
	background:#3f3f3f;
	background:rgba(42,42,42,0.9);
	opacity: 0;
	border-bottom:4px solid;
}
header .menu > li > .sub-menu:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin-left:-4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ffffff;
	z-index:13;
}

header .sub-menu li .sub-menu {
	left:270px;
	top:-1px;
	background:#525252;
	background:rgba(63,63,63,0.9);
}

header .sub-menu li {
	display:block;
	position:relative;
}
header .sub-menu li a {
	position:relative;
	z-index:10;
	display:block;
	padding:10px;
	color:#969696;
	font-size:13px;
	line-height:19px;
}

header .sub-menu li:hover > a,
header .sub-menu li.current-menu-parent > a,
header .sub-menu li.current-menu-item > a {
	color:#ffffff;
}
header nav ul.menu > li:hover > ul.sub-menu {
	top:88px;
	opacity: 0.9999!important; 
	visibility:visible!important;
	z-index:888!important;
}
header nav ul.menu > li:hover > ul.sub-menu > li > ul.sub-menu {
	top:-999px!important;
	opacity: 0!important; 
	visibility:hidden!important;
}
header nav ul.menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
	top:-1px!important;
	opacity: 0.9999!important; 
	visibility:visible!important;
	z-index:999!important;
}

/*searchbox*/
.searchbox_wrapper {
	display:block;
	background:#ffffff;
	border-right:#dddddd 1px solid;
	padding:0;
	width:0;
	position:absolute;
	right:38px;
	height:40px;
	z-index:999;
	margin:24px 0;	
	overflow:hidden;	
	opacity: 0;
	transition:all 300ms;
	-webkit-transition:all 300ms;
}
.header_wrapper.search_show .searchbox_wrapper {
	width:431px;
	opacity: 1;
	margin:24px 0 24px 24px;
}
.searchbox_wrapper input {
	border:#dddddd 1px solid!important;
	border-right:none!important;
	width:398px!important;
	height:35px!important;
	padding:0 16px 3px 16px!important;
	border-radius:0!important;
    font-size: 13px !important;
    line-height: 18px !important;	
	color:#666666;
	background:none!important;
}

header .search_box {
	padding:0 0 0 23px;
	display:inline-block;
	height:88px;
	float:right;
	position:relative;
}
header .search_box a {
	margin:37px 0 36px 0;
	display:inline-block;
	line-height:15px;
}
header .search_box span {
	display:inline-block;
	width:20px;
	height:16px;
	background:url(../img/gt3theme_icons.png) no-repeat -240px -2px;
}
header .search_box i {
	font-size:13px;
	line-height:15px;
	color:#666666;
}

/* H E A D E R   S T Y L E S */
header.type1 .search_box,
header.type2 .search_box,
header.type3 .search_box {
	display:none;
}
header.type2 .logo {
	float:right;
}
header.type2 nav {
	float:left;
}
header.type2 nav .menu > li {
	margin:0 30px 0 0;
}

header.type3 .logo {
	float:none;
	margin:34px auto 0 auto!important;
}
header.type3 nav {
	float:none;
	display:block;
	text-align:center;
}
header.type3 nav ul.menu {
	display:inline-block;
	margin:0 auto;
}
header.type3 nav ul.menu > li {
	margin:0 15px;
}
header.type3 .menu > li.current-menu-parent:before, 
header.type3 .menu > li.current-menu-item:before {
	display:none!important;
}

/* T A G L I N E */
#header_tagline {
	display:none;
	background:#2a2a2a;
}
#header_tagline div {
	color:#8a8a8a;
	line-height:40px;
	font-size:13px;
}
#header_tagline.type1,
#header_tagline.type2,
#header_tagline.type3,
#header_tagline.type4 {
	display:block;
}
#header_tagline.type1 .call_us,
#header_tagline.type2 .slogan {
	float:left;
}
#header_tagline.type1 .slogan,
#header_tagline.type2 .call_us {
	float:right;
}
#header_tagline.type3 .call_us,
#header_tagline.type4 .slogan {
	float:none;
	text-align:center;
}
#header_tagline.type3 .slogan,
#header_tagline.type4 .call_us {
	display:none;
}

/* B R E A D C R U M B */
.page_title_block {
	background:#f2f2f2;
	margin:0;
	padding:24px 0 23px 0;
	border-top:#dddddd 1px solid;
	border-bottom:#dddddd 1px solid;
	overflow:hidden;
}
.page_title_block h1.title {
	font-size:20px;
	line-height:22px;
	float:left;
	display:inline-block;
	margin:-1px 0 0 0;
}
.page_title_block .breadcrumbs {
	display:inline-block;
	float:right;
}
.page_title_block .breadcrumbs a:after {
	content:'/';
	color:#cacaca;
	font-size:11px;
	line-height:22px;
	display:inline-block;
	float:right;
	margin:0 8px;
}
.page_title_block .breadcrumbs a {
	color:#666666;
	font-size:11px;
	line-height:22px;
	display:inline-block;
	float:left;
}
.page_title_block .breadcrumbs span {
	color:#9f9f9f;
	font-size:11px;
	line-height:22px;
	display:inline-block;
	float:left;
}


/* C O N T E N T */
.content_block {
	padding:50px 0 60px 0;
}

.no-sidebar .left-sidebar-block, 
.no-sidebar .right-sidebar-block {
	display:none!important;
}

.left-sidebar .right-sidebar-block {
	display:none!important;
}
.left-sidebar .left-sidebar-block {
	display:block!important;
	float:left!important;
}
.left-sidebar .posts-block {
	float:right!important;
}

.right-sidebar .left-sidebar-block {
	display:none!important;
}
.right-sidebar .right-sidebar-block {
	display:block!important;
}

.left-sidebar-block, 
.right-sidebar-block {

}
.main_wrapper {
	text-align:left;
}

.page_title_block {

}

/* F O O T E R */
.pre_footer {
	background:#2a2a2a;
	padding:45px 0 55px 0;
}
.pre_footer .container {
	text-align:left;
}

.pre_footer div, 
.pre_footer span, 
.pre_footer p,
.pre_footer label,
.pre_footer td {
	color:#8a8a8a;
}
.pre_footer th {
	color:#c5c5c5;
}
.pre_footer caption {
	color:#ffffff;
}
.pre_footer a {
	color:#c5c5c5;
}

footer {
	padding:26px 0 25px 0;
	border-bottom:4px solid;
}
footer .copyright {
	float:left;
	font-size:13px;
	line-height:20px;
	color:#666666;
}
footer .socials {
	display:inline-block;
	float:right
}
footer .socials li {
	margin:0 0 0 15px;
	display:inline-block;
	float:left;
}
footer .socials li a {
	width:20px;
	height:20px;
	display:block;
	opacity:0.999;
}

.socials_list li:hover a {
	opacity:0.6;
}
.socials_list li a.ico_social-delicious {
	background:url(../img/gt3theme_icons.png) no-repeat 0 0;
}
.socials_list li a.ico_social-dribbble {
	background:url(../img/gt3theme_icons.png) no-repeat -20px 0;
}
.socials_list li a.ico_social-facebook {
	background:url(../img/gt3theme_icons.png) no-repeat -40px 0;
}
.socials_list li a.ico_social-flickr {
	background:url(../img/gt3theme_icons.png) no-repeat -60px 0;
}
.socials_list li a.ico_social-gplus {
	background:url(../img/gt3theme_icons.png) no-repeat -80px 0;
}
.socials_list li a.ico_social-instagram {
	background:url(../img/gt3theme_icons.png) no-repeat -100px 0;
}
.socials_list li a.ico_social-linked {
	background:url(../img/gt3theme_icons.png) no-repeat -120px 0;
}
.socials_list li a.ico_social-pinterest {
	background:url(../img/gt3theme_icons.png) no-repeat -140px 0;
}
.socials_list li a.ico_social-tumblr {
	background:url(../img/gt3theme_icons.png) no-repeat -160px 0;
}
.socials_list li a.ico_social-twitter {
	background:url(../img/gt3theme_icons.png) no-repeat -180px 0;
}
.socials_list li a.ico_social-vimeo {
	background:url(../img/gt3theme_icons.png) no-repeat -200px 0;
}
.socials_list li a.ico_social-youtube {
	background:url(../img/gt3theme_icons.png) no-repeat -220px 0;
}


/* B A S E   M O D U L E S */
.shortcode_promoblock h6 {
	color:#666666;
}
.shortcode_accordion_item_title,
.shortcode_toggles_item_title {
	color:#343434!important;
}
.single_gallery .list-of-images {
	margin-left:0!important;
}
.user_bg_layout .first-module.module_layer_slider,
.first-module.fullwidth_layer_slider {
	margin-top:-60px;
}

/* T Y P O G R A P H Y */

h1 {
	margin:0 0 12px 0;
	font-weight:400;
}
h2 {
	margin:0 0 12px 0;
	font-weight:400;
}
h3 {
	margin:0 0 13px 0;
	font-weight:400;
}
h4 {
	margin:0 0 14px 0;
	font-weight:400;
}
h5 {
	margin:0 0 14px 0;
	font-weight:400;
}
h6 {
	margin:0 0 4px 0;
	font-weight:400;
}

/*Lists*/

/* B L O G */
article.contentarea {
	overflow:hidden;
}
.blog_post_preview h2 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 2px 0;	
}
.blog_post_preview h2 a {
	font-size:18px;
}
.blog_post_image {
	margin:0 0 20px 0;
}
.blog_post_image img {
	display:block;
	width:100%;
	height:auto;
}
.blog_post_image iframe {
	display:block;
	width:100%;
}
.blog_post_content {
	padding:0 0 0 85px;
	position:relative;
}
.portfolio_post.blog_post_content {
	padding:0; 
}
.blog_post_content .blogpost_date {
	position:absolute;
	left:0;
	top:3px;
	width:66px;
	height:68px;	
}
.blog_post_content .blogpost_date .blogpost_date-month {
	background:#404040;
	text-align:center;
	line-height:34px;
	height:34px;
	font-size:14px;
	color:#ffffff;
	font-weight:800;
	text-transform:uppercase;
}
.blog_post_content .blogpost_date .blogpost_date-day {
	background:#f2f2f2;
	border:#dddddd 1px solid;
	border-top:none;
	height:33px;
	line-height:33px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.blog_post_content .blog_post-topline {
	margin:0 0 16px 0;
	border-bottom:#dddddd 1px solid;
	padding:0 0 11px 0;
}
.blog_post_content .blog_post-topline h2 {
	margin:0 0 4px 0;
	font-size:18px;
	line-height:20px;
}
.blog_post_content .blog_post-topline .blog_post-meta span,
.blog_post_content .blog_post-topline .blog_post-meta span a,
.commentlist .comment_info span,
.commentlist .comment_info span a {
	color:#aaaaaa;
	font-style:italic;
}
.blog_post_content .blog_post-topline .blog_post-meta span:after,
.commentlist .comment_info span:after {
	content:'/';
	margin:0 8px;
	color:#cacaca;
	font-size:13px;
	line-height:15px;
}
.blog_post_content .blog_post-topline .blog_post-meta span:last-child:after,
.commentlist .comment_info span:last-child:after {
	display:none;
}
.blog_post_content {
	margin:0 0 35px 0;
}
section.blogpost_user_meta {
	border:#dddddd 1px solid;
	background:#f2f2f2;
	padding:25px 25px 24px 25px;
	margin-bottom:33px;
}
section.blogpost_user_meta .author-ava {
	float:left;
	width:85px;
	height:70px;
	display:inline-block;
}
section.blogpost_user_meta .author-ava img {
	border-radius:100%;
	display:block;
}
section.blogpost_user_meta .author-name h4 {
	margin:3px 0 7px 0;
	font-size:16px;
	line-height:18px;
}
.blogpost_share {
	float:right;
	text-align:left;
	color:#aaaaaa;
	font-style:italic;
}
.blogpost_share a {
	width:29px;
	height:29px;
	text-align:center;
	line-height:29px;
	color:#ffffff;
	border-radius:100%;
	display:inline-block;
	margin-right:1px;
	font-style:normal;
	transition:background-color 250ms;
	-webkit-transition:background-color 250ms;
}
.blogpost_share a i {
	color:#ffffff;
	line-height:29px;
	font-size:15px;
}
.blogpost_share a.share_facebook {
	background:#37599e;
}
.blogpost_share a.share_gplus {
	background:#d1452e;
}
.blogpost_share a.share_tweet {
	background:#00a9f4;
}
.blogpost_share a.share_pinterest {
	background:#d1452e;
}
.blogpost_share a:hover {
	background:#404040;
}

.prev_next_links {
	float:left;
	overflow:hidden;
}
.prev_next_links .fleft,
.prev_next_links .fright,
.gallery_back {
	float:left;
	color:#aaaaaa;
	font-size:13px;
	line-height:29px;
	font-style:italic;	
}
.prev_next_links_seperator {
	margin:0 8px;
	color:#cacaca;
	font-size:13px;
	line-height:29px;
	float:left;
}
.prev_next_links .fleft a,
.prev_next_links .fright a,
.gallery_back a {
	color:#aaaaaa;
	font-size:13px;
	line-height:29px;
	font-style:italic;	
}
.blog_post-footer {
	margin-bottom:45px;
	padding:0 0 30px 0;
	border-bottom:#dddddd 1px solid;
}
.portfolio_post article.contentarea {
	padding-bottom:30px;
	border-bottom:#dddddd 1px solid;
	margin-bottom:18px;
}
.portfolio_post .blog_post-footer {
	padding-bottom:18px;
}

.boxed_date {
	position:absolute;
	left:0;
	top:0;
	width:66px;
	height:68px;
}
.boxed_date .boxed_date_month {
	text-align:center;
	background:#404040;
	font-weight:800;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	display:block;
}
.boxed_date .boxed_date_day {
	text-align:center;
	background:#f2f2f2;
	font-weight:700;
	color:#5d5d5d;
	font-size:18px;
	line-height:33px;
	display:block;
	border:#dddddd 1px solid;
	border-top:none;
}
.theme_blog_listing .preview_content {
	padding:0 0 0 85px;
	position:relative;
	min-height:68px;
}

.theme_blog_listing {
	border-bottom:#dddddd 1px solid;
	padding-bottom:45px;
	margin-top:50px;
}
.theme_blog_listing:first-child {
	margin-top:0;
}

/*Default WP Gallery*/
.gallery {
	margin:-30px 0 0 -30px!important;
}
.gallery.gallery-columns-9,
.gallery.gallery-columns-8,
.gallery.gallery-columns-7 {
	margin:-5px 0 0 -5px!important;
}
.gallery.gallery-columns-6 {
	margin:-10px 0 0 -10px!important;
}
.gallery.gallery-columns-5 {
	margin:-20px 0 0 -20px!important;
}

.gallery .gallery-item {
	margin:30px 0 0 0!important;
}
.gallery .gallery-item dt,
.gallery .gallery-item dd {
	margin:0 0 0 30px!important;
}

.gallery.gallery-columns-9 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-7 .gallery-item {
	margin:5px 0 0 0!important;
}
.gallery.gallery-columns-9 .gallery-item dt,
.gallery.gallery-columns-9 .gallery-item dd,
.gallery.gallery-columns-8 .gallery-item dt,
.gallery.gallery-columns-8 .gallery-item dd,
.gallery.gallery-columns-7 .gallery-item dt,
.gallery.gallery-columns-7 .gallery-item dd {
	margin:0 0 0 5px!important;
}
.gallery.gallery-columns-6 .gallery-item {
	margin:10px 0 0 0!important;	
}
.gallery.gallery-columns-6 .gallery-item dt,
.gallery.gallery-columns-6 .gallery-item dd {
	margin:0 0 0 10px!important;
}
.gallery.gallery-columns-5 .gallery-item {
	margin:20px 0 0 0!important;	
}
.gallery.gallery-columns-5 .gallery-item dt,
.gallery.gallery-columns-5 .gallery-item dd {
	margin:0 0 0 20px!important;
}

.gallery .gallery-item dt a,
.gallery .gallery-item dt img {
	display:block!important;
	border:none!important;
}
.gallery .gallery-item dt img {
	width:100%;
	height:auto;
}
.gallery .gallery-caption {
	text-align:center;
	border:#dddddd 1px solid;
	padding:10px 15px 10px 15px;
	border-top:none;
	text-align:center;
}

.module_standimage img {
	margin-bottom:20px!important;
	display:block!important;
	width:100%!important;
	height:auto!important;
}

/*Comments*/
.postcomment {
	margin:0 0 20px 0;
}
#comments {
	margin-top:30px;
	padding:45px 0 0 0;
	border-top:#dddddd 1px solid;
}
ol.commentlist {
	list-style:none;
	padding:0;
	margin:0 0 24px 0;
}
ol.commentlist li ul {
	padding:0 0 0 59px;
	margin:0;
	position:relative;
}
ol.commentlist li {	
	position:relative;
	margin:0;	
}
ol.commentlist li .stand_comment {
	padding:0 0 10px 84px;
	margin-bottom:3px;
	position:relative;
	min-height:70px;
}
ol.commentlist li .commentava {
	width:70px;
	height:70px;
	background:#ffffff;	
	position:absolute;
	left:0;
	top:0;
	display:block;
	border-radius:100%;
	overflow:hidden;	
}
ol.commentlist li .commentava img {
	border-radius:100%;
	display:block;
	width:70px;
	height:70px;
	background:#ffffff;
}
ol.commentlist li .comment_info {
	margin-bottom:6px;
}

#respond .form_field {
	border:#dddddd 1px solid;
	padding:9px 15px;
	line-height:20px;
	height:20px;
	font-size:13px;
	color:#666666;
	margin-bottom:-1px;
}
#respond textarea.form_field {
	height:85px;
	margin-top:-1px;
}
.form-allowed-tags {
	color:#aaaaaa;
	font-style:italic;
	margin-top:10px;
}
#respond #submit {
	height:40px;
	line-height:38px;
	font-size:12px;
	font-weight:700;
	padding:0 20px;
	color:#ffffff;
	box-shadow:none!important;
	border-radius:5px;
	text-transform:uppercase;
	transition:background-color 250ms;
	-webkit-transition:background-color 250ms;
}
#respond #submit:hover {
	background:#404040;
}

/* I C O N S */

/* W I D G E T S */
.right-sidebar-block .sidepanel,
.left-sidebar-block .sidepanel {
	margin-top:35px;
}
.right-sidebar-block .sidepanel:first-child,
.left-sidebar-block .sidepanel:first-child {
	margin-top:0;
}
.right-sidebar-block .sidepanel .bg_title,
.left-sidebar-block .sidepanel .bg_title {
	margin:0 0 21px 0;
}
.right-sidebar-block .sidepanel .sidebar_header,
.left-sidebar-block .sidepanel .sidebar_header {
	font-weight:normal;
}
#footer_bar {
	overflow:hidden;
}
#footer_bar .sidebar_header {
	color:#dddddd;
	margin-bottom:21px;
}

/*recent comments and meta widget*/
.widget_recent_comments li,
.widget_meta li {
	padding:5px 0;
	border-top:#dddddd 1px dotted;
}
.widget_recent_comments li:first-child,
#footer_bar .widget_recent_comments li:first-child,
.widget_meta li:first-child {
	border-top:none;
	padding-top:0;
}
#footer_bar .widget_recent_comments li,
#footer_bar .widget_meta li {
	padding:5px 0;
	border-top:#515151 1px dotted;
}

/*dribble and flickr widget*/
.flickr_widget_wrapper,
.dribbble_widget_wrapper {
	overflow:hidden;
	margin-left:-12px;
}
.flickr_widget_wrapper a,
.dribbble_widget_wrapper a {
	display:block;
	position:relative;
	z-index:10;
} 
.flickr_widget_wrapper a .flickr_border,
.dribbble_widget_wrapper a .flickr_border {
	display:block;
	position:absolute;
	z-index:15;
	left:0;
	top:0;
	border:5px solid;
	width:72px;
	height:72px;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: transform 300ms; 
	-webkit-transition: transform 300sms;	
} 
.widget_flickr .flickr_badge_image,
.dribbble_widget_wrapper .dribbble_item {
	width:82px;
	height:82px;
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0 0 12px 12px;
	opacity:1;
}

.flickr_widget_wrapper:hover .flickr_badge_image {
	opacity:0.25;
}
.flickr_widget_wrapper:hover .flickr_badge_image:hover {
	opacity:1;
}
.flickr_widget_wrapper .flickr_badge_image:hover .flickr_border {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.widget_flickr .flickr_badge_image a,
.dribbble_widget_wrapper .dribbble_item a {
	display:block;
	width:100%;
	height:100%;
}
.widget_flickr .flickr_badge_image img,
.dribbble_widget_wrapper .dribbble_item img {
	display:block;
	height:100%;
	width:auto;
}

/*twitter widget*/
.widget_twitter li {
	margin-top:20px;
}
.pre_footer .widget_twitter .tweet_time a:hover {
	color:#cccccc!important;
}
.widget_twitter li:first-child {
	margin-top:0;
}

/*featured posts widget*/
.widget_posts li {
	padding-left:97px;
	position:relative;
	min-height:87px;
	margin-top:10px;
}
.widget_posts li.no_img {
    padding-left:0 !important;
}
.widget_posts li:first-child {
	margin-top:-5px;
}
.widget_posts li .recent_posts_img {
	position:absolute;
	left:0;
	top:5px;
	width:82px;
	height:82px;
}
.widget_posts li .recent_posts_img img {
	display:block;
	width:100%!important;
	height:auto!important;
}
.widget_posts .post_title {
	display:block;
	margin:0 0 5px 0;
}
.widget_posts .post_title:hover {
	color:#cccccc;
}
.right-sidebar-block .widget_posts .post_title:hover,
.left-sidebar-block .widget_posts .post_title:hover {
	color:#444444;	
}

/*mailchimp widget*/
.mc_merge_var {
	margin-bottom:10px!important;
}
#mc_subheader {
	margin-bottom:11px!important;
	line-height:22px!important;
}
.widget_mailchimpsf_widget label {
	display:none;
}
.mc_merge_var {
	display:block!important;
}
.widget_mailchimpsf_widget input.mc_input {
	background:none;
	padding:10px 10px;
	width:100%!important;
	line-height:18px;
	font-size:13px;
	box-shadow:none!important;
	border-radius:0;
	text-shadow:none;
	margin-bottom:7px!important;
	border:#dddddd 1px solid;
	color:#666666;
	display:block!important;
}
.pre_footer .widget_mailchimpsf_widget input.mc_input {
	color:#8a8a8a;
	border:#515151 1px solid;
}
.widget_mailchimpsf_widget input.mc_submit {
	border:none!important;
	width:100%!important;
	background:#404040!important;
	color:#ffffff!important;
	text-align:center!important;
	font-weight:700!important;
	font-size:12px!important;
	text-transform:uppercase!important;
	line-height:40px!important;
	display:block!important;
	height:40px!important;
	margin:0!important;
	padding:0!important;
	border-radius:5px!important;
}
.widget_mailchimpsf_widget .mc-indicates-required {
	display:none!important;
}

/*widget_nav_menu*/
.widget_nav_menu .sub-menu {
	margin:11px 0 0 10px;
}
.widget_categories select {
	width:100%;
	padding:3px 0;
}
.widget_nav_menu .bg_title,
.widget_archive .bg_title,
.widget_pages .bg_title,
.widget_categories .bg_title,
.widget_recent_entries .bg_title {
	margin-bottom:15px!important;
}
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul {
	padding:0;
	margin:0;
}
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li {
	padding:0 0 6px 0;
	position:relative;
}
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a {
	font-size:13px;
	line-height:17px;
	color:#666666;
	padding:0 0 0 27px;
	display:inline-block;
	position:relative;
}
.pre_footer .widget_nav_menu ul li a,
.pre_footer .widget_archive ul li a,
.pre_footer .widget_pages ul li a,
.pre_footer .widget_categories ul li a,
.pre_footer .widget_recent_entries ul li a {
	color:#c5c5c5
}
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before {
	content:'';
	width:17px;
	height:17px;
	display:block;
	position:absolute;
	left:0;
	top:3px;
	background:url(../img/gt3theme_icons.png) no-repeat -260px 0;
}
.pre_footer .widget_nav_menu ul li:before,
.pre_footer .widget_archive ul li:before,
.pre_footer .widget_pages ul li:before,
.pre_footer .widget_categories ul li:before,
.pre_footer .widget_recent_entries ul li:before {
	background:url(../img/gt3theme_icons.png) no-repeat -300px 0;
}

/*widget tag cloud*/
.tagcloud {
	overflow:hidden;
}
.widget_tag_cloud a {
	display:inline-block;
	margin:0 6px 6px 0;
	border-radius:5px;
	border:none;
	font-size:13px!important;
	line-height:16px!important;
	height:16px;
	font-weight:400;
	float:left;
	transition:all 300ms;
	-webkit-transition:all 300ms;
}
.widget_tag_cloud a {
	background:#f2f2f2;
	color:#a3a3a3;
	border:#dddddd 1px solid;
	padding:11px 15px 11px 15px;	
}
.widget_tag_cloud a:hover {
	color:#ffffff!important;
	background:#404040!important;
	border:#404040 1px solid;
}
.pre_footer .widget_tag_cloud a {
	background:#404040;
	color:#c5c5c5;	
	border:none;
	padding:12px 16px 12px 16px;	
}
.pre_footer .widget_tag_cloud a:hover {
	color:#ffffff!important;
}

/*Widget Calendar*/
.widget_calendar table {
	width:100%;
}
.widget_calendar caption {
	padding-bottom:8px;
	font-size:14px;
}
.widget_calendar td,
.widget_calendar th {
	padding:2px 0;
	text-align:center;
}
.widget_calendar th {
	font-weight:bold;
}

/*widget search*/
.widget_search input {
	border:#dddddd 1px solid!important;
	padding:10px 15px!important;
	line-height:18px!important;
	font-size:13px!important;
	color:#666666!important;
	display:block!important;
}
.widget_search form {
	position:relative;
}
.widget_search form:before {
	content:'';
	position:absolute;
	right:9px;
	top:9px;
	background:url(../img/gt3theme_icons.png) no-repeat -240px 0;
	width:20px;
	height:20px;
	display:block;
}
/*widget search*/
.pre_footer .widget_search input {
	border:#515151 1px solid!important;
	color:#c5c5c5!important;
}
.pre_footer .widget_search form:before {
	background:url(../img/gt3theme_icons.png) no-repeat -280px 0;
}

.module_text_area img {
	max-width:100%;
	height:auto;
}

/*Misc*/
.block404 h1 {
	font-size:40px;
	line-height:42px;
	color:#343434;
	margin:0 0 6px 0;
}
.block404 h4 {
	font-size:16px;
	line-height:18px;
	color:#666666;
	margin:0 0 48px 0;
}
.wrapper404 form {
	position:relative;
	width:270px;
}
.wrapper404 input.field_search {
	width:213px;
	height:38px;
	border:#dddddd 1px solid;
	display:block;
	font-size:13px;
	color:#666666;
	line-height:38px;
	padding:0 40px 0 15px;
}
.wrapper404 span.search_ico {
	display:block;
	position:absolute;
	right:11px;
	top:12px;
	width:20px;
	height:16px;
	background:url(../img/gt3theme_icons.png) no-repeat -240px -2px;
}

.module_text_area iframe {
	max-width:100%;
}

/*Contact Form*/
.wpcf7-form p {
	margin-bottom:7px;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	border:#dddddd 1px solid!important;
	padding:9px 15px!important;
	line-height:20px!important;
	height:20px!important;
	font-size:13px!important;
	color:#666666!important;
	margin-bottom:-1px!important;
	border-radius:0!important;	
}
.wpcf7-form .wpcf7-textarea {
	height:85px!important;
	margin-top:-1px!important;	
}
.wpcf7-form span.placeholder {
	display:none;
}
.wpcf7-form br {
	display:none;
}

.wpcf7-submit {
	width:auto!important;
	margin:0!important;
	border-radius: 5px!important;
    box-shadow: none !important;
    color: #FFFFFF!important;
    font-size: 12px!important;
    font-weight: 700!important;
    height: 40px!important;
    line-height: 38px!important;
    padding: 0 20px!important;
    text-transform: uppercase!important;
    transition: background-color 250ms;
	-webkit-transition: background-color 250ms;
}
.wpcf7-submit.btn_type4 {
	border:none!important;
}
.wpcf7-submit.btn_type4:hover {
	border:none!important;
}

.clear {
	clear:both;
}

/*  I N P U T S  &  F O R M S */
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="text"],
input[type="email"],
textarea {
	display:block;
	border:none;
	-webkit-appearance:none!important;
}
textarea {
	height:106px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:none;
	-webkit-appearance:none!important;
}

/* A N I M A T I O N S */

a {
	transition: color 250ms;
	-webkit-transition: color 250ms;
}
.socials_list li a {
	transition: opacity 250ms;
	-webkit-transition: opacity 250ms;
}
header .menu li a,
.widget_mailchimpsf_widget input.mc_submit {
	transition: color 250ms, background 250ms;
	-webkit-transition: color 250ms, background 250ms;
}

header .sub-menu,
header .header_wrapper .socials li a,
.widget_flickr .flickr_badge_image,
.dribbble_widget_wrapper .dribbble_item a:before {
	transition: opacity 350ms;
	-webkit-transition: opacity 350ms;
}

.tabfix img {
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    margin-top: 7px !important;
}

.tabfix iframe {
    margin-top: 7px !important;
    margin-bottom: 1px !important;
}

.shortcode_accordion_item_body, .shortcode_toggles_item_body {
    display: none;
}

/*Boxed Slider*/
.user_bg_layout .ls-container  {
	margin-left:-30px!important;
}

.user_bg_layout .module_layer_slider  {
	margin-left:-30px!important;
	width: calc(100% + 60px) !important;
}

.mt_50 {
	margin-top: -50px;
}

/* Blog pager */
.pagerblock {
	margin:0 0 0 0!important;;
	padding:20px 0 0 0!important;;
	list-style:none!important;
	overflow:hidden;
}
.pagerblock li {
	display:inline-block;
	margin:0 8px;
	float:left;	
	width: auto;
}

