/*
Theme Name: TechNews Codebase
Theme URI: http://magazine3.com/technews
Author: Magazine3
Author URI: http://magazine3.com/
Description: Technology WordPress Theme
Version: 1.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mm
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, responsive-layout, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready

Use this theme to to make something cool, have fun, and share what you've learned with others.
*/

/*****************************************

Table of content.

1. Global Style, WordPress default element style & reset.css
- 1.1. Back to Top
2. Header 
- 2.1. Logo Area 
- 2.2. Header Search
- 2.3. Social Icons
- 2.4. Off Canvas Menu
- 2.5. Trending Menu
- 2.6. Primary Menu
- 2.7. Secondary Menu
3. Content Area
4. Sidebar
5. Footer
6. Single
7. Page 
8. Retina
9. Responsive  

******************************************/

/* Reset and default WordPress style. */

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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body, button, input, select, textarea {
    color: #333;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
a {
    color: #FF322E;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
a:active, a:hover {
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-bottom: 10px;
}
h1 {
    font-size: 26px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b, strong {
    font-weight: 700;
}
cite, dfn, em, i {
    font-style: italic;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
p {
    margin-bottom: 24px;
}
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote {} blockquote cite, blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 24px;
}
ul, ol {
    list-style: none;
    list-style-position: inside;
    margin: 0 0 24px 20px;
}
ul {
    /*list-style: disc;*/
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
li>ul, li>ol {
    margin: 0 0 0 20px;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
input, textarea {
    border: 1px solid #d7d5d5;
    color: #2b2b2b;
    padding: 7px 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    border-right: 0px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 145px;
    border-color: #d0e2ec;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
del {
    color: #767676;
}
hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
::selection {
    background: #333;
    color: #eee;
    text-shadow: none;
}
::-moz-selection {
    background: #333;
    color: #eee;
    text-shadow: none;
}
textarea {
    width: 100%
}
input:focus, textarea:focus {} button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #ccc;
    border-style: solid ;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 15px;
    text-transform: none;
    vertical-align: bottom;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background-color: #fff;
    color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background-color: #fff;
}
::-webkit-input-placeholder {
    color: #939393;
}
:-moz-placeholder {
    color: #939393;
}
::-moz-placeholder {
    color: #939393;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #939393;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
    height: auto;
    max-width: 100%
}
.gallery-caption, .bypostauthor, .sticky {} .gallery {
    display: inline-block;
    margin-bottom: 20px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.wp-caption {
    text-align: center;
}
p.wp-caption-text {
    font-size: 11px !important;
    line-height: 1.5;
    padding: 2px 4px 2px;
    color: #333;
    margin: 0;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.navigation {
    overflow: hidden;
    width: 100%
}
.navigation .next {
    float: right;
    margin: 7px 0;
}
.navigation .prev {
    float: left;
    margin: 7px 0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
button, html input[type="button"], html input[id="submitcomment"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #fafafa 60%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-links {
    border: 1px solid #eee;
    padding: 10px;
    margin: 5px 0 15px;
}
.page-links span {
    font-weight: bold;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .9em 15px;
    quotes: "\201C""\201D""\2018""\2019"
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
dl {
    margin-bottom: 20px;
}
dt {
    font-weight: bold;
}
dt, dd {} dd {} abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
abbr, tla, acronym {
    cursor: help;
    text-decoration: underline;
}
code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    color: #d14;
    padding: 2px 4px;
}
code, pre {
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    padding: 0 3px 2px;
}
pre {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
cite, q {
    font-style: italic;
}
embed, iframe, object, video {
    max-width: 100%
}
p>embed, p>iframe, p>object, span>embed, span>iframe, span>object {
    margin-bottom: 0;
}
.aligncenter {
    text-align: center;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
    margin-bottom: .7em;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
    margin-bottom: .7em;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
    margin: 7px 20px 7px 0;
}
.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
    margin: 7px 0 7px 20px;
}
.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
    margin-bottom: 17px;
}
.wp-caption {
    margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {} .wp-caption {
    max-width: 100%;
    color: #767676;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}
div.wp-caption .wp-caption-text {
    padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
#calendar_wrap {
    background: #fff;
}
.seo-site-title {
    display: none;
}
#wp-calendar {
    clear: both;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 265px;
}
#wp-calendar td a {
    color: #fff;
    font-weight: bold;
    padding: 0 7px;
    background-color: #999;
}
#wp-calendar caption {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0 3px;
}
#wp-calendar th {
    background: #f4f4f4;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
#wp-calendar tbody tr td {
    padding: 5px 0;
    text-align: center;
}
#wp-calendar tfoot td {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.widget ul, .widget ol {
    margin: 0;
    list-style: none;
}
.adspace-widget {
    padding: 0 !important;
    border: 0 !important
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}
*, *:after, *:before { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
/* Theme Style Begins */

body {
    min-width:  320px;
}
.clear, .cb, .clear-both {
	clear: both;
}
.hidden {
    display: none;
    visibility: hidden;
}

/* 1.1 Back to top */
#back-top {
    bottom: 0;
    display: none;
    position: fixed;
    right: 50px;
    z-index: 50;
}
#back-top a {  
    background: url('images/back-top.png') #222 center center no-repeat;
    color: #999;
    display: block;
    height: 40px;
    text-align: center; 
    text-decoration: none;
    width: 58px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms; 
    transition: 300ms;
}

#back-top a:hover {
    background-position: center 35%;
    height: 50px;
background-color:#FF322E
}
 


/*****************************************
	2. Header
******************************************/
.header {
	background: #fff;
}
/* 2.1 Logo Area */

.logo-area {
	margin: 0 auto;
	padding: 25px 0;
	width: 1170px;
}
.logo {
	float: left;
}

/* 2.2 Header Search */
#searchform {
    width: 260px;
}
.search-nav-area { 
    float: right;
    margin-top: 5px;
    display: inline-table;
} 
.head-search {
    float: right;
}
.search_form .searchbutton {
    background: url("images/icon-sprite.png") no-repeat scroll -46px -1px #fafafa;
    border-radius: 0px 2px 2px 0px ;
    border-color: #dddddd;
    height: 32px;
    padding: 5px 16px 4.5px !important;
}
.search_form .search_input {
    height: 32px;
    border-color: #dddddd;
    border-radius: 2px 0px 0px 2px ;
    width: 226px;
}

/* 2.3 Header Social Icons */
.header .social-area {
    display: inline-block;
    float: right;
}
.social-icons { 
    margin: 0; 
    padding: 0; 
}
.social-icons li {
    list-style: none;
}
.social-icons li { 
    margin: 0  0 0 10px ;  
    float: left;
}
.social-icons a {
    display: block;
    background: url("images/icon-sprite.png") -8px -37px no-repeat;
    height: 32px;
    border-radius: 2px 4px 4px 2px;
    /* opacity: 0.4; */ 
}
.social-icons div {
    background: #3b5998;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin-left: 30px;
    padding: 4.5px 10px 5px 10px;
}
.facebook a {
    background-color:  #2d4984; 
}
.twitter a {
    background-color: #00aced;
    background-position:  -8px -77px;
}
.twitter div {
    background: #3ac5f9;
}
.youtube a {
    background-color: #484848;
    background-position:  -8px -117px;
}
.youtube div {
    background: #db2e2e;
}
.subscribe a {
    background-color: #ff7529;
    background-position:  -8px -157px;
}
.subscribe div {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-left: 0;
    padding: 6px 10px 5px 10px;
    color: #777;
    font-size: 14px;
}
.instagram a {
    background-color: #427097;
    background-position:  -8px -277px;
}
.instagram div {
    background: #688dac;
}
.pinterest a {
    background-color: #be091c;
    background-position:  -8px -237px;
}
.pinterest div {
    background: #cd4251;
}
.google-plus a {
    background-color: #dd4b39;
    background-position:  -8px -357px;
}
.google-plus div {
    background: #e46f61;
}
.vimeo a {
    background-color: #1ab7ea;
    background-position:  -8px -197px;
}
.vimeo div {
    background: #48c5ee;
} 
.linkedin a {
    background-color: #0077b5;
    background-position:  -8px -397px;
}
.linkedin div {
    background: #3392c4;
}
.tumblr a {
    background-color: #34465d;
    background-position: -8px -317px;
}
.tumblr div {
    background: #5d6b7d;
}
.social-icons a:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
	transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
}


/* 2.4 Off Canvas Menu */
.navigate-menu {
    float: right;
    margin-left: 20px;
}
/* Menu Button */
.menu-button {
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 34px;
    height: 32px;
    border: none;
    text-indent: -99999px;
    font-size: 1.5em;
    color: transparent;
    background: url('images/icon-sprite.png') -6px -1px #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: none;
    margin: 0;
}
.menu-button::before {
    position: inherit;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em; 
    content: '';
}
.menu-button:hover {
    opacity: 0.6; 
    background-color: #f2f2f2;
}
/* Close Button */
.close-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: transparent;
    font-size: 0.75em;
    height: 1em;
    overflow: hidden;
    position: absolute;
    right: 1em;
    text-indent: 1em;
    text-shadow: 0 0 0;
    top: 2.2em;
    width: 1em;
}
.close-button::before,
.close-button::after {
    background: #bdc3c7;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    width: 3px;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-button:hover {
    background: transparent;
    border: none;
    color: transparent;
    text-shadow: 0 0 0  ;
}
/* Menu */
.menu-wrap {
    background: #111d24;
    font-size: 1.15em;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    left: 0;
    padding: 20px 0 0  0;
    position: fixed;
    width: 245px;
    z-index: 1001;
    -webkit-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menu, 
.icon-list {
    height: 100%;
}
.icon-list {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    font-size: 14px;
    line-height: 35px;
}
.icon-list {
    color: #315062; 
    margin-left: 0;
}
.icon-list  .sub-menu {
    margin: 0;
}
.icon-list  .sub-menu  li {
    margin-left: 15px;
}
.icon-list li {
    color: #315062;
    list-style-position:outside;
    list-style-type: circle;
    margin-left: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .icon-list li {
        list-style-position:inside;
    }
}
.icon-list a {
    color: #aab5b7;
    display: block; 
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
}
.icon-list a:hover {
    color: #fefefe;
}
.icon-list,
.icon-list a {
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    /*display: inline;*/
}
.icon-list a span {
    margin-left: 10px;
    font-weight: 700;
}
.icon-list .offscreen-menu-title{
    background : #315062;
    color: #eee;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
} 
.icon-list .offscreen-menu-title {
    background: #1793D1;
    color: #fff;
}
/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
 
}
.show-menu .icon-list a {
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
} 

/* 2.5 Trending Menu */
.trending-menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    float: left;
    margin-top: 30px;
}
.trending-menu ul {
    margin: 0;
}
.menu-text {
    color: #d60362;
    float: left;
    text-transform: uppercase;
    margin-right: 10px;
}
.trend-menu {
    float: left;
}
.trend-menu li {
    list-style: none;
    float: left;
    margin: 0 10px;
}
.trend-menu li:last-child {
    margin-right: 0;
}
.trend-menu li a {
    color: #413b3b;
}
.trend-menu li a:hover{
color:#FF322E
}
.trend-menu .sub-menu {
    display: none;
}

/* 2.6 Primary Navigation */
.primary-nav {
    background: #315062; 
}
.menu-holder{
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    width: 1170px;
}
.primary-menu {
    display: inline;
    margin: 0;
}
.primary-menu li{
    border-right: 1px solid #294352;
    float: left;
    list-style: none;
    text-transform: uppercase;
} 
.primary-menu ul {
    list-style:none;
    position:relative; 
    margin:0;
    padding:0; 
    z-index: 10;
} 
.primary-menu li a {
    color: #fff;
    padding: 16px 19px;
    display: inline-block;
font-size:18px; 
} 
.primary-menu ul a:after { 
    content: "\203A";
    display: inline-block;  
    padding: 0px 5px;top: -2px;
    position: relative;
    left: 3px;
}
.primary-menu ul a:only-child:after {
    content: "";
    padding: 0px; 
}
.primary-menu ul ul a:after { 
    content: "\203A";
    display: inline-block;  
    padding: 0px 5px;
    position: absolute;
    right: 25px;
    top: 7px;
}
.primary-menu ul ul a:only-child:after {
    content: "";
    padding: 0px; 
}
.primary-menu ul li {
    position:relative;
    float:left; 
}
.primary-menu ul li.current-menu-item {
    background: #111d24;
    cursor: pointer;
}
.primary-menu ul ul li.current-menu-item {
    background: #ddd;
}
.primary-menu ul li:hover {
    background: #333;
    cursor: pointer;
}
.primary-menu ul ul ul {
    top:0;
    left:100%
} 
.primary-menu li:hover > ul{
    display:block;
    -moz-animation: fadeIn .1s ease-in  ;
    -webkit-animation: fadeIn .1s ease-in ;
    animation:fadeIn .1s ease-in ;
}
.primary-menu ul li:hover > ul{
    display:block;
    -moz-animation: fadeIn .1s ease-in ;
    -webkit-animation: fadeIn .1s ease-in ;
    animation:fadeIn .1s ease-in ;
}
.primary-menu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background: #fff;
    padding:0;
    border: 5px solid #333;
    font-size: 14px;
}
.primary-menu ul ul a {
    line-height: 1;
    color: #333;
}
.primary-menu ul ul li {
    float:none;
    width:200px; 
    border-right: 0; 
    text-transform: none;
} 
.primary-menu ul ul li a {
    padding: 10px 19px 10px; 
    font-size: 17px  
}
.primary-menu ul ul li:hover a{
    color: #000;
}
.primary-menu ul ul li:hover{
    background: #ddd;
}
.primary-menu ul .sub-posts a:after {
    content: "";
} 
.sub-posts {
    width: 380px;
}
.sub-posts li {
    width: 100% !important; 
    display: inline-block;
    padding: 10px 19px 10px;
}
.sub-posts li a {
    padding: 0 !important;
    display: block !important;
    font-size: 13px;
    line-height: 17px !important;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
}
.sub-posts li img {
    float: left;
    margin: 0 10px 0px 0;
}
.mega-menu-holder .sub-posts{
    padding-bottom: 15px !important; 
}
.sub-posts {
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}
.sub-posts li figcaption a {
    display: inherit;
}
.sub-posts li figcaption span {
    color: #999;
    font-size: 11px;
    line-height: 2
}
.primary-menu .sub-menu li:first-child {
    margin-top: 10px;
}
.primary-menu .sub-menu li:last-child {
    margin-bottom: 10px;
}
.primary-menu ul ul ul {
    margin-left: -20px;
    margin-top: -10px;
    background: #ededed;
    border: 1px solid #ccc;
}
.mega-menu-holder .first {
    cursor: auto !important;
    padding-top: 20px;
    padding-bottom: 10px;
} 
.mega-menu-holder .first:hover {
    background: none;
}
.mega-menu-holder .first h3{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.menu-cat-name::before {
    content: '\2018';
}.menu-cat-name::after {
    content: '\2019 ';
    margin-left: -3px; 
}
.menu-cat-name {
    font-weight: bold;
}
.cat-name-title {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
}
.mega-menu-holder {
    background: #fff;
    border: 5px solid #333;
    display: none;
    font-size: 14px; 
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 2;
}
.primary-menu ul li:hover > .mega-menu-holder{
    display:block;
    -moz-animation: fadeIn .1s ease-in ;
    -webkit-animation: fadeIn .1s ease-in ;
    animation:fadeIn .1s ease-in ;
}
.primary-menu .mega-menu-holder ul {
    display:block;
    position: initial ;
    top:100%;
    left:0;
    background: #fff;
    padding:0;
    border: 0;
    font-size: 14px;
} 
.primary-menu .mega-menu-holder ul ul{
    display: none;
    position: absolute;
    top:0;
    left:100%;
    font-size: 14px;
    background: #ededed;
    border: 1px solid #ccc;
    margin: 0;
}
.sub-menu li a {
    width: 100%;
}
.dual-items {
    min-width: 531px;
    float: left;
    background: #eee;
}
.dual-items .sub-posts {
    float: right;
    border-left: 1px solid #e1e1e1 !important;
}
.dual-items ul.sub-menu{
    float: left;
    background: #eee;
}
.dual-items .sub-menu li {
    width: 140px;
}
.mega_menu_parent {
    position: initial !important;
}

.mega-menu-holder {
    top:53px;
    width: 100%;
}

.dual-items .sub-posts {
    width: 80%;
}
.dual-items ul.sub-menu {
    width: 20%;
}
.primary-menu .sub-posts li {
    float: left;
    height: 120px;
    overflow: hidden;
    width: 50%  !important;
}
.sub-posts li.first {
    float: none;
    height: auto ;
    width: 100% !important;
}
.dual-items .sub-menu li {
    width: 100%;
}
.sub-posts{
    width: auto;
}
.mega-menu-holder .sub-menu .sub-menu {
    width: 200px;
}
ul.sub-posts a {
    font-size: 16px;
    line-height: 1.4 !important;
}
.mega-menu-holder .sub-posts li:hover  {
    background: #efefef ;
}
.mega-menu-holder .sub-posts .first:hover {
    background: none ;
}
/* animation effect for menu  */
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
.responsivemenu {
    display: none;
}
.mobile-menu {
    display: none;
}
/* 2.7 Secondary Navigation */
.secondary-nav {
    background: #fff;
    border-bottom: 1px solid #eae8e8;
} 
.secondary-menu{
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 auto;
    width: 1170px;
}
.secondary-menu li{ 
float: left;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 15px;
    list-style: none;
    margin-left: 12px;
} 
.secondary-menu li a {
   padding: 10px 11px;
    color: #333;
    line-height: 1;
    display: inline-block;
}
.secondary-menu ul {
    list-style:none;
    position:relative; 
    margin:0;
    padding:0;
    z-index: 5; 
} 
.secondary-menu li a {
    color: #666;
} 
.secondary-menu ul a:after { 
    content: "\203A";
    display: inline-block;  
    padding: 0px 5px;
}
.secondary-menu ul a:only-child:after {
    content: "";
    padding: 0px; 
}
.secondary-menu ul ul a:after { 
    content: "\203A";
    display: inline-block;  
    padding: 0px 5px;
    position: absolute;
    right: 25px;
    top: 15px;
}
.secondary-menu ul ul a:only-child:after {
    content: "";
    padding: 0px; 
}
.secondary-menu ul li {
    position:relative;
    float:left; 
}
.secondary-menu ul li.current-menu-item {
    background: #eee;
    cursor: pointer;
}
.secondary-menu ul li:hover {
    background: #eee;
    cursor: pointer;
}
.secondary-menu ul li:hover a{ color:#333 }
.secondary-menu ul ul ul {
    top:0;
    left:100%
} 
.secondary-menu li:hover > ul{
    display:block;
    -moz-animation: fadeIn .1s ease-in  ;
    -webkit-animation: fadeIn .1s ease-in ;
    animation:fadeIn .1s ease-in ;
}
.secondary-menu ul li:hover > ul{
    display:block;
    -moz-animation: fadeIn .1s ease-in ;
    -webkit-animation: fadeIn .1s ease-in ;
    animation:fadeIn .1s ease-in ;
}
.secondary-menu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background: #fff;
    padding:0;
    border: 1px solid #eae8e8; 
}
.secondary-menu ul ul a {
    line-height: 1;
    color: #777;
}
.secondary-menu ul ul li {
    float:none;
    width:200px; 
    padding: 6px;
    border-right: 0; 
    text-transform: none;
    margin-left: 0;
}
.secondary-menu ul ul li:hover a{
    color: #777;
}
.secondary-menu ul ul li:hover{
    background: #eee;
}
.secondary-menu ul ul ul li:hover a{
    color: #000;
}
.secondary-menu ul ul ul li:hover{
    background: #ddd;
}
.secondary-menu .sub-menu li:first-child {
    margin-top: 10px;
}
.secondary-menu .sub-menu li:last-child {
    margin-bottom: 10px;
}
.secondary-menu ul ul ul {
    margin-left: -20px;
    margin-top: -10px;
    background: #ededed;
    border: 1px solid #ccc;
} 

/*****************************************
	3. Content Area
******************************************/

/* 3.1 */
.home .main {
    padding-top: 20px;
}
.main {
	background: #fff;
	margin: 0 auto;
	padding: 30px 15px 60px 15px;
	width: 1200px;
}

.layout_boxed .big-featured-image {
    margin: 0 0 20px 0;
}

.big-featured-image {
    background: #000;
    margin: -30px -999px 20px;
    text-align: center;
}
.big-featured-image img {
    max-height: 500px;
}

/* 3.2 Block One */
.featured-area {
    padding-bottom: 30px;
}
.featured-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.featured-post {
    float: left;
    width: 195px;
    height: 170px;
    position: relative;  
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden;
    background: #000;
}
.featured-title{
    font-size: 18px;
    line-height: 24px;
    left: 0;
    width: 100%; 
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.featured-title a {
    color:  #fff;
}
.featured-title, .featured-content {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6); 
    padding: 9px 11px; 
    -webkit-transition: bottom 210ms ease-out;
    -moz-transition: bottom 210ms ease-out;
    transition: bottom 210ms ease-out; 
}
.featured-content { 
    bottom: -100%;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;   
    color: #fff;
    line-height: 20px;
}
.featured-content p {
    display: inline;
}
.featured-content span {
    color: #ffcb01;
}
.featured-content span:hover {
    text-decoration: underline;
}
.featured-post:hover .featured-title{
    opacity: 0;
    transition: all 0.3s ease 0s ;
}
.featured-post:hover .featured-content{
    bottom: 0;
    color: #fff;
    height: 170px;  
    -webkit-transition: bottom 180ms ease-out;
    -moz-transition: bottom 180ms ease-out;
    transition: bottom 180ms ease-out;
}

/* 3.3 Slider / Block Two */

.slider-area {
    padding-bottom: 30px;
}

/* FlexSlider Default Style */
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
} 
/* FlexSlider Default Style Ends */


.flexslider {
    overflow: hidden;
    position: relative;
}
.flexslider  ul {
    margin: 0;
}
.slide-wrapper {
    color: #fff;
    height: 300px;
    position: relative;
    z-index: 2;
}
.main-story {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide-title-holder {
    bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 25px 25px 15px;
    position: absolute;
    text-align: center;
    z-index: 13;
    font-size: 19px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.slide-wrapper:hover .slide-title-holder {
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%);
    background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%);
}
.category-time {
    color: #FF322E;
    font-size: 14px;
}
.category-time a {
    opacity: 0.7;
    color: #FF322E;
}
.category-time a:hover {
    color: #FF322E;
    opacity: 1;
} 
.category-time span:before {
    content: "/";
    color: #aaa;
}
.category-time span {
    color: #aaa;
}
.slide-title{
    font-weight: 300;
}
.slide-title a {
    color: #fff;
}
.slide-wrapper figure:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(150%, #000000)) repeat scroll 0 0 rgba(0,0,0,0.2);
    background: -webkit-linear-gradient(rgba(0,0,0,0),#000000 150%) repeat scroll 0 0 rgba(0,0,0,0);
    background: -moz-linear-gradient(rgba(0,0,0,0),#000000 150%) repeat scroll 0 0 rgba(0,0,0,0);
    background: -o-linear-gradient(rgba(0,0,0,0),#000000 150%) repeat scroll 0 0 rgba(0,0,0,0);
    background: linear-gradient(rgba(0,0,0,0),#000000 150%) repeat scroll 0 0 rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;   
}
.slide-wrapper:hover figure:before  {
    background: -webkit-linear-gradient(rgba(0,0,0,0), #000000 150%) repeat scroll 0 0 rgba(0,0,0,0);
    background: -o-linear-gradient(rgba(0,0,0,0), #000000 150%) repeat scroll 0 0 rgba(0,0,0,0);
    background: linear-gradient(rgba(0,0,0,0), #000000 150%) repeat scroll 0 0 rgba(0,0,0,0); 
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out; 
}
.slide-wrapper figure, .slide-wrapper img  {
    height: 100%;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a { 
    background-image: url("images/icon-sprite.png");
    background-position: 2px 146px ; 
    text-decoration: none;
    text-indent: -999px;
    display: block;
    width: 50px;
    height: 64px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
    background-position: 2px 221px;
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px; 
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
} 
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-pauseplay {
    display:none
}


/* 3.4 Category Block Three */

.cat-3-4-holder {
    padding-bottom: 30px;
}
.block-3 {
    float: left;
    width: 470px;
}
.block-3 .big-post {
    min-height: 180px;
    position: relative;
    margin-bottom: 54px;
}
.block-3 .big-post-content {
    background: rgba(255, 255, 255, 0.9);
    bottom: -50px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 20px;
    padding: 12px 15px 15px;
    position: absolute;
}
.block-3 .big-post-content h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}
.block-3 .big-post-content  h2 a {
    color : #2e2312;
}
.block-3 .big-post-content p{
    color : #2e2312;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.block-3-full {
    float: none;
    width: auto;
}
.block-3-full .big-post {
    float: left;
    margin-right: 20px;
    width: 575px;
}
.block-3-full .big-post:nth-of-type(even) {
    margin-right: 0;
}
.block-3-full .big-post img {
    width: 100%;
}

/* 3.5 Category Block Four */
.block-4 {
    float: right;
    width: 670px;
    margin:0 0 -25px 30px;
}
.block-4-heading {
    border-bottom: 1px solid #e5e4e4;
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.block-4-wrapper {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
}
.block-4-post {
    flex: 49%;
    -webkit-flex: 49%;
    margin-right: 10px;
    padding-bottom: 25px;
}
.block-4-post:nth-of-type(even) {
    margin-right: 0;
}
.block-4-image img {
    float: left;
    height: 120px;
    margin:0 10px 0px 0;
    width: 120px;
}
.block-4-content {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
}
.block-4-content h3 {
    clear: none;
    font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: -4px 0 4px 0; 
}
.block-4-content h3 a {
    color: #000;
}
.block-4-content .date-holder {
    color: #aaa;
    font-size: 11px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.block-4-post p {
    margin-bottom: 0;
}
.block-4-full{
    width: 100%;
    margin-left: 0;
}
.block-4-full .block-4-content h3 {
    font-size: 20px;
    line-height: 24px;
}
.block-4-full .block-4-post p {
    font-size: 14px;
    margin-top: 5px;
}

/* 3.6 Block 5 and 6 */
.recent-sidebar-wrapper {
    padding-bottom: 30px;
}
.block-5-6-holder {
    float: left;
    margin-right: 20px;
    width: 545px;
}
.block-5-6-holder img {
    float: left;
    margin-right: 10px;
}
.block-5-6-holder h3 {
    clear: none;
}

/* 3.7 Block 5 */
.block-5 {
    /*margin-bottom: 30px;*/
}
.block-heading {
    color: #b73c37;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: -15px;
    text-transform: uppercase;
}
.block-heading  a {
    color: #b73c37
}
.date-holder {
    color: #555;
    font-size: 12px;
}
.author-name{
    color: #555;
}
.block-cat::before {
    content: " / " ;
}
.block-cat {
    color: #FF322E;
    display: inline;
}
.block-cat a {
    color: #FF322E;
}

.block-post  {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}
.block-content h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: 6px;
}
.block-content h3 a {
    color:#000;
}
.block-content p {
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

/* 3.8 Block 6 Area */
.block-6 {
    margin-top: 50px;
}
.block_6-only .block-6{
    margin-top: 0;
}

/* 3.9 Block 7 Area */
.no_block_7  {
    max-width: 850px;
    width: 100% !important;
}
.block-7 {
    float: left;
    margin-right: 20px;
    width: 285px;
}
.block-7-heading {
    border-bottom: 1px solid #e5e4e4;
    color: #b73c37;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.block-7-heading a {
    color: #b73c37;
}
.block-7-big-post .block-7-image {
    min-height: 130px;
}

.block-7-image {
    position: relative;
}
.block-7-title {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    /* font-weight: 600; */
    position: absolute;
    padding: 10px;
    width: 100%;     font-weight: 300;
}
.block-7-title h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.block-7-title  a {
    color: #fff;
}
.block-7-big-post p {
    color: #555;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0 15px;
}
.block-7-small-wrapper, .block-7-no-thumb {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.block-7-with-thumb {
    flex: 47%;
    -webkit-flex: 47%;
    margin-bottom: 52px;
    margin-right:10px;
    padding-bottom: 20px;
    position: relative;
}
.block-7-with-thumb:nth-of-type(even) {
    margin-right: 0;
}
.block-7-small-image img {
    width: 100%;
    height: auto;
}
.block-7-small-title {
    bottom: -40px;
    background: #4c4c4c;
    position: absolute; 
    width: 100%;
}
.block-7-small-title h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    padding: 6px 6px 7px 6px;
}
.block-7-small-title h3 a {
    color: #fff;
}
.block-7-with-thumb p {
    color: #555;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0;
}
.block-7-no-thumb .block-7-small-title {
    background: none;
    border-bottom: 1px solid #e0e0e0;
    bottom: 0;
    flex: 47%;
    -webkit-flex: 47%;
    padding-top: 8px;
    margin-right:10px;
    padding-bottom: 8px;
    position: relative;
}
.block-7-no-thumb .block-7-small-title:nth-of-type(even) {
    margin-right: 0;
}

.block-7-no-thumb .block-7-small-title h3 { 
    line-height: 18px; 
    padding: 0;
}
.block-7-no-thumb .block-7-small-title h3 a {
    color: #111;
}
.block-7-no-thumb .block-7-small-title:hover{
background:#f1f1f1
}
/* 3.10 Boxed or Full width Layout */
.layout_boxed .container {
    border: 1px solid #e3e5e7;
    margin: 20px auto;
    width: 100%;
    max-width: 1202px; 
/*    -webkit-box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);*/
}

/*****************************************
    4. Sidebar
******************************************/

.primary-sidebar {
    float: right;
    width: 300px;
}
.primary-sidebar .widget-title {
    background: #666;
    letter-spacing: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 12px;
    margin: 0;
}
.primary-sidebar .widget, .footer-widgets{
    background: #f7f7f7;
    color: #444;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 300px;
}
.widget a {
    color: #444;
}
.widget ul {
    padding: 11px;
}
.widget ul li{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 6px;
    padding-bottom: 6px;
    list-style: none;
}
.widget ul li:last-child {
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 0;
}
.widget .search_form {
    padding: 20px;
}
.widget.pyre_tabs {
    background: none;
}
.block-item-small-tabs img {
    width: 50px;
}

/*****************************************
    5. Footer
******************************************/

.site-footer {
    background: #fff;
}
.footer-menu-wrapper {
    background: #315062;
}
.footer-navigation {
    margin: 0 auto;
    width: 1170px;
}
.footer-navigation ul{
    margin: 0;
    text-align: center;
}
.footer-navigation ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    list-style: none;
}
.footer-navigation ul li a {
color: #fff;
    display: inline-flex;
    display: -webkit-inline-flex;
    padding: 13px 20px;
    text-transform: uppercase;
    color: #eee;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-navigation ul li:hover a {
    background: #111d24;
}
.footer-navigation ul li ul {
    display: none;
}
#footer {
    margin: 0 auto;
    width: 1200px;
    padding: 30px;
}
.footer-widget-area {
    float: left;
    margin-right: 105px;
}
.last-widget {
    margin-right: 0 !important;
}
.footer-widgets .widget-title {
background: #fff;
    border-bottom: 2px solid #666666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: #444;
    padding: 0px 12px 6px 12px;
    margin: 0;
}
.footer-widgets {
    background: #fcfcfc;
    color: #444;
}
.site-info {
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    line-height: 27px;
    margin-top: 20px;
    padding-top: 10px;
}
.credit-links {
    float: right;
}
.credit-links a {
    color: #333;   
}


/*****************************************
    6. Single
******************************************/

.single {
    overflow: hidden;
}

/* 6.1 Title and Meta data */
.post-wrapper { 
    float: left;
    width: 850px;
}
.title-area-holder {
    margin-bottom: 20px;
}
.single-title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 48px;
}
.single-meta-holder {
    border-bottom: 1px solid #ddd;
}
.meta-left {
    color: #8899a6;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    float: left;
    margin-left: 8px;
}
.meta-left .author-name {
    color: #FF322E;
}
.twitter-handle::before {
    content: ' | '; 
}
.twitter-handle a {
    color: #FF322E;
}
.single-date-holder::before {
    content: ' | '; 
}
.meta-right {
    float: right; 
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cat-wrapper {
    float: left; 
    font-size: 11px;
    text-transform: uppercase;
}
.post-categories {
    margin: 0;
}
.cat-wrapper li {
    float: left;
}
.cat-wrapper li a {
    background: #FF322E;
    color: #fff;
    font-weight: bold;
    margin-right: 10px; 
    padding: 7px 10px;    
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms; 
}
.cat-wrapper li a:hover {
    background: #f2f2f2; 
    color: #FF322E;
}
.meta-comments {
    float: right;
}
.meta-comments a {
    background: #f2f2f2; 
    color: #FF322E;
    padding: 7px 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms; 
}
.meta-comments a:hover {
    background: #FF322E;
    color: #fff;
}
.single-content-holder .social-icons li{
    overflow: hidden;
    margin-bottom: 5px;
}

/* 6.2 Featured Image, Content and Tag */
.single-featured-image{
    position: relative;
    margin-bottom: 20px;
}
.single-featured-image .cat-wrapper {
    position: absolute;
    top: 16px;
    left: 0px;
}
.single-featured-image.inside-post img {
    width: 100%;
}
.single-content-holder {
    margin-bottom: 30px;
}
.single-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height:26px;
}
.single-tags {
    border-left: 3px solid #FF322E;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.single-tags a {
    color: #FF322E;
    font-weight: normal;
    margin: 0 0 0 4px;
    text-transform: none;
} 
.single-featured-image .entry-caption p {
    color: #444;
    font-family: 'Roboto', sans-serif; 
    font-size: 26px;
    font-style: italic;
    margin-top: 15px;
    line-height: 34px;
}

/* 6.3 Social Sharing */
.single-sharing {
    margin-bottom: 35px;
    line-height: 1.2 !important;
}
.social-heading {
    border-bottom: 1px solid #dfdfdf; 
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
} 
.single-sharing .social-icons {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.single-sharing .social-icons div {
    padding: 7px 10px;
}
.a2a_default_style a {
    padding: 0 !important;
}

/* 6.4 Post Navigation */
.single .post-navigation {
    margin-bottom: 40px;
}
.single .post-navigation .nav-links{
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.single .post-navigation .nav-previous, .single .post-navigation   .nav-next {
    flex: 50%;
    -webkit-flex: 50%;
    webkit-transition: all 500ms ease-in-out;
    */ -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.nav-next .meta-nav {
    float: right;
}
.meta-nav {
    font-size: 12px;
    text-transform: uppercase;
}
.post-title {
    font-size: 18px;
    margin-top: 10px;
}
.nav-previous:hover .post-title, .nav-next:hover .post-title{
    text-decoration: underline;
}
    /* Previous */
    .single .post-navigation .nav-previous {
        background: #f2f2f2;
        float: left;
        padding: 15px 30px;
        text-align: left;
    }
    .single .post-navigation .nav-previous a {
        color: #444;
    }

    /* Next */
    .single .post-navigation .nav-next {
        background: #FF322E;
        float: right;
        padding: 15px 30px;
        text-align: right;
    }
    .single .post-navigation .nav-next a {
        color: #fff;
    }
    .single .post-navigation .post-title {
        float: right;
    }

/* 6.5 Related Posts */
.related_wrapper {
    display: inline-block;
    font-size: 14px;
}
.related_heading {
    border-bottom: 1px solid #dfdfdf;
    color: #373737;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
}
.related_inner {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    min-height: 200px;
    width: 200px;
}
.related_inner:nth-child(4n) {
    margin-right: 0;
}
.related_thumb img{
    margin-bottom: 5px;
}
.related-title {

}
.related-title a {
    color: #373737;
}
.attachment-related-thumb {
    width: 200px;
    height: 125px;
}

/* 6.6 Comments */
.comments-wrapper {
    border: 1px solid #e3e5e7;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list {
    border-top: 2px solid #ecedee;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding-top: 20px;
}
.comment-list li {
    border-bottom: 1px solid #ecedee;
    clear: both;
    display: inline-block;  
    list-style: none; 
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.comment-list li:last-child {
    border: 0;
    margin-bottom: 0 ;
    padding-bottom: 0;
}
.comment-list li p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.comment-list li li {
    margin-top: 25px ;
    margin-bottom: 0;
}
.comment-list li ol {
    margin: 0 0 0 35px;
}
.comment-author  {
    color: #FF322E;
    text-transform: capitalize;
}
.comment-metadata a {
    color:#a3a8af;
    font-size: 12px;
}
.comments-title {
    border-bottom: 2px solid #315062;
    display: inline;
    font-size: 16px;
    padding-bottom: 9px;
    line-height: 24px;
}
.comment-body {
    position: relative;
}
.reply {
    position: absolute;
    top: 5px;
    right: 20px;
}
.comment-reply-link{
    background: #FF322E;
    color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 6px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.avatar {
    float: left;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.comment-content {
    display: table;
}

/* Comment form */
.comment-respond {
    border: 1px solid #e3e5e7;
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    box-shadow: 0px 0px 3px 1px rgba(237,237,237,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-reply-title {
    border-bottom: 2px solid #315062;
    display: inline;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 24px;
}
.comment-form  {
    border-top: 2px solid #ecedee;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding-top: 20px;
}
.comment-form-comment #comment {
    height: 150px;
}
.submit{
    background: #FF322E;
    color: #fff;
}
.form-submit input {
    border: 0;
    color: #fff;
}
.comment-form label {
    padding: 0 10px 0 0;
}
.comment-form-email label {
    padding: 0 12px 0 0px;
}
.comment-form-url label {
    padding: 0px 6px 0px 0px;
}

/* 6.7 Other Posts in Single */
.random_heading {
    border-bottom: 2px solid #315062;
    color: #373737;
    display: inline-block;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-right: 5px; 
    text-transform: uppercase;
}
.random_wrapper {
    border-top: 2px solid #dfdfdf;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin-top: -2px;
    margin-left: 10px;
    padding-top: 20px;
}
.random_inner {
    flex: 23%;
    -webkit-flex: 23%;
    margin-right: 20px;
    padding-bottom: 30px;
}
.random_title {
    font-size: 14px;
    line-height: 20px;
}
.random_title a {
    color: #313131;
}
.random_thumb img{
    margin-bottom: 5px;
    width: 100%;
    height: 160px;
}

/* 6.8 Ratings and Reviews in Single */
.rating-holder {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    padding-bottom: 20px;
}
.review-block {
    font-family: 'Source Sans Pro', sans-serif;
    margin-right: 2.5%;  
    flex: 27%;
    -webkit-flex: 27%;
}
.review-block:last-child {
    margin-right: 0;
}
.review-block h2 {
    border-bottom: 2px solid #339900;
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.review-block ul {
    margin: 0;
}
.review-box {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    border-top: 0; 
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif; 
    padding:20px 15px 25px;
}
.review-box li {
    background-image: url("images/icon-sprite.png");
    background-position: -54px -41px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding-left: 25px;
}

    /* 6.8.1 Rating */
    .review-rating.review-block{
        flex: 31%;
        -webkit-flex: 31%;
    }
    .review-rating .review-box {
        color: #2d3e50;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
        -webkit-border-radius: 0px 0px 4px 4px ;
        -moz-border-radius: 0px 0px 4px 4px ;
        border-radius: 0px 0px 4px 4px ;
    }
    .review-rating h2 {
        background: #666;
        border: 0;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        padding: 15px;
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
    }    
    .review-overall {
        border-bottom: 1px solid #eaeaea;
        line-height: 1;
        margin: 5px 0 15px;
        padding-bottom: 15px;
    } 
    .overall {
        float: left;
    }
    .overallrating {
        float: right;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        margin-top: -9px;
    }
    .out-of::before{
        content: " / ";
    }
    .out-of {
        font-size: 12px;
        float: right;
        line-height: 1.7;
    }
    .final-rating {
        float: right;
        font-weight: 600;
    }
    .rating-bar {
        background: #e7e7e7;
        margin-top: 3px; 
    }
    .review-rating-bar {
        background: #FF322E;
        height: 8px;
    }
    .review-rating .review-box li {
        background: none;
        padding-left: 0;
    }

    /* 6.8.2 Good Points */
    .goodpoints h2::before {
        background-image: url("images/icon-sprite.png");
        background-position: -2px 69px;    
        content: '';
        padding: 0 16px 0 22px;
    }
    
    /* 6.8.3 Bad Points */
    .badpoints h2::before {
        background-image: url("images/icon-sprite.png");
        background-position: -2px 32px;    
        content: '';
        padding: 0 16px 0 22px;
    }
    .badpoints .review-box li {
        background-position: -83px -6px;
    }
    
/*****************************************
    7. Page
******************************************/

/* 7.1 Page Template*/


/* 7.2 Full Width Page */
.full-width-page .post-wrapper {
    float: none;
    width: auto;
}
.full-width-page .single-content-holder{
    margin-bottom:0;
    padding-bottom:30px;
}

/* 7.3 Archive / Sitemap Page */
.archive-list {
    display: inline-block;
    width: 100%;
}
.archive-list ul {
    float: left;
    margin-left: 3.5%;
    width: 31%;
}
.archive-list ul ul {
    width: 100%;
}
.archive-list .page_item_has_children .children {
    margin-left: 10%;
    width: 100%;
}
.archive-list .archive-category {
    margin-left: 0;
}
.archive-list a, 
.archive-post a {
    color: #333;
}
.archive-list a:hover, 
.archive-post a:hover {
    color: #FF322E;
    webkit-transition: all 300ms ease-in-out;
    */ -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.archive-list ul li, 
.archive-post ul li {
    list-style: inside;
    list-style-type: circle;
    color: #FF322E;
    margin-bottom: 5px;
} 
.archive-post ul li {
    list-style: outside;
    list-style-type: circle;
}
.archive-tag {
    padding-bottom: 30px;
    display: inline-block;
}
.archive-tag ul {
    margin-left: 10px;
}
.archive-tag h4 {
    margin-left: -10px;
}
.archive-tag li {
    float: left;
    margin-right: 5px;
    list-style: none;
    font-size: 12px;
    margin-bottom: 5px;
}
.archive-tag li a {
    background: #f2f2f2; 
    padding: 3px 11px;
    display: inline-block;
}
.archive-tag li a:hover {
    background: #FF322E;
    color: #fff;
    webkit-transition: all 0.15s ease-in-out;
    */ -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.archive-post {
    margin-left: 30px;
} 
/* 7.4 404 Page */
.error-page {
    text-align: center;
}
.error-page .post-wrapper {
    float: none;
    width: auto;
}
.error-page .single-content{
    margin-bottom:0;
    padding-bottom: 50px;
}
.error-page  #searchform {
    margin:  0 auto;
}

/* 7.5 Archive Page / Blog Layout */
.blog-layout {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.blog-layout:last-child {
    border: none;
}
.archive-heading {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.archive-heading h1 {
    border-bottom: 1px solid #e5e4e4;    
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}
.archive-heading span::before {
    content: '\'';
}
.archive-heading span {
    color: #FF322E;
    font-weight: bold;
}
.archive-heading span::after {
    content: '\'';
}
.blog-layout .post-featured-image {
    float: left;
    margin-bottom: 0px; 
}
.blog-layout .post-featured-image img {
    margin-right: 15px;
}
.blog-layout .date-holder {
    margin-bottom: 10px;
    text-transform: capitalize;
} 
.blog-layout .date-holder span {
    color: #FF322E;
    text-transform: none;
}
.blog-layout h2 {
    clear: none;
}
.blog-layout .title-area-holder p {
    color: #666;
    font-size: 15px;
    line-height: 23px;
}
.blog-layout .author-name::after {
    content: ' / ';
}
.blog-layout .title-area-holder h2 {
    font-size: 31px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 36px;
}
.blog-layout .title-area-holder h2 a {
    color: #000;
}

    /* 7.5.1 Pagination */
    .site-pagination .nav-links{
        border: 1px solid #dbdbdb;
        border-left: 0;
        border-right: 0;
        height: 35px;
        margin-bottom: 20px;
        padding-top: 5px;
        text-align: center;
    }
    .site-pagination .nav-links a {
        color: #000;
        font-weight: bold;
    }
    .site-pagination .navigation .prev, .site-pagination .navigation .next {
        background: #eeeeee;
        color: #555;
        font-size: 15px;
        font-weight: normal;
        padding: 6px 14px;  
        text-transform: uppercase;
    } 
    .site-pagination .navigation .prev:hover, .site-pagination .navigation .next:hover {
        background: #dbdbdb;
        color: #555;
    }
    .site-pagination .navigation .next::after {
        clear: both;    
    }
    .site-pagination .navigation .prev {
        margin: -5px 0 0 15px ;
    }
    .site-pagination .navigation .next {
        margin: -5px 15px 0 0;
    }
    .site-pagination  .page-numbers {
        padding: 4px 7px; 
    }
    .site-pagination  .page-numbers:hover, 
    .site-pagination  .page-numbers.current  {
        background: #FF322E;
        color: #fff;
    }

/* 7.6 Content-none Page */
.no-content {
    margin: 30px  ;
}
.no-content h2 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 31px;
    line-height: 42px;
    margin-bottom: 20px;
}

/* 7.7 Attachment / Image Page */
.attachment-page  {
    padding-bottom: 20px;
}
.attachment-page .post-wrapper {
    float: none;
    width: 100%;
} 
#image-nav-single {
    margin-bottom: 20px;
    font-size: 14px;
}
.image-nav-next {
    float: right; 
}
#image-nav-single a {
    background: #FF322E;
    color: #fff;
    margin-right: 10px;
    padding: 7px 10px; 
    webkit-transition: all 0.15s ease-in-out;
    */ -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
#image-nav-single a:hover {
    background: #f2f2f2; 
    color: #FF322E;  
}
.attachment-page .title-area-holder,
.entry-attachment {
    text-align: center; 
}
.entry-attachment img {
    max-width: 100%;
    height: auto;
}
.attachment-page .single-meta-holder {
    padding-bottom: 15px;
} 

/*****************************************
    8. Retina Images 
******************************************/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

  .social-icons a { 
    background-image: url("images/icon-sprite@2x.png");
    background-size: 79px 472px;
    background-position:  3px -22px;
    }
    .twitter a {
        background-position:  3px -47px;
    }
    .youtube a {
        background-position:  3px -72px;   
    }
    .subscribe a {
        background-position:  3px -97px;
    }
    .instagram a {
        background-position:  3px -172px;   
    }
    .pinterest a {
        background-position:  3px -147px;     
    }
    .google-plus a {
        background-position:  3px -222px;   
    }
    .vimeo a {
        background-position:  3px -122px;   
    }
    .linkedin a {
        background-position:  3px -248px;   
    }
    .tumblr a {
        background-position:  3px -197px;   
    }
    .menu-button {
        background-color:  #f2f2f2 ; 
        background-image: url("images/icon-sprite@2x.png");
        background-size: 79px 472px;
        background-position: 3px 2px ; 
    }
    .search_form .searchbutton {
        background-color:  #fafafa ; 
        background-image: url("images/icon-sprite@2x.png");
        background-size: 79px 472px;
        background-position: -22px 2px ;
    }
}

/*****************************************
    9. Responsive 
******************************************/
@media only screen and ( min-width: 1101px) and ( max-width: 1200px) {
    .logo-area, .menu-holder, .secondary-menu, .footer-navigation {
        width: 1080px;
        max-width: 100%;
    }
    .primary-menu li a {
        padding: 16px 15px;
    }
    .secondary-menu li a {
        padding: 7px 6px;
    }
    .main {
        width: 1100px;
        max-width: 100%;
    }
    .layout_boxed .container {
        max-width: 1100px;
    }

    /* Category Blocks 1 to 7 */
    .featured-post {
        width: 178px;
        height: 155px;
    }
    .featured-post:hover .featured-content {
        height: 155px;
    }
    .block-3 {
        width: 40%;
    }
    .block-3-full {
        width: 100%;
    }
    .block-3-full .big-post {
        width: 525px;
    }
    .block-4 {
        width: 58%;
        margin-left: 0
    }
    .block-4-full {
        margin-left: 0;
        width: 100%;
    }
    .block-5-6-holder {
        width: 445px;
    }
    .layout_boxed .block-5-6-holder, .layout_boxed .block-7 {
        margin-right: 18px;
    } 
    .block-6 {
        margin-top: 20px;
    }
    .no_block_7{
        max-width: 750px;
    }

    /* Blog Layout */
    .post-wrapper {
        width: 750px;
    }

    /* Footer */
    #footer {
        width: 1100px;
        max-width: 100%;
    }
    .footer-navigation ul li a {
        padding: 11px;
    }
    .footer-widget-area {
        margin-right: 69px;
    } 
    /* Single */
    .related_heading {
        margin-right: 0;
    }
    .related_inner{
        width: 176px;
    }
    .related_thumb img {
        height: auto;
    }
}

@media only screen and ( min-width: 1024px) and ( max-width: 1100px) {
    .logo-area, .menu-holder, .secondary-menu, .footer-navigation {
        width: 1000px;
        max-width: 100%;
    }
    .primary-menu li a {
        padding: 15px 11px;
    }
    .secondary-menu li {
        margin-left: 8px;
    }
    .secondary-menu li a {
        padding: 7px 6px;
    }
    .main {
        width: 1020px;
        max-width: 100%;
    }
    .layout_boxed .container {
        max-width: 1020px;
    }

    /* Category Blocks 1 to 7 */
    .featured-post {
        width: 164px;
        height: 144px;
    }
    .featured-post:hover .featured-content {
        height: 144px;
    }
    .block-3 {
        width: 40%;
    }
    .block-3-full {
        width: 100%;
    }
    .block-3-full .big-post {
        width: 485px;
    }
    .block-4 {
        width: 59%;
        margin-left: 0
    }
    .block-4-full {
        margin-left: 0;
        width: 100%;
    }
    .block-5-6-holder {
        margin-right: 10px;
        width: 400px;
    }
    .layout_boxed .block-5-6-holder, .layout_boxed .block-7 {
        margin-right: 9px;
    }
    .no_block_7{
        max-width: 670px;
    }
    .block-7 {
        margin-right: 10px;
        width: 270px;
    }

    /* Blog Layout */
    .post-wrapper {
        width: 670px;
    }

    /* Single */
    .meta-comments {
        display: none; 
    }
    .related_inner {
        width: 23%;
    }
    .attachment-related-thumb {
        height: auto;
    }
    .random_thumb img {
        height: auto;
    }

    /* Footer */
    #footer {
        width: 1020px;
        max-width: 100%;
    }
    .footer-widget-area {
        margin-right: 29px;
    } 
}

@media only screen and ( min-width: 961px) and ( max-width: 1023px) {
    
    .logo-area, .menu-holder, .secondary-menu, .footer-navigation {
        width: 960px;
        max-width: 100%;
    }
    .main {
        width: 960px;
        max-width: 100%;
    }
    .layout_boxed .container {
        max-width: 960px;
    }

    /* Category Blocks 1 to 7 */
    .featured-post {
        height: 135px;
        width: 16.66%;
    }
    .featured-post:hover .featured-content {
        height: 135px;
    }
    .featured-title {
        font-size: 16px;
        line-height: 20px;
    }.block-3 {
        width: 40%;
    }
    .block-3-full {
        width: 100%;
    }
    .block-3-full .big-post {
        width: 455px;
    }
    .block-4 {
        width: 59%;
        margin-left: 0
    }
    .block-4-full {
        margin-left: 0;
        width: 100%;
    }
    .block-5-6-holder {
        width: 625px;
        margin-right: 18px;
    }
    .no_block_7 {
        max-width: 100%;
    }
    .block-7 {
        margin-right: 0
    }

    /* Sidebar */
    .clear-block {
        clear: both;
    }  
    .primary-sidebar {
        float: none;
        margin-top: 30px;
        width: 100%;
    } 
    .primary-sidebar .widget-area {
        -moz-column-count:3;
        -moz-column-gap: 3%;
        -moz-column-width: 30%;
        -webkit-column-count:3;
        -webkit-column-gap: 3%;
        -webkit-column-width: 30%;
        column-count: 3;
        column-gap: 3%;
        column-width: 30%;
    } 
    .primary-sidebar .widget {
        display: inline-block;
        float: left;
    }

    /* Footer */
    #footer {
        padding: 30px 10px;
        max-width: 100%;
        width: 960px;
    }
    .footer-widget-area {
        margin-right: 19px;
    }

    /* Blog Layout */
    .post-wrapper {
        float: none;
        width: 100%;
    }
}

@media only screen and ( min-width: 768px) and ( max-width: 960px) {
    .logo-area, .menu-holder, .secondary-menu, .footer-navigation {
        width: 748px;
        max-width: 100%;
    }
    .layout_boxed .container {
        max-width: 768px;
    }
    .search-nav-area {
        max-width: 550px
    }
    .head-search {
        margin-top: 20px;
    }
    .layout_boxed .main {
        width: 766px;
    }
    .main {
        width: 748px;
        max-width: 100%;
    }
    .trending-menu {
        display: none;
    } 

    /* Category Blocks 1 to 7 */
    .featured-post {
        margin-top: 10px;
        width: 33.33%;
    }
    .featured-wrapper img {
        width: 100%;
    }
    .block-3 {
        float: none;
        width: 100%;
    }
    .block-3 .big-post {
        float: left;
        margin-right: 20px;
        width: 349px;
    }
    .block-3 .big-post:nth-of-type(2n) {
        margin-right: 0;
    }
    .block-3-full .big-post {
        width: 349px;
    }
    .block-4 {
        float: none;
        margin: 0 0 -25px;
        width: 100%;
    }
    .block-5-6-holder {
        width: 413px;
    }
    .block-7 {
        margin-right: 0
    }

    /* Sidebar */
    .clear-block {
        clear: both;
    } 
    .primary-sidebar {
        float: none;
        width: 100%;
    } 
    .primary-sidebar .widget-area {
        -moz-column-count:2;
        -moz-column-gap: 3%;
        -moz-column-width: 30%;
        -webkit-column-count:2;
        -webkit-column-gap: 3%;
        -webkit-column-width: 30%;
        column-count: 2;
        column-gap: 3%;
        column-width: 30%;
        margin-top: 20px;
    } 
    .primary-sidebar .widget {
        display: inline-block;
    }

    /* Footer */
    #footer {
        padding: 30px 10px;
        max-width: 100%;
        width: 748px;
    }
    .footer-widget-area {
        margin-right: 0px;
    }
    .second-widget {
        float: right;
    }
    .last-widget{
        display: none;
    }

    /* Blog Layout */
    .post-wrapper {
        float: none;
        width: 100%;
    }

    /* Single */
    .related_inner {
        width: 23.2%;
    }
    .related_inner img {
        height: auto;
    }

}
@media only screen and ( max-width: 767px) {
    .logo-area, .menu-holder, .secondary-menu, .footer-navigation {
        width: 460px;
        max-width: 100%;
    }
    .layout_boxed .container {
        max-width: 480px;
    }
    .layout_boxed .main {
        width: 478px;
    }

    /* header */
    .logo-area {
        padding: 20px 0;
    }
    .logo {
        float: none;
        text-align: center;
    }
    .search-nav-area {
        float: none;
        margin-top: 20px;
    }
    .header .social-area {
        margin-bottom: 10px;
        width: 390px;
    }
    .social-icons li {
        margin-bottom: 10px;
    }
    .header .social-icons div {
        text-indent: -999px;
        padding: 4.5px 0px 5px;
    }
    .header .social-icons a {
        border-radius: 4px;
    }
    .navigate-menu {
        margin-right: 10px;
    }
    .head-search {
        float: none;
    }
    #searchform {
        margin: 0 auto; 
    }
    .responsivemenu {
        display: block;
        padding: 10px;
    }
    .primary-menu {
        display: none;
    }
    #mobile-menu {
        text-align: center;
    }
    .responsivemenu select {
        padding: 10px;
        width: 400px;
    }
    .secondary-nav, .trending-menu {
        display: none;
    }


    .main {
        width: 460px;
        max-width: 100%;
    }
    /* Category Blocks 1 to 7 */
    .featured-post {
        width: 50%;
    }
    .featured-image img {
        width: 100%;
    }
    .block-3, .block-4 {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .block-4-post {
        flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        margin-right: 0;
    }
    .block-5-6-holder, .block-7 {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .block-7-image {
        text-align: center;
    }
    .block-7 {
        margin-top: 40px;
    }

    /* Sidebar */
    .primary-sidebar{
        float: none;
        margin: 20px auto 0; 
    }

    /* Footer */
    #footer {
        padding: 30px 10px;
        max-width: 100%;
        width: 460px;
    }
    .footer-widget-area {
        float: none;
        margin-right: 0;
    }
    .footer-widgets {
        margin: 0 auto;
    }

    /* Blog Layout */
    .post-wrapper {
        float: none;
        width: 100%;
    }
    .blog-layout .post-featured-image {
        margin-right: 10px;
        width: 44%;
    }
    .blog-layout .title-area-holder h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    /* Single */
    .single-sharing .social-icons {
        display: inline-block;
    }
    .single-title {
         font-size: 26px;
        line-height: 1.3;
    }
    .meta-left {
        display: block;
        float: none;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .meta-right {
       display: inline-block;
        float: none;
    }
    .comment-list li ol {
        margin: 0 0 0 15px;
    }
    .random_thumb img {
        height: auto;
    }
    .random_inner {
        flex: 1 1 43%;
        -webkit-flex: 1 1 43%;
    }
    .review-rating.review-block, .review-block {
        flex: 1 1 51%;
        -webkit-flex: 1 1 51%;
    }
    .cat-wrapper li {
        display: inline-flex;
        margin-bottom: 5px;
    }
    .meta-comments a {
        float: left;
    }

}
@media only screen and ( max-width: 479px) { 
    .header .social-area {
        float: none;
        width: 265px;
    }
    .layout_boxed .container {
        max-width: 320px;
    }
    .search-nav-area {
        display: block;
    }
    .header .social-area {
        width: 85%;
    }
    .navigate-menu {
        margin-left: 0
    }
    .related_inner {
        width: 48%;
        margin-right: 2%;
    }
    .random_wrapper {
        margin-left: 0;
    }
    .random_inner {
        margin-right: 0;
        flex: 1 1 51%;
        -webkit-flex: 1 1 51%;
    } 
    .related_thumb img {
        height: auto;
        width: 100%;
    }
    .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        flex: 1 1 51%;
        -webkit-flex: 1 1 51%;
    }
    .footer-navigation ul li a {
        padding: 10px 15px;
    }
}

.primary-nav {
    background: #1793D1
}
.primary-menu li {
    border-right: 1px solid #1585BD
}
.category-time a {
    color: #FF322E
}
.menu-text {
    color: #FF322E;
}
.block-3 .big-post-content h2 a:hover,
.block-4-content h3 a:hover,
.block-content h3 a:hover {
    color: #FF322E
} 
.footer-menu-wrapper {
    background: #1793D1
}

/* Advertisment */
.ad1{
    background: #eee;
    padding: 10px;
}
.ad2{
    padding: 0px 0px 10px 0px
}
.ad3{
    margin: -10px 0px 20px 0px
}
.ad4{
    margin: -10px 0px 26px 0px 
}
.ad5{
    margin: -20px 0px 30px 0px
}
.ad6{
    margin-bottom: 20px;
    margin-top: 0px;
}
.ad7{ 
    margin: 0px 0px 30px 0px;
}
.ad8{   
    margin-bottom: 20px;
}



/*woocommerce styling */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    float: left;
    height: 41px;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    padding-left: 0 !important;
    padding-top: 1px !important;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.woocommerce ul.tabs li a {
    border-radius: 5px 5px 0 0;
    color: #666 !important;
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    height: 22px !important;
    outline: medium none;
    padding: 0 8px;
    text-decoration: none;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.tabs {
     border:none !important; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 3px 11px 7px 10px;
    height: 39px !important;
    font-weight: 700;
    line-height: 2;
    color: #515151;
    text-decoration: none;
}


.woocommerce-Tabs-panel h2{
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}