/*
	Theme Name: Mulberry
	Theme URI: http://www.flatlayers.com/themes/mulberry
	Author: FlatLayers
    Author URI: http://www.flatlayers.com
	Description: An Elegant Responsive WordPress Blog Theme
	Version: 1.1
    License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
    Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options
    Text Domain: mulberry
*/

/*-------------------------------------------------------------------------
[Table of contents]

    1. Browser Reset + Main Styels
    2. Containers + Clearfix / .container .clearfix
    3. Headings    
    4. Top Bar
    5. Header
    6. Sticky + OWL Carousel / .stickyposts
    7. Home Page Templates
    8. Sidebar / #sidebar
    9. Article Style / article
    10. Pagination / .pagination
    11. Single Post and pages Style Changes / .single .page
    12. Comments / #comments
    13. Footer / footer
    14. Archive Pages Style
    15. Media Queries
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	1. Browser Reset + Main Styels
/*-------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

:focus { outline: 0; }
input[type=submit] { -webkit-appearance: none; }
html {
	overflow-x: hidden;
	max-width:   100%;
}
body {
    background: #FFFFFF;
	color: #252525;
    font-family: 'Lora',"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
}
ol, ul { list-style: none; }
input[type=text]::-ms-clear { display: none; }
sup {
	font-size: 10px;
	vertical-align: super;
}
sub {
	font-size: 10px;
	vertical-align: sub;
}
p { padding-bottom: 20px; }
strong { font-weight: 700; }
em { font-style: italic; }
p:empty { display: none; }
hr {
    border: none;
    border-top: 1px solid rgba(128,128,128,.2);
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
a {
    text-decoration: none;
    color: #bb9364;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
a:hover { color: #252525; }
blockquote, q {
    margin: 20px 0;
    padding-left: 70px;
    font-size: 16px;
    font-style: italic;
    display: block;
    position: relative;
}
blockquote:before, q:before {        
    position: absolute;
    display: block;
    content: '\0022';
    font-size: 100px;
    line-height: 75px;
    font-style: italic;
    color: #bb9364;
    top: 0;
    left: 0;
    font-family: Cambria, Georgia, serif;
}

pre, address {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 0 5px 50px;
	overflow: auto;
	max-width: 100%;
}
pre:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f121";
	background: rgba(128,128,128,.2);
	padding: 0 7px;
	z-index: 5;
}
address:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f041";
	background: rgba(128,128,128,.2);
	padding: 0 7px;
	z-index: 5;
}
table, dl {
	margin-bottom: 20px;
	width: 100%;
}
table thead, dt {
	font-weight: bold;
	background: rgba(128,128,128,.2);
}
table th, table td, dt, dd {
	padding: 10px 0 10px 10px;
	text-align: left;
}
table th p, table td p, dt p, dd p { padding-bottom: 0; }
table tr:nth-child(even) {
	background: rgba(128,128,128,.2);
}

::-moz-selection {
    background: #bb9364;
    color: #FFFFFF;
}
::selection {
    background: #bb9364;
    color: #FFFFFF;
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img {
	height: auto;
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}
.wp-post-image {
	display: block;
	margin: 0 auto;
}
img.alignright,
.wp-caption.alignright { margin: 10px 0 10px 20px; }

img.alignleft,
.wp-caption.alignleft {	margin: 10px 20px 10px 0; }

img.aligncenter{}
.wp-caption .wp-caption-text,
.entry-caption {
    opacity: .8;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
    padding-bottom: 0;
    line-height: 1.54;
}

/* Embeds and iframes */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Gallery */
.gallery { margin-bottom: 30px !important; }
.gallery-item {
	float: left;
	text-align: center;
    margin-top: 0 !important;
    line-height: 0;
}
.gallery-icon {
    padding: 0;
    text-align: center;
    background: inherit;
}
.gallery img { border: none !important; }
.gallery-caption {
	opacity: .8;
	font-size: 12px;
	line-height: 1.54;
	margin: 0;
	padding: 7px 15px;
	text-align: center;
}
.screen-reader-text { }
.sticky { }

/*-------------------------------------------------------------------------*/
/*  2. Containers + Clearfix
/*-------------------------------------------------------------------------*/
.container {
    position: relative;
    display: block;
    width: 100%;
	max-width: 1080px;	
    margin: 0 auto;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/*	3. Headings
/*-------------------------------------------------------------------------*/
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    padding-bottom: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: 'Josefin Sans',"Helvetica Neue",Helvetica,sans-serif;
    text-rendering: auto;
    color: #111111;
}


/*-------------------------------------------------------------------------*/
/*  4. Top Bar
/*-------------------------------------------------------------------------*/
#top-bar {
    height: 50px;
	background: #FFFFFF;
    color: #111111;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 9900;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

#top-bar a { color: #111111; }

#top-bar a:hover { color: #bb9364; }

/* Top Menu */
#top-bar .top-menu {
    position: relative;
    display: block;
    float: left;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
}
#top-bar .top-menu li {
    position: relative;
    display: inline-block;
    margin-right: 24px;
}

#top-bar .top-menu li a {
    position: relative;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 50px;
}

#top-bar .top-menu li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
    opacity: .6;
    line-height: 49px;
}

#top-bar .top-menu li .sub-menu {
    display: block;
    position: absolute;
    background: #FFFFFF;
    min-width: 180px;
    z-index: 9800;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
#top-bar .top-menu li .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    margin-right: 0;
}
#top-bar .top-menu li .sub-menu li a {
    position: relative;
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 32px;
    padding: 0 20px;
    border-right: none;
    border-bottom: 1px solid rgba(128,128,128,.2);
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;    
}
#top-bar .top-menu li .sub-menu li:last-child a,
#top-bar .top-menu li .sub-menu li.menu-item-has-children:last-child li:last-child a { border-bottom: none; }
#top-bar .top-menu li .sub-menu li.menu-item-has-children:last-child li a { border-bottom: 1px solid rgba(128,128,128,.2); }
#top-bar .top-menu li .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    right: 20px;
    line-height: 32px;
}
#top-bar .top-menu li .sub-menu li a:hover { background: rgba(128,128,128,.2); }
#top-bar .top-menu li:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
#top-bar .top-menu li .sub-menu li ul {
    left: 100%;
    margin: 0;
    top: 0;
    border-top: none;
    z-index: 900;
}


/* Social Icons */
#top-bar .social-icons {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
    float: right;
}
#top-bar .social-icons ul li {
    display: block;
    float: left;
}
#top-bar .social-icons ul li a {
    display: block;
    font-size: 14px;
    width: 28px;
    text-align: center;
    line-height: 50px;
}


#top-bar .search-icon {
    display: block;
    font-size: 12px;
    line-height: 30px;
    float: right;
    margin: 10px 0 10px 12px;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    background: #111111;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#top-bar .search-icon .fa-times { display: none; }
#top-bar .search-icon:hover { background: #bb9364; }
#top-bar .top-search {
    float: right;
    position: absolute;
    display: block;
    overflow: hidden;
    display: none;
    right: 40px;
    z-index: 9999;
}
#top-bar .top-search form {
    display: block;
    line-height: 0;
}
#top-bar .top-search input {
    min-width: 130px;
    border: none;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    font-style: italic;
    padding: 0;
}



/* Drawer */
#top-bar .drawer-icon {
    display: none;
    float: left;
    margin: 11px 0;
}
.menu-icon {
    display: block;
    position: relative;
    height: 17px;
    width: 30px;
    margin: 0;
    cursor: pointer;
}
.border-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.border-menu, .border-menu:before, .border-menu:after {
    height: 2px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;    
    background: #111111;
}
.border-menu:before {
    left: 0;
    top: -7px;
}
.border-menu:before, .border-menu:after {
    position: absolute;
    content: '';
}
.border-menu:after {
    bottom: -7px;
    left: 0;
}

.pushmenu {
    display: none;
    background: #111111;
    width: 240px;
    padding: 20px;
    height: 100vh;
    z-index: 9999;
    position:fixed;
    overflow-y: auto;
    color: #CCCCCC;
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.pushmenu a { color: #FFFFFF; }

.pushmenu.pushmenu-open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.push-overlay {
	position: fixed;
    z-index: 9950;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.25);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.push-overlay.push-overlay-open {
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
}


.pushmenu .copyright { margin-top: 35px; }


/*-------------------------------------------------------------------------*/
/*  5. Header 
/*-------------------------------------------------------------------------*/
header {
    position: relative;
    display: block;  
    text-transform: uppercase;
    padding-top: 50px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
}
header a { display: inline-block; }
#logo {
    padding: 60px 0;
    line-height: 0;
    text-align: center;
}
#logo img {
    margin: 0;
    padding: 0;
}
#logo h1 {    
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0;
}
#logo h5 {
    display: block;
    margin: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
}

.navigation {
    display: block;
    position: relative;
    text-align: center;
    background: #111111;
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
}

.navigation .menu li {
    position: relative;
    display: inline-block;
    padding: 12px 0;
}

.navigation .menu li a {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 0 16px;
    border-right: 1px solid rgba(128,128,128,.2);
}

.navigation .menu li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 10px;
    opacity: .6;
}

.navigation .menu li:last-child a { border-right: none; }

.navigation .menu li .sub-menu {
    display: block;
    position: absolute;
    background: #FFFFFF;
    z-index: 9700;
    min-width: 230px;
    top: 100%;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.navigation .menu li .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
}
.navigation .menu li .sub-menu li a {
    position: relative;
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 38px;
    padding: 0 30px;
    color: #111111;
    border-right: none;
    border-bottom: 1px solid rgba(128,128,128,.2);
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;    
}
.navigation li .sub-menu li:last-child a,
.navigation li .sub-menu li.menu-item-has-children:last-child li:last-child a { border-bottom: none; }
.navigation li .sub-menu li.menu-item-has-children:last-child li a  { border-bottom: 1px solid rgba(128,128,128,.2); }
.navigation .menu li .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    right: 20px;
    line-height: 37px;
}

.navigation .menu li .sub-menu li a:hover {
    background: #111111;
    color: #FFFFFF;
    padding: 0 20px 0 40px;
}
.navigation .menu li:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.navigation .menu li .sub-menu li ul {
    left: 100%;
    margin: 0;
    top: 0;
    border-top: none;
    z-index: 900;
}


/*-------------------------------------------------------------------------*/
/*  6. Sticky + OWL Carousel 
/*-------------------------------------------------------------------------*/
.stickyposts {    
    direction: ltr;
    overflow: hidden;
    margin-bottom: 20px;
}
.stickyposts .item {
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.stickyposts .sticky-content {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.stickyposts .sticky-content .table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.stickyposts .sticky-content .sticky-cell {    
    display:table-cell;
    vertical-align:middle;
}
.stickyposts .sticky-content .sticky-cell .cell-content {
    display: block;
    width: 460px;
}
.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner {
    padding: 30px;
    background: #111111;
}
.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .category {
    line-height: 1;
    color: #FFFFFF;
    padding: 0;
    border-bottom: none;
    font-size: 12px;
}
.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .category a { color: #FFFFFF; }
.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .title {
    display: block;
    padding: 20px 0;
    margin: 20px 0;    
    border-top: 1px solid rgba(128,128,128,.2);
    border-bottom: 1px solid rgba(128,128,128,.2);
}
.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .title a {
    display: block;
    color: #FFFFFF;
}

.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .read-more a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    background: inherit;
    color: #FFFFFF;
    border: none;
    padding: 0;
    line-height: 1;
    letter-spacing: 1px;
}
.stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .read-more a:hover { color: #bb9364 }

.owl-theme .owl-controls .owl-nav div {
    position: absolute;    
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 40px;
    color: #FFFFFF;
    background: rgba(0,0,0,.4);
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.owl-theme .owl-controls .owl-nav div:hover { background: rgba(0,0,0,.9); }
.owl-prev { left: 0; }
.owl-prev:before {
    font: normal normal normal 18px/45px FontAwesome;
    content: "\f104";
    display: block;
    overflow: hidden;
}
.owl-next { right: 0; }
.owl-next:before {
    font: normal normal normal 18px/45px FontAwesome;
    content: "\f105";
    display: block;
    overflow: hidden;
}

.owl-dots { text-align: center; }
.owl-theme .owl-controls .owl-dot {
    background: rgba(0,0,0,.3);
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: 0 4px;  
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.owl-theme .owl-controls .owl-dot:hover,
.owl-theme .owl-controls .owl-dot.active {
    background: rgba(0,0,0,.9);
}


/* Banners Area */
.banners-area { margin-bottom: 30px; }
.banners-area .third {
    position: relative;
    display: table;
    float: left;
    width: 285px;
    height: 170px;
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banners-area .third:last-child { margin-right: 0; }

.banners-area .third:nth-child(2n) { width: 470px; }

.banners-area .third .third-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.banners-area .third .table-cell {
    height: 100%;
    max-width: 90%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.banners-area .third:hover .table-cell { background: rgba(37, 38, 46, 0.3); }
.banners-area .third .table-cell h4 {
    display: inline-block;
    color: #FFFFFF;
    background: #111111;
    padding: 10px 25px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 80%;
}

/*-------------------------------------------------------------------------*/
/*	7. Home Page Templates
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
    padding-top: 50px;
}
#blogposts {
    max-width: 740px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.full-width {
    max-width: 100% !important;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.right {
    float: right !important;
    margin-left: 40px;
}

.post-header {
    display: block;
    padding-bottom: 15px;
    text-align: center;
}
.post-header .title {
    font-size: 24px;
    display: block;
    padding: 25px 0 5px;
    border-top: 1px solid rgba(128,128,128,.2);
}
.post-header .title a {
    display: block;
    color: #111111;
}
span.category {
    display: block;
    font-size: 14px;
    padding: 7px 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Josefin Sans',"Helvetica Neue",Helvetica,sans-serif;
    border-bottom: 1px solid rgba(128,128,128,.2)
}

.meta {
    display: inline-block;
    color: #777777;
    font-size: 12px;
    margin: 0 2px;
    line-height: 30px;
    font-style: italic;
}


/* Masonry Styles */
.masonry article {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}
/* 3columns masonry */
#masonry-3 article { width: 340px; }

/* 2columns masonry */
#masonry-2 article { width: 525px; }

/* 2columns masonry + sidebar */
#masonry-2-sidebar article { width: 355px; }

/* List Style */
.list article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(128,128,128,.2);
}

.list article .picture {
    width: 48%;
    margin-right: 2%;
    position: relative;
    float: left;
}
.list article .list-content {
    width: 48%;
    margin-left: 2%;
    float: left;
    position: relative;
    display: table;
}
.list article .list-content .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.list article .post-header { padding: 0 0 15px 0; }

.list article .post-header span.category { padding: 0 0 7px 0; }


/* Standard Style */
.standard article { margin-bottom: 50px; }

/* Grid Style*/
.grid { font-size: 0; }
.grid article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left;
    margin-bottom: 45px;
    font-size: 14px;
}

/* Grid 2 Columns Sidebar */
#grid-2-sidebar article { width: 48%; }
#grid-2-sidebar article:nth-child(odd) { margin-right: 4%; }
/* Grid 2 Columns */
#grid-2 article { width: 48.5%; }
#grid-2 article:nth-child(odd) { margin-right: 3%; }
/* Grid 3 Columns */
#grid-3 article { width: 31.5%; }
#grid-3 article:nth-child(3n+2) {
    margin-left: 2.75%;
    margin-right: 2.75%;
}

/* Bricks Style */
.bricks article {
    display: block;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}
#bricks article { width: 31.5%; }
#bricks article:nth-child(4n+1) { width: 100%; }
#bricks article:nth-child(4n+3) {
    margin-left: 2.75%;
    margin-right: 2.75%;
}
/* Bricks Sidebar */
#bricks-sidebar article { width: 48%; }
#bricks-sidebar article:nth-child(3n+1) { width: 100%; }
#bricks-sidebar article:nth-child(3n+2) { margin-right: 4%; }

/* 1st Full & Grid */
.post-grid { font-size: 0; }

.post-grid article {    
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left;
    margin-bottom: 45px;
    font-size: 14px;
}

#post-grid-3 article { width: 31.5%; }
#post-grid-3 article:first-child { width: 100%; }
#post-grid-3 article:nth-child(3n+3) {
    margin-left: 2.75%;
    margin-right: 2.75%;
}
/* 1st Full, Grid & Sidebar */
#post-grid-2 article { width: 48%; }
#post-grid-2 article:first-child { width: 100%; }
#post-grid-2 article:nth-child(even) { margin-right: 4%; }

/* Under Frist Post */
#bricks-sidebar article:nth-child(3n+1),
.post-grid article:first-child { padding-bottom: 45px; }

.post-grid article:first-child:before,
#bricks-sidebar article:nth-child(3n+1):before,
.single article:before,
.page-template-default article:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
	background: rgba(128,128,128,.2);
    bottom: 0;
}
.post-grid article:first-child:after,
#bricks-sidebar article:nth-child(3n+1):after,
.single article:after,
.page-template-default article:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #111111;
    border: 4px solid #FFFFFF;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    visibility: visible;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/* Font Size of Full width Posts */
#post-grid-2 article:first-child .post-header .title,
#post-grid-3 article:first-child .post-header .title,
#bricks-sidebar article:nth-child(3n+1) .post-header .title,
#bricks article:nth-child(4n+1) .post-header .title { font-size: 36px; }


/* Read More */
.read-more {
    display: table;
    margin: 10px auto 0;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
}
.read-more a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    background: #111111;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
    padding: 7px 25px;
    letter-spacing: 1px;
}
.thecontent .read-more a:hover { background: #bb9364;}

/*-------------------------------------------------------------------------*/
/*  8. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar {
    width: 300px;
    display: block;
    color: #252525;
    float: left;
}
#sidebar a { color: #252525; }
#sidebar a:hover { color: #bb9364; }
/* Widgets Styles */
.widget {
    display: block;
    text-align: left;
    margin-bottom: 40px;
}
.widget-title {
    display: block;
    font-size: 15px;
    padding: 12px 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-align: center;
    color: #111111;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    text-transform: uppercase;
}
.widget ul,
.widget div {
    display: block;
    position: relative;
    overflow: hidden;
}
.widget ul li {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(128,128,128,.2);
    text-align: center;
}
.widget ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.widget ul li ul { padding-left: 20px; }

.widget ul li ul li:last-child { border-bottom: none; }



/* Tag Widget */
.widget .tagcloud { overflow: hidden; }
.widget .tagcloud a {
	font-size: 13px !important;
	background: rgba(128,128,128,.2);
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	display: block;
	float: left;
}
.widget .tagcloud a:hover { background: rgba(128,128,128,.5); }

/* Calendar Widget */
.widget_calendar caption {
    margin: 0 auto;
    line-height: 34px;
    font-weight: 700;
}
.widget_calendar table { margin-bottom: 0; }
.widget_calendar div { padding: 0; }
.widget_calendar thead tr th {
    padding: 2px;
    font-weight: bold;
    text-align: center;
}
.widget_calendar td {
    padding: 2px;
    text-align: center;
}
.widget_calendar tfoot tr td {
    padding: 5px;
    padding-bottom: 0;
    border: none;
}
.widget_calendar tfoot #prev { text-align: right;}
.widget_calendar tfoot #next { text-align: left; }

/* Recent Posts */
.widget_recent_entries .post-date {
    display: block;
    font-size: 10px;
}

/* Menu Widget */
.widget .menu,
.mobile-menu .menu { font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif; }
.widget .menu li,
.mobile-menu .menu li {
    display: block;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget .menu li a,
.mobile-menu .menu li a {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    border: none;  
    border-bottom: 1px solid rgba(128,128,128,.2);
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}
.widget .menu .menu-item-has-children > a:after,
.mobile-menu .menu .menu-item-has-children > a:after {
	color: rgba(128,128,128,.2);
    content: "\f067";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.close-rotate:after {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);  
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}
.widget .menu li ul li a,
.mobile-menu .menu li ul li a { font-size: 10px; }

/* About Widget */
.fl-about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.fl-about div { text-align: center; }
.fl-about div p { padding-bottom: 0; }
.fl-about div div img { margin-bottom: 0; }
/* Flickr Widget */
.fl-flickr .flickr {
    line-height: 0;
    margin-left: -10px;
}
.fl-flickr .flickr li {
    width: 33.33%;
    line-height: 0;
    margin: 0;
    padding: 0 0 10px 10px;
    display: inline-block;
    border-bottom: none;
}
.fl-flickr .flickr li a {
    display: block;
    line-height: 0;
}
/* Instagram Widget */
.fl-instagram .instagram {
    line-height: 0;
    margin-left: -10px;
}
.fl-instagram .instagram li {
    width: 33.33%;
    line-height: 0;
    margin: 0;
    padding: 0 0 10px 10px;
    display: inline-block;
    border-bottom: none;
}
.fl-instagram .instagram li a {
    display: block;
    line-height: 0;
}

/* Socials Widget */
.fl-socials .social-icons {
    padding: 0;
    text-align: center;
}
.fl-socials .social-icons a {
	display: inline-block;
    font-size: 16px;
    width: 32px;
    text-align: center;
}

/* Banner Widget */
.fl-banner div {
    line-height: 0;
    text-align: center;
}
.fl-banner div img {
    max-width: 100%;
    line-height: 0;
}

/* Embed Widget */
.fl-embed div { line-height: 0; }

/* Latest Posts Widget */
.fl-latest-posts .item,
.fl-category-posts .item {
    text-align: center;
}
.fl-latest-posts .item .title,
.fl-category-posts .item .title {
	display: block;
    padding: 15px 0 5px;
    line-height: 1.1;    
    font-size: 16px;
}

.fl-latest-posts .owl-controls,
.fl-category-posts .owl-controls {
    position: relative;
    padding-top: 6px;
}

/* Banner Widget */
.fl-banner {
    border: none;
    padding: 0;
}

/* mc4wp-form */
.widget_mc4wp_form_widget { text-align: center; }
.mc4wp-form .mc4wp-alert {
	font-size: 12px;
	margin-top: 10px;
	font-style: italic;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
    line-height: 34px;
    padding: 0 10px;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    display: block;
    margin-top: 0;
    width: 100%;
}

/* facebook*/
.fl-facebook { text-align: center; }

/*-------------------------------------------------------------------------*/
/*	9. Article Style
/*-------------------------------------------------------------------------*/
article {
    display: block;
    position: relative;
    text-align: left;
}
/* Case there is no posts */
.no-posts { text-align: center; }
.no-posts p { padding-bottom: 0; }

/* Post Content */

.meta a { color: #777777; }

.thecontent h1, .thecontent h2, .thecontent h3, .thecontent h4, .thecontent h5, .thecontent h6 { padding-top: 15px; }

.thecontent hr { margin-bottom: 25px; }

/* Content List Style and Mixes Lists */
.thecontent ul {
    list-style: disc;
	margin-left: 20px;
	margin-bottom: 25px;
}
.thecontent ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 25px;
}
.thecontent ul ul,
.thecontent ol ol,
.thecontent ul ol,
.thecontent ol ul {
	margin-bottom: 0;
    margin-left: 25px;
}



/* Article Footer */
.post-bottom { margin-top: 30px; }
.post-bottom div {
    display: block;
    float: left;
}
.post-bottom .tags a {
    display: block;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    background: #111111;
    color: #FFFFFF;
    font-size: 11px;
    font-style: italic;
    margin-right: 4px;
}
.post-bottom .tags a:last-child { margin-right: 28px; }
.post-bottom .tags a:hover { background: #bb9364; }
.post-bottom .sharing .meta {
    line-height: 28px;
    display: block;
    float: left;
    margin: 0;
}
.post-bottom .sharing a {
    display: block;
    float: left;
    line-height: 28px;
    width: 26px;
    text-align: center;
    font-size: 14px;
    color: #111111;
}
.post-bottom .sharing a:hover { color: #bb9364; }

/* Post Formats Styles */
article .post img {
    max-width: 100%;
    height: auto;
}
.gallery-slider {
   width: 100%;
   display: block;
   position: relative;
   overflow: hidden;
}
.picture {
    position: relative;
    display: block;
    overflow: hidden;
}
.picture img {
	max-width: 100%;
	height: auto;
	display: block;
}

.video,
.sound {
	position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
    line-height: 0;
}
.sound iframe,
.video iframe {
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
}
/* Posts ad*/
.posts-ad {
    text-align: center;
    margin-bottom: 45px;
}
.posts-ad .ad-title {
    display: block;
    color: #999999;
    font-size: 12px;
}


/*-------------------------------------------------------------------------*/
/*	10. Pagination
/*-------------------------------------------------------------------------*/
.pagination {
    margin: 40px 0;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
}
.pagination .older {
    display: block;
    float: right;
}
.pagination .newer {
    display: block;
    float: left;
}
/* page numbers */
.pagination-num {
    display: block;
    text-align: center;
}
.pagination-num .page-numbers {
    display: inline-block;
    text-align: center;
    margin: 40px 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: rgba(128,128,128,.2);
    color: #111111;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.pagination-num .page-numbers:hover,
.pagination-num .current {
	background: #111111;
	color: #FFFFFF !important;
}

/*-------------------------------------------------------------------------*/
/*	11. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/
.single .navigation,
.page-template-default .navigation { margin-bottom: 10px; }

.single article,
.page-template-default article {
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.single .post-header span.category {
    display: table;
    margin: 0 auto;
    padding: 0 0 10px 0;
    border-width: 2px;
}


.single .post-header {
    padding: 0 0 20px;
    text-align: center;
}
.page-template-default .post-header { padding: 0; }
.single .post-header .title,
.page-template-default .post-header .title {
    font-size: 36px;
    padding: 25px 0 12px;
    border-top: none;
}

.page-template-default .post-header .title {
    padding: 0;
    border-top: none;
    position: relative;
    padding-bottom: 20px;
}

.single .post-content,
.page-template-default .post-content { margin-top: 25px; }

.page-template-home-standard article .read-more,
.blog article .read-more { text-align: center; }

/* Author Section */
#authorarea {
    display: block;
    margin-bottom: 45px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    border-top: 1px solid rgba(128,128,128,.2);
    border-bottom: 1px solid rgba(128,128,128,.2);
    padding: 25px 0;
}
#authorarea .authoravatar {
    display: block;
    width: 80px;
    margin-right: 25px;
}
.authoravatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#authorarea .authorinfo {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
#authorarea .authorinfo h4 { padding: 5px 0 10px; }
#authorarea .authorinfo h4 a { color: #111111; }
#authorarea .authorinfo p {
    padding-bottom: 0;
    font-size: 13px;
}

/* Related Posts */
#relatedposts {
    position: relative;
    display: block;
    margin-bottom: 45px;
    text-align: left;
}
.block-head {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 0;
    margin: 0 auto 25px;
    border-bottom: 1px solid rgba(128,128,128,.2);
    border-top: 1px solid rgba(128,128,128,.2);
    text-align: center;
}
#relatedposts .block-head {
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: none;
	border-top: none;
}
.related {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    width: 31.5%;
    margin-right: 2.75%;
}
.related:last-child { margin-right: 0 }
.related h4 {
    padding-bottom: 0;
    font-size: 16px;
}
.related h4 a {
    margin-top: 12px;
    position: relative;
    display: block;
    color: #111111;
}
.related .meta { margin: 0; }

/*-------------------------------------------------------------------------*/
/*  12. Comments
/*-------------------------------------------------------------------------*/
#commentswarpper { margin-bottom: 40px; }
.commentlist {
    width: 100%;
    list-style:none;
    text-align: left;
}
.commentlist li {
    margin: 0;
    padding: 0;
}
.commentlist li img.avatar {
    float: left;
    border: none;
    position: relative;
    margin-right: 15px;
    height: 50px;
    width: 50px;        
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.fn, .fn a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Josefin Sans',"Helvetica Neue",Helvetica,sans-serif;
    color: #111111;
    font-weight: 700;
}
.says { display: none; }
.commentmetadata { margin-bottom: 20px; }
.commentmetadata a {
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #999999;
}
.comment-body {
	display: block;
    border-bottom: 1px solid rgba(128,128,128,.2);
    margin-bottom: 20px;
}
.comment-body p { display: block; }
ul.children { padding-left: 50px; }
ul.children li { margin: 5px 0; }
.nocomments { text-align:center; }
.reply {
	display: block;
	position: relative;
	overflow: hidden;
}
.reply a {
    font-size: 10px;
    padding: 2px 8px;
    letter-spacing: 1px;
    background: rgba(0,0,0,.5);
    color: #FFFFFF !important;
    float: right;
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
}
.reply a:hover { background: rgba(0,0,0,.8); }
.bypostauthor { }

/* Respond */
#respond {
	display: block;
	margin: 30px 0;
}
#reply-title {
    padding-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}
#reply-title small {
    float: right;
    text-transform: none;
}
#respond .logged-in-as {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
}
#respond small {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}
#respond .inline-input {
    display: block;
    overflow: hidden;
    position: relative;    
    margin: 0 -10px 20px;
}
#respond .inline-input p {
	width: 33.33333%;
	float: left;
	padding: 0 10px;
}
#respond p { padding-bottom: 10px; }
#respond .form-submit { padding-bottom: 0; }
#commentform small {
    margin: 10px 0 20px;
    display: block;
}

/* General and Response Inputs Style */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
    border: 1px solid rgba(128,128,128,.3);
    background: inherit;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

select { padding: 5px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus { border-color: rgba(128,128,128,.75); }
.form-allowed-tags { display:block; }
input[type="submit"],
button {
    cursor: pointer;
    padding: 10px 25px;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    background: #111111;
    color: #FFFFFF;    
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="submit"]:hover,
button:hover { background: #bb9364; }

/*-------------------------------------------------------------------------*/
/*  13. Footer
/*-------------------------------------------------------------------------*/

/* Ads areas */
.footer-ad {
    text-align: center;
    margin-top: 40px;
}
.footer-ad .ad-title {
    display: block;
    color: #999999;
    font-size: 12px;
}

footer {
    position: relative;
    display: table;
    margin-top: 80px;
    overflow: hidden;    
    background-color: #111111;    
    color: #CCCCCC;
}
footer #instagram-footer {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#instagram-footer .widget {
    position: relative;
    display: block;
    max-width: inherit;
    padding: 0;
    border: none;
    margin-bottom: 0;
}
#instagram-footer .widget-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    z-index: 500;
    width: 250px;
    right: -160px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(90deg);
    background-color: inherit;
    border-bottom: none;
    border-top: none;
    color: #FFFFFF;
}
#instagram-footer .instagram { margin-left: 0; }
#instagram-footer .instagram li {
    display: block;
    float: left;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#instagram-footer .instagram li a img { display: block; }

#footer-bottom {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 25px 50px 25px 140px;
}
#footer-bottom a { color: #FFFFFF; }
#footer-bottom a:hover { color: #bb9364; }
#footer-bottom .footer-social-icons {
    display: block;
}
#footer-bottom .footer-social-icons ul li {
    display: inline-block;
    margin-right: 20px;
}
#footer-bottom .footer-social-icons ul li a { font-size: 18px; }
.copyright {
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Josefin Sans',"Helvetica Neue",Helvetica,sans-serif;
}

/*-------------------------------------------------------------------------*/
/*  14. Archive Pages Style
/*-------------------------------------------------------------------------*/
/* Category, Tag, Author,...etc box Style */
.box {
    border-bottom: none;
    text-align: center;
    border-bottom: 1px solid rgba(128,128,128,.2);
    padding-bottom: 25px;
    margin: 24px 0 45px;
}
.box span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 12px;
    color: #999999;
}
.box .title {
    font-size: 30px;
    color: #111111;
}
.box p {
    max-width: 670px;
    margin: 0 auto;
    padding-bottom: 0;
}

.error404 .box .title { font-size: 50px; }
.box .searchform {    
    max-width: 500px;
    margin: 20px auto;
}

/*-------------------------------------------------------------------------*/
/*  15. Media Queries
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1160px) {    
    .container { max-width: 940px; }

    #blogposts { max-width: 610px; }
    #sidebar { width: 300px; }

    .right { margin-left: 30px; }

    #masonry-3 article,
    #masonry-2 article { width: 455px; }
    #masonry-2-sidebar article { width: 290px; }


    .banners-area .third:nth-child(2n) { width: 330px; }
}

@media only screen and (max-width: 1024px) {
    footer { display: block; }
    footer #instagram-footer {
        display: block;
        width: 100%;
    }
    #footer-bottom {
        display: block;
        width: 100%;
        padding: 50px 0;
    }
    #instagram-footer .widget-title {
        margin: 0;
        padding: 12px 0;
        font-size: 14px;
        line-height: 1;
        position: relative;
        width: inherit;
        right: inherit;
        top: inherit;
        margin-top: 0;
        transform: inherit;
    }


}

@media only screen and (max-width: 960px) {
    .container { max-width: 726px; }

    #top-bar { display: block !important; }
    header { padding-top: 50px !important; }
    .pushmenu { display: block !important; }
    #top-bar .drawer-icon { display: block; }

    .archive header,
    .single header,
    .search-results header,
    .page-template-default header {
        border-bottom: 1px solid rgba(128,128,128,.2);
        margin-bottom: 10px;
    }

    #top-bar .top-menu,
    .navigation { display: none; }  

    
    #blogposts { max-width: 100% !important; }

    #sidebar {
        margin-top: 30px;
        float: none;
        width: 100%;
    }

    .right {
    	margin-left: inherit;
    	position: relative;
    	width: 100%;
    }

    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .stickyposts .item { height: 360px; }

    .masonry article { width: 348px !important; }


    .banners-area .third,
    .banners-area .third:nth-child(2n) {
        width: 230px;
        height: 140px;
        margin-right: 18px;
    }
}


@media only screen and (max-width: 768px) {
    .container { max-width: 480px; }

    .list article .picture,
    .list article .list-content {
        width: 100%;
        margin: 0;
    }
    .list article .post-header span.category { padding: 10px 0; }

    article {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .masonry article { width: 100% !important; }

    #respond .inline-input { margin: 0; }
    #respond .inline-input p {
    	width: 100%;
    	padding: 0;
    	margin-bottom: 20px;
    }
    
    .post-header .title,
    #post-grid-2 article:first-child .post-header .title,
    #post-grid-3 article:first-child .post-header .title,
    #bricks-sidebar article:nth-child(3n+1) .post-header .title,
    #bricks article:nth-child(4n+1) .post-header .title { font-size: 24px !important; }

    .stickyposts .sticky-content {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px;
    }
    .single .post-header .title,
    .box .title,
    .page-template-default .post-header .title { font-size: 24px !important; }

    .stickyposts .sticky-content .sticky-cell .cell-content { width: 100%; }

    .banners-area .third,
    .banners-area .third:nth-child(2n) {
        width: 100%;
        height: 170px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .banners-area .third:last-child { margin-bottom: 0; }
}

@media only screen and (max-width: 586px) {    
    .container { max-width: 420px; }
}

@media only screen and (max-width: 480px) {
    .container { max-width: 300px; }

    .stickyposts .item { height: 300px; }
    .stickyposts .sticky-content .sticky-cell .cell-content .cell-inner { padding: 20px; }
    .stickyposts .sticky-content .sticky-cell .cell-content .cell-inner .title {
        padding: 15px 0;
        margin: 15px 0;
        font-size: 22px;
    }
    .related {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post-bottom {
        text-align: center;
        padding: 20px 0 15px;
    }
    .post-bottom div { width: 100%; }
    .post-bottom .tags { margin-bottom: 30px; }

    #authorarea .authoravatar { width: 70px; }

    ul.children { padding-left: 30px; }
}