/*
Theme Name: Flat Grid Responsive WordPress Theme Premium
Theme URI: http://dessign.net/flat-grid-theme
Description: Flat Grid Responsive WordPress Theme is stylish, customizable, simple, and readable. Perfect for any creative, architect or graphic designer.
Version: 2.0.1
Author: Dessign Themes
Author URI: https://dessign.net
Tags: 4 column theme, clean, portfolio
*/
/* =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;
}
.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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}

html { margin-top: 0 !important; }
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 13px; font-family: 'Inconsolata', monospace; font-weight: 400; color: #444; line-height: 150%; letter-spacing: 1px; -webkit-font-smoothing: antialiased;}
input { font-family: 'Inconsolata', monospace; }
a {color: #444; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #666; text-decoration: none; }
h1,h2,h3,h4,h5,p { margin: 10px 0; }
img { border: none; }
p { line-height: 150%; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.tablet_clear { display: none; clear: both; }
.container { width: 1180px; margin: 0 auto; }
html {
    -webkit-font-smoothing: antialiased;
}
#infscr-loading { DISPLAY: NONE !important; visibility: hidden !important; } /* hide infinite scroll loading image */
::-moz-selection {
    background-color: #000;
    color: #fff;
}
 ::selection {
    background-color: #000;
    color: #fff;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
.demo_wrapper {
}
.demo_block {
    width: 100%;
}
.sy-pager { display: none !important; }
/*.sy-caption-wrap .sy-caption { display: none !important; }*/
/* Header */
/*#header { padding: 20px 0; }*/
#header { position: fixed; top: 0; left: 0; width: 100%;  z-index: 200;
    /*-webkit-box-shadow: 0 4px 4px -2px #ccc;
   -moz-box-shadow: 0 4px 4px -2px #ccc;
        box-shadow: 0 4px 4px -2px #ccc; */ }
/*body.home #header { position: static; width: auto; }*/
.slicknav_menu { display: none; }
.logo_cont { float: left; max-width: 250px; margin-right: 25px; }
.full_logo_cont { padding: 0px 0 15px;  text-align: center; float: left; max-width: 250px; }
.full_logo_cont img,
.logo_cont img { max-width: 100%; height: auto; }
.header_right_text { float: right; width: 300px; padding-bottom: 10px; }
.header_spacing { display: block; }
/*body.home .header_spacing { display: none; }*/
/*body.home .footer_copyright_cont { display: none; }*/
#header { background: #fff; /*position: fixed; top: 0; left: 0;*/ padding: 15px 0 0; width: 100%; z-index: 9999; }
/*body.home #header { background: none; }*/
.logo { /*float: left; margin-right: 55px;*/ }
.header_bottom { padding: 5px 0; }
.header_menu { float: left; margin-left: 85px; margin-top: 5px; max-width: 900px; }
.header_menu ul { list-style-type: none; margin: 0; padding: 0; }
.header_menu ul li { float: left; margin-right: 5px; font-size: 15px; font-weight: 900; color: #666;   position: relative; padding-bottom: 8px; margin-bottom: 5px; }
.header_menu ul li:last-child { margin-right: 0; }
.header_menu ul li a { color: #999; display: block;  padding: 5px 15px; letter-spacing: 2px; text-transform: uppercase; /*border-bottom: 3px solid #fff;*/ }
.header_menu ul li a:hover,
.header_menu ul li.current-menu-item a,
.header_menu ul li.current_page_item a { color: #444; text-decoration: none; /*border-bottom: 3px solid #000;*/ }
.header_menu ul li ul { position: absolute; top: 32px; left: 0; z-index: 100; display: none; }
.header_menu ul li ul li { float: none; margin: 0; width: 180px; background-color: #fff; padding: 0; font-size: 12px; }
.header_menu ul li ul li:first-child { border-top: none; }
.header_menu ul li ul li a { padding: 8px 10px; display: block; border-bottom: none; }
.header_menu ul li ul li a:hover { background-color: #f9f9f9; text-decoration: none; border: none; }
#gallery::-webkit-scrollbar { display: none !important; }
#gallery {  }
.header_search { float: right; width: 190px; position: relative; margin-left: 15px; margin-top: 3px; }
.header_search input[type=text] { height: 30px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; width: 100%; /*background-color: #F5F5F5;*/ border: 1px solid #F5F5F5; -moz-border-radius: 8px;
border-radius: 8px; padding-left: 10px;  }
.header_search_icon { position: absolute; top: 8px; right: 8px; }
/* Content */
#home_inside_cont { padding: 0 5px; }
#home_cont {  padding-top: 0px }
#content { padding-top: 0px; }
.home_blog_posts {  }
.home_blog_post { float: left; font-size: 14px; width: 577px; margin-right: 11px; margin-bottom: 7px; position:relative;}
.home_blog_post_last { margin-right: 0; }
.home_blog_post img { display: block; }
.home_blog_post img:hover { opacity:0.7; filter:alpha(opacity=70); }
.home_blog_post img,
.home_blog_post iframe { width: 578px; height: 328px; }
.home_blog_post a{ color:#fff; text-decoration: none; text-transform: uppercase; font-size: 23px; font-weight: 700; }
.home_blog_post_hover { position: absolute; top: 0; left: 0; width:100%; height: 100%; text-align: center; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  padding: 15px 15px; background:url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/black-trans.png); display: none; }
/*.home_blog_post:hover .home_blog_post_hover { display: block; }*/
.home_blog_posts_small { float: left; font-size: 14px; width: 384px; margin-right: 7px; background-color: #000; margin-bottom: 5px; position:relative; }
.home_blog_posts_small img { display: block; }
.home_blog_posts_small img:hover { opacity:0.7; filter:alpha(opacity=70); }
.home_blog_posts_small img,
.home_blog_posts_small iframe { width: 384px; height: 210px; }
/*.home_blog_posts_small h3 a{  color:#fff; position:absolute; top:50%; left:50%; }*/
.home_blog_posts_small a{ color:#fff; text-decoration: none; text-transform: uppercase; font-size: 21px; font-weight: 700 }
.home_blog_posts_small_hover { position: absolute; top: 0; left: 0; width:100%; height: 100%; text-align: center; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  padding: 15px 15px; background:url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/black-trans.png); display: none; }
/*.home_blog_posts_small:hover .home_blog_posts_small_hover { display: block; }*/
/* Nav */
nav {
    position: absolute;
    right: 5%;
    top: 45%;
    padding: 20px;
    background: #000;
    border-radius: 40px;
    opacity: .4;
    cursor: pointer;
    z-index: 1000;
}
nav:hover {
    opacity: .6;
}
.next-icon {
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 20px;
    height: 20px;
    position: relative;
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    text-decoration: none;
}
.sy-caption-wrap .sy-caption a { color: #fff !important; text-decoration: none; font-size: 18px; }
.demo_wrapper .demo_block .sy-slides-wrap { max-height: 600px; }
.home_post_thumb { width: 25%; float: left; height: 275px; position: relative; text-align: center; overflow: hidden; }
.home_post_thumb img { max-width: 100%; height: 100%; transition: transform 0.25s ease-in-out 0s; width: 100%;  }
.home_post_thumb img:hover { transform: scale(1.05); }
.home_post_thumb .title {  position: absolute; bottom: 0; width: 100%; color: #fff; background: rgba(0,0,0,0.7); font-size: 20px; letter-spacing: 2px; font-weight: 400;  text-transform: uppercase; padding: 15px 0 10px; line-height: 150%;}
.home_left { float: left; width: 770px; }
.left_cont { float: left; width: 841px; }
.home_blog_box { margin-bottom: 35px; font-size: 16px; float: left; width: 50%; }
.home_blog_box .left { width: 369px; }
/*.home_blog_box .right { width: 385px; }*/
.home_blog_box .right { width: 425px;  }
.home_blog_meta { font-size: 12px; margin: 0px 0 10px; color: #525252; }
.home_blog_box img { display: block; }
.home_blog_box img,
.home_blog_box iframe { width: 369px; height: 220px; }
.home_blog_box img:hover {  }
.home_blog_box h3 { margin-top: 20px;  font-size: 27px; font-weight:400; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 140%;}

.home_blog_box h3:hover { text-decoration: underline;}

.home_blog_box p { margin-bottom: 15px; color:#717171; margin-left: 10px; margin-right: 10px; font-size: 14px; font-weight:400; letter-spacing: 1px; text-align: center;}
.home_blog_box a.home_blog_more { display: inline-block; background-color: #000; color: #fff; padding: 6px 13px; }
.max_cont { max-width: 2200px; margin: 0 auto; }
.home_blog_box_full .left h3 { margin: 0; }
.home_blog_title { width: 250px; margin-left: 40px; float: left; padding-top: 45px; border-top: 1px solid #D2D2D2; }
.home_blog_title p { margin: 0; }
.home_blog_box_full img,
.home_blog_box_full iframe { width: 595px; height: 290px;  }
.home_blog_box_full img { transition: transform 0.25s ease-in-out 0s; }
.home_blog_box_full img:hover { transform: scale(1.05); }
.home_blog_box_full .left { width: 50%; padding-top: 45px; }
.home_box { float: left; width: 590px; margin-top: 25px; }
.home_box img { display: block; }
.home_box img,
.home_box iframe { width: 100%; height: 367px; }
.home_box h3 { text-align: center; font-size: 19px; font-weight: normal; }
.home_box_media { position: relative; }
.home_box_hover { position: absolute; width: 100%; height: 100%;  background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/black-trans.png) repeat; top: 0; left: 0; display: none; }
.home_box_row { display: table; height: 100%; width: 100%; }
.home_box_cell { display: table-cell; padding: 10px 60px; vertical-align: middle; text-align: center; color: #fff; font-size: 15px; line-height: 21px; }
h3.home_feat_title { margin: 0 0 20px; font-size: 26px; text-align: center; font-weight: normal; }
.home_featured { margin: 30px 0; text-align: center; font-size: 24px; }
.home_featured_box { padding: 25px 0; background-color: #F9F9F9; }
.home_feat_slider { list-style-type: none; margin: 0; padding: 0 25px; }
.home_feat_slider li { float: left; width: 280px; text-align: center; }
.home_feat_inside_cont { background-color: #fff; padding: 12px; }
.archive_box img,
.home_feat_slider li img { width: 256px; height: 256px; transition: transform 0.25s ease-in-out 0s; }
.zoom_img_cont { overflow: hidden; }
.home_feat_slider li iframe { width: 256px; height: 256px; }
.archive_box img:hover,
.home_feat_slider li img:hover { transform: scale(1.05); }
.archive_box h3,
.home_feat_slider li h3 { font-size: 21px; margin: 15px 0 8px; }
.archive_box p,
.home_feat_slider li p { margin: 8px 0 0 0; font-size: 12px; }
.archive_box { float: left; margin-right: 18px; margin-bottom: 20px; width: 281px; text-align: center; }
.archive_box_last { margin-right: 0; }
.archive_box_inside { padding: 10px; border: 1px solid #E4E4E4; }
.align_wid_box_cont { padding: 20px 0 30px; }
.align_wid_box { float: left; width: 320px; margin-right: 100px; }
.align_wid_box_last { /*width: 410px;*/ margin-right: 0; }
.align_box{ margin-left:30px; }
.align_box h3 { font-size: 14px; text-transform: uppercase; font-weight: 600; color:#666; letter-spacing: 3px;}
.align_box .textwidget { font-size: 14px; color:#999; letter-spacing: 1px;}

.footer_top_cont { }
body.home .footer_top_cont { margin-top: 0; }
.footer_top_cont a { color: #777777; }
.home_bottom_box_cont { }
.home_bottom_box { float: left; width: 250px; margin-right: 60px; font-size: 16px; }
.home_bottom_box_last { /*width: 410px;*/ margin-right: 0; }
h3.home_bottom_title { margin: 0 0 45px; font-size: 22px; font-weight: normal;  }
.home_bottom_contact input[type=text],
.home_bottom_contact input[type=email],
.home_bottom_contact textarea { width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; background-color: #FCFCFC; border: 1px solid #E3E3E3; height: 40px; margin-top: 6px; padding-left: 8px; padding-right: 8px; }
.home_bottom_contact textarea { height: 190px; padding: 8px; }
.home_bottom_contact input[type=submit] { border: none; color: #fff; font-size: 16px; font-weight: bold; text-align: center; display: block; padding: 10px 0px; background-color: #BEBEBE; width: 100%; }
ul.home_bottom_blog_list { list-style-type: none; margin: 0; padding: 0; }
ul.home_bottom_blog_list li { margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid #ccc; }
ul.home_bottom_blog_list li h4 { font-size: 19px; font-weight: normal; margin: 0 0 10px; }
ul.home_bottom_blog_list li p { margin: 0;  font-size: 12px; }
.archive_title { margin-bottom: 20px; font-size: 23px; font-weight: 700; text-transform: uppercase; }
.blog_box { margin-bottom: 25px; }
.blog_box .left { width: 300px; font-size: 14px; }
.blog_box .left h3 { font-size: 24px; font-weight: normal; }
.blog_box .right { width: 830px; font-size: 14px; }
.blog_box .right img,
.blog_box .right iframe { width: 830px; height: 415px; display: block; }
.blog_box .right p { padding-left: 90px; margin-top: 15px; }
.blog_box .right img:hover { opacity:0.7;
filter:alpha(opacity=70); }
#single_cont { width:890px; margin: 0 auto; }
#single_cont h1{display: block;}
/*#single_cont img{ width:890px; height: 590px; }*/
#single_cont img { max-width: 100%; height: auto; }
.single_full_cont { width:890px; margin: 0 auto; }
.single_left { float: left; width: 940px; font-size: 15px; line-height: 150%; letter-spacing: 1px; margin-top:40px;}
.single_left a { text-decoration:underline;}
.single_left img { max-width: 100%; height: auto; }
.single_left p { margin-bottom: 15px; }
.single_full { float: none; width: 900px; margin: 0 auto; position: relative; }
h1.single_title { font-size: 30px; margin: 0 0 20px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; -webkit-font-smoothing: antialiased;}
.single_inside_content {  font-size: 15px; letter-spacing: 1px; line-height: 150%; }
.single_inside_content img { max-width: 100%; height: auto; }
.single_inside_content p { margin-bottom: 15px; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.header_menu ul li ul li ul { margin-left: 100%; top: 0; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/post_prev.png) no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/post_next.png) no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
.next_prev_cont_top_right {  padding: 0; position: absolute; top: 0; right: 0; }
.next_prev_cont_top_right .left { float: left; width: auto; }
.next_prev_cont_top_right .left a { display: block; background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/new-prev.png) no-repeat; background-position: top left; padding-left: 0px; min-height: 0px; width: 30px; height: 30px; }
.next_prev_cont_top_right .right { float: right; width: auto; margin-left: 10px; }
.next_prev_cont_top_right .right a { display: block; background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/new-next.png) no-repeat; background-position: top right; padding-right: 0px;  min-height: 0px; width: 30px; height: 30px; }
.load_more_cont { max-width: 240px; margin: 0 auto; }
.load_more_text a { display: block; text-align: center; color: #222; padding: 8px 15px; font-size: 17px; border: 1px solid #333; border-radius: 0.3em; font-weight: 700;  margin-top: 50px; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/post_prev.png) no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url(//clubbultaco.com.au/wp-content/themes/FlatGridThemeRes/images/post_next.png) no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
/* Sidebar */
#sidebar { float: right; width: 185px; margin-top: 50px; }
.side_box { margin-bottom: 25px; /*display: inline-block;*/ }
h3.side_title { margin: 0 0 15px; font-size: 15px; font-weight: 700; padding-bottom: 8px;  }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 8px; }
.t1_search_cont { position: relative; width: 200px; }
.t1_search_cont input[type=text] { width: 180px; height: 17px; border: 1px solid #E5E5E5; padding: 3px 15px 3px 5px;  }
.t1_search_icon { position: absolute; top: 6px; right: 3px; }
.side_social { }
.side_social img { display: inline-block; margin: 0 2px; }
/* Footer */
#footer { padding: 0 0 20px;  margin-top: 25px; }
.footer_box_col { float: left; width: 362px; margin-right: 46px; }
.footer_box { /*margin: 25px 0;*/ margin-bottom: 25px; font-size: 13px; line-height: 21px; letter-spacing: 2px; }
.footer_box h3 { font-size: 15px; text-transform: uppercase; font-weight: 900; letter-spacing: 3px; font-family: 'lato'; margin-bottom: 23px; }
.footer_box_col_last { margin-right: 0; }
.footer_copyright_cont { /*padding-bottom: 25px; padding-top: 10px; */ background-color: #fff; text-align: left; color: #ccc; }
.footer_copyright { padding: 15px 0; text-align: left; font-size: 14px; }
.footer_box ul { list-style-type: none; margin: 0; padding: 0; }
.footer_box ul li { margin-bottom: 8px; }
.footer_social { text-align: center; /*padding-bottom: 15px;*/ float: right; margin-top: 5px; }
.footer_social img { display: inline-block; margin: 0 2px; }
.footer_copyright_left { float: left; margin-top: 7px; color: #666; }@media only screen and (max-width: 1200px) {
	
	.container { width: 960px; }
	.full_logo_cont { max-width: 220px; }
	.single_full_cont { width: 960px; }		
	/*.logo { max-width: 235px; height: auto; }*/
	.header_search { display:none; }
	
	.header_menu { max-width: 700px; }
	.header_menu ul li { margin-right: 5px; font-size: 13px; }
	.home_blog_post { width: 472px; margin-right: 7px; }
	.home_blog_post_last { margin-right: 0; }	
	.home_blog_post img,
	.home_blog_post iframe { width: 472px; height: 328px; }
	
	.home_left { float: left; width: 630px; }
	.left_cont { float: left; width: 680px; }
	.home_blog_box .left { width: 369px; }
	.home_blog_box img,
	.home_blog_box iframe { width: 370px; height: 210px; }	
	.home_blog_box .right { width: 300px; }
	.home_blog_box_full .left { width: 220px; }
	.home_blog_title { width: 240px; margin-left: 30px; }
	.home_blog_box_full img,
	.home_blog_box_full iframe { width: 100%; height: 214px;  }
	.home_blog_box_full .right { width: 440px; }
	
	.home_box { float: left; width: 480px; margin-top: 25px; }
	.home_box img,
	.home_box iframe { width: 100%; height: 299px; }	
	.home_bottom_box { width: 210px; margin-right: 40px; }
	.home_bottom_box_last { margin-right: 0; }
	.archive_box { width: 226px; }
	.archive_box img { width: 206px; height: 206px; }
	.single_left { width: 630px; }
	.archive_title { margin-bottom: 20px; font-size: 23px; }
	.blog_box .left { width: 250px; }
	.blog_box .right { width: 670px; }
	.blog_box .right img,
	.blog_box .right iframe { width: 670px; height: 335px; }
	
	#sidebar { width: 240px; }
	
	.footer_box_col { width: 296px; margin-right: 36px; }
	.footer_box_col_last { margin-right: 0; }
	.align_wid_box { margin-right: 30px; width: 290px;}
	.home_blog_posts_small { width:313px; height: 171px;}
	.home_blog_posts_small img,
	.home_blog_posts_small iframe { width:313px; height: 171px;}
	.home_post_thumb { height: 190px; }
	
		.single_inside_content img { max-width: 100%; height: inherit; }
	
	.single_left iframe { width: 650px; height: 360px;}
	
	.home_post_thumb .title {  position: absolute; bottom: 0; width: 100%; color: #fff; background: rgba(0,0,0,0.7); font-size: 16px; letter-spacing: 2px; font-weight: 400;  text-transform: uppercase; padding: 15px 0 10px; line-height: 150%;}
	
}
@media only screen and (max-width: 1000px) {
	.home_post_thumb { height: 160px; }
	}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container { width: 748px; }
	.single_full_cont { width: 748px; }	
	#single_cont { width: 748px; }
	.slicknav_menu { display: block; position: relative; z-index: 99999; }
	/*#header { position: absolute; }*/
	.tablet_clear { display: block; }
	.for_home_only .clear { display: none; }
	.home_post_thumb { width: 33.33%; }
	.home_post_thumb_last { display: none; }
	
	.header_social { float: left; }
	.header_search,
	.header_menu { display: none; }
	
	
	/*#header { top: 55px; }
	ul.slicknav_nav { position: relative; z-index: 99999; }*/
	.slicknav_menu { /*height: 45px;*/ }
	#header { position: relative; }
/*	#header { text-align: center; }	
	#header { position: absolute; top: 55px; width: 100%;  }*/
/*	.header_spacing { display: none; }*/
/*	.logo { float: none; margin: 0; }*/


.home_blog_box h3 {
  font-size:19px;
  font-weight:400;
  letter-spacing:2px;
  text-align:center;
  text-transform:uppercase; line-height: 150%;
}

	.full_logo_cont { float: none; text-align: center; max-width: 748px; }
	.header_spacing { display: none; }
	.home_blog_post { width: 367px; margin-right: 7px; }
	.home_blog_post_last { margin-right: 0; }	
	.home_blog_post img,
	.home_blog_post iframe { width: 367px; height: 220px; }	
	.home_left { width: 510px; }
	.left_cont { float: left; width: 508px; }
	.home_blog_box .left { width: 258px; }
	.home_blog_box img,
	.home_blog_box iframe { width: 258px; height: 154px; }	
	.home_blog_box .right { width: 230px; }
	.home_blog_box_full .left { width: 180px; }
	.home_blog_box_full .left h3 { font-size: 21px; }
	.home_blog_title { width: 210px; margin-left: 25px; font-size: 14px; }
	.home_blog_box_full img,
	.home_blog_box_full iframe { width: 100%; height: 175px;  }
	.home_blog_box_full .right { width: 310px; }
	.home_box { width: 374px; }
	.home_box img,
	.home_box iframe { width: 100%; height: 233px; }		
	.home_bottom_box { width: 172px; margin-right: 20px; }
	.home_bottom_box_last { margin-right: 0; }	
	ul.home_bottom_blog_list li h4 { font-size: 16px; }
	.archive_box { width: 177px; margin-right: 10px; }
	.archive_box img { width: 157px; height: 157px; }	
	.archive_box h3 { font-size: 17px; }
		
	.single_left { width: 520px; }
	.single_full { width: auto; }
	.blog_box .left { width: 220px; }
	.blog_box .right { width: 498px; }
	.blog_box .right img,
	.blog_box .right iframe { width: 498px; height: 249px; }	
	
	#sidebar { width: 180px; }
	.t1_search_cont { width: 170px; }
	.t1_search_cont input[type=text] { width: 150px;  }
	
	.footer_box_col { width: 229px; margin-right: 20px; }
		.align_wid_box { width: 225px; margin-right: 20px}
	.align_box{ margin-left: 0px;}
	.home_blog_posts_small { width:242px; height: 132px;}
	.home_blog_posts_small img,
	.home_blog_posts_small iframe { width:242px; height: 132px;}
	
		.single_inside_content img { max-width: 100%; height: inherit; }
	
	
	.single_left iframe { width: 520px; height: 300px;}
	
	.home_post_thumb .title {  position: absolute; bottom: 0; width: 100%; color: #fff; background: rgba(0,0,0,0.7); font-size: 15px; letter-spacing: 2px; font-weight: 400;  text-transform: uppercase; padding: 15px 0 10px; line-height: 150%;}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	.single_full_cont { width: 300px; }	
	.container { width: 300px; }
	
	#header { position: relative; width: auto; }
	.slicknav_menu { display: block; position: relative; z-index: 99999; }
	.slicknav_menu { /*height: 45px;*/ }
/*	#header { text-align: center; }	
	#header { position: absolute; top: 55px; width: 100%;  }*/
	.header_spacing { display: none; }
	.home_post_thumb { width: 300px; float: none; margin: 0 auto; height: 217px; }
/*	#header .container {  }
	.logo { float: none; margin: 0; }*/
	.header_menu { display: none; }
	.header_social { float: none; padding-bottom: 10px; text-align: center; padding-top: 10px; }
	.header_menu ul li { margin-right: 20px; }
	.header_social img { margin: 0 1px;}
	.header_search { float: none; margin: 15px auto; display: none; }
	.header_bottom { padding-bottom: 0; }
	.logo_cont { float: none; text-align: center; max-width: 300px; }
	.full_logo_cont { float: none; width: 280px; margin-left: auto; margin-right: auto; }
	.header_right_text { float: none; width: auto; width: 280px; margin-left: auto; margin-right: auto; }
	ul.home_feat_slider { width: 8000% !important; }
	.home_feat_slider li { margin-left: 10px; }
	
	.home_blog_post { width: 300px; float: none; margin: 0 auto 3px; }
	.home_blog_post_last { margin-right: auto; }	
	.home_blog_post img,
	.home_blog_post iframe { width: 300px; height: 179px; }		
	
	.home_left { width: auto; float: none; }
	.archive_box { float: none; margin-left: auto; margin-right: auto; }
	.left_cont { float: none; width: auto; margin-bottom: 25px; }
	.home_blog_box { width: 100%; float: none; }
	.home_blog_box .left { float: none; width: auto; margin-bottom: 15px; }
	.home_blog_box img,
	.home_blog_box iframe { max-width: 100%; height: auto; }	
	.home_blog_box .right { float: none; width: 300px; margin-left: 0}
	
	.home_box { width: 300px; float: none; margin-bottom: 35px; }
	.home_box img,
	.home_box iframe { width: 100%; height: 187px; }		
	.home_featured { font-size: 18px; }
	.home_bottom_box { width: auto; float: none; margin: 0 0 25px; }
	.home_bottom_box_last { width: auto; margin-right: 0; }	
	ul.home_bottom_blog_list li h4 { font-size: 16px; }	
	
	#single_cont { width: 300px;}
	.single_left { float: none; width: auto; margin-bottom: 25px; }
	.single_full { width: auto; }
	
	#commentform textarea { max-width: 280px; }		
	#sidebar { float: none; width: auto; }	
	.blog_box .left { float: none; width: auto; margin-bottom: 15px; }
	.blog_box .right { float: none; width: 300px; }
	.blog_box .right img,
	.blog_box .right iframe { width: 300px; height: 150px; }	
	.blog_box .right p { padding-left: 0px; }	
	
	.footer_box_col { float: none; width: auto; padding: 10px 0 10px; margin: 0; }
	.footer_social { float: none; }
	.footer_copyright .left { float: none; margin-bottom: 15px; }
	.footer_copyright .right { text-align: center; float: none; }
	.footer_copyright { text-align: center; padding: 12px 0; /*margin-bottom: 20px;*/ }	
	.footer_copyright_left { float: none; padding-top: 6px; }
	
	.align_wid_box { margin-bottom:20px; width: 280px; text-align: center; }
	.align_box{ margin-left: 0px;}
	.home_blog_posts_small {width: auto; float:none; margin-right:0;}
	.home_blog_posts_small img, 
	.home_blog_posts_small iframe { width:300px; margin-bottom: 10px}
	/*.home_blog_box_full img, .home_blog_box_full iframe { width: 300px;}*/
	.home_blog_box_full .left { width: auto; float: none; margin-bottom: 15px; }
	.home_blog_title { width: auto; float: none; margin-left: 0px; font-size: 14px; margin-bottom: 15px; }
	.home_blog_box_full img { width: 100%; height: auto; }
	.home_blog_box_full iframe { width: 300px; height: 146px;  }
	.home_blog_box_full .right { width: 300px; }	
	.align_wid_box_cont { padding: 20px; }
	
	.single_inside_content img { width: 300px; height: 169p }
	.single_left iframe { width: 300px; height: 169px;}
	.home_post_thumb .title {  position: absolute; bottom: 0; width: 100%; color: #fff; background: rgba(0,0,0,0.7); font-size: 16px; letter-spacing: 2px; font-weight: 400;  text-transform: uppercase; padding: 15px 0 10px; line-height: 150%;}
}