/*
	Theme Name: Caress
	Theme URI: http://www.flatlayers.com/themes/caress
	Author: FlatLayers
    Author URI: http://www.flatlayers.com
	Description: A Comprehensive WordPress Blog Theme
	Version: 1.1
	License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
	Tags:  black, custom-background, custom-colors, custom-header, custom-menu, dark, featured-images, gray, light, pink, post-formats, responsive-layout, theme-options, white
*/

/*-------------------------------------------------------------------------
[Table of contents]

    1. Browser Reset + Import + 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 + Import + Main Styels
/*-------------------------------------------------------------------------*/
@import "css/normalize.css"; /* Normalize CSS */
@import "css/owl.carousel.min.css"; /* owl carousel CSS */
@import "css/font-awesome/font-awesome.min.css"; /* Font Awesome */

* {
    -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: #F5F5F5;
	color: #777777;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top 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: 25px; }
strong { font-weight: 700; }
em { font-style: italic; }
p:empty { display: none; }
hr {
    border: none;
    border-top: 1px solid rgba(190,190,190,.25);
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
a {
    text-decoration: none;
    color: #ef2673;
    -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: #777777; }
blockquote, q {
    margin: 25px 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: #ef2673;
    top: 0;
    left: 0;
    font-family: Cambria, Georgia, serif;
}

pre, address {
	position: relative;
	margin-bottom: 25px;
	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(190,190,190,.15)
	padding: 0 7px;
	z-index: 5;
}
address:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f041";
	background: rgba(190,190,190,.15)
	padding: 0 7px;
	z-index: 5;
}
table, dl {
	margin-bottom: 25px;
	width: 100%;
}
table thead, dt {
	font-weight: bold;
	background: rgba(190,190,190,.15)
}
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(190,190,190,.15)
}

::-moz-selection {
    background: #777777;
    color: #FFFFFF;
}
::selection {
    background: #777777;
    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: 1220px;
	padding: 0 40px;	
    margin: 0 auto;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content-wrap {
    display: block;
    position: relative;
	width: 100%;
    max-width: 1220px;
	padding: 0;
	margin: 0 auto;
	background: #FFFFFF;
}

/*-------------------------------------------------------------------------*/
/*	3. Headings
/*-------------------------------------------------------------------------*/
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    padding-bottom: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    text-rendering: auto;
    color: #222222;
}

/*-------------------------------------------------------------------------*/
/*  3. Loading Mask
/*-------------------------------------------------------------------------*/
/* Loading Mask */
.loading-mask {
    background-color: #FFFFFF;
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading-mask .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    opacity: 1;
}


/*-------------------------------------------------------------------------*/
/*  4. Top Bar
/*-------------------------------------------------------------------------*/
#top-bar {
    max-width: 1220px;
	background: #FFFFFF;
    color: #222222;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 9900;
    border-bottom: 1px solid rgba(190,190,190,.25);
}

#top-bar a { color: #222222; }

#top-bar a:hover { color: #ef2673; }


/* Social Icons */
#top-bar .third {
    display: block;
    float: left;
    position: relative;
    width: 33.33333%;    
    margin: 0;
    line-height: 1;
}

#top-bar .social-icons {
    text-align: right;
    float: right;
    display: none;
}
#top-bar .social-icons ul li {
    display: inline-block;
    margin-left: 10px;
}
#top-bar .social-icons ul li a {
    display: block;
    font-size: 16px;
    margin: 18px 0;
}

#top-bar .social-icons ul .cart a {
    position: relative;
    font-size: 26px;
    margin: 9px 0;
}
#top-bar .social-icons ul .cart a span {
    display: block;
    position: absolute;
    background: #EEEEEE;
    bottom: -7px;
    right: -7px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
}

#top-bar .search {
    margin: 11px 0;
    float: right;
}
.searchform {
    display: block;
    position: relative;   
    margin: 0 auto;
}
.searchform input {	
    padding-right: 0;    
    padding: 0 35px;
    height: 31px;
    text-align: center;
    font-size: 12px;
    background-color: rgba(190,190,190,.15) !important; 
    border-color: transparent !important;
}
.searchform input:focus { background-color: inherit !important; }
.searchform button {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border: none;
    font-size: 14px;    
    padding: 0 10px;
    line-height: 31px;
    margin-top: 0;
}



/* Drawer */
#top-bar .drawer-icon {
    display: none;
    margin: 18px 0;
}
.menu-icon {
    display: block;
    position: relative;
    height: 17px;
    width: 35px !important;
    margin: 0 !important;
    cursor: pointer;
}
.border-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.border-menu, .border-menu:before, .border-menu:after {
    height: 2px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;    
    background: #222222;
}
.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: #FFFFFF;
    width: 320px;
    padding: 30px 30px 0;
    height: 100vh;
    z-index: 9975;
    position:fixed;
    overflow-y: auto;
    color: #222222;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.pushmenu .logo { text-align: center; }
.pushmenu .widget {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    background-color: inherit;
}
.pushmenu .widget:last-child { margin-bottom: 30px; }
.pushmenu a { color: #222222; }
.pushmenu a:hover { color: #ef2673; }
.pushmenu .widget-title {
    padding: 0 0 5px 0;
    text-align: left;
    margin-bottom: 15px;
    color: #222222;
    border-top: none;
    border-bottom: 3px solid rgba(190,190,190,0.25);
}

.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.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.push-overlay.push-overlay-open {
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
}





/*-------------------------------------------------------------------------*/
/*  5. Header 
/*-------------------------------------------------------------------------*/
header {
    position: relative;
    display: block;  
    text-transform: uppercase;
    padding-top: 54px;
    margin-bottom: 40px;
}
header a { display: inline-block; }
#logo {
    padding-top: 40px;
    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;
    border-top-width: 0;
    border-bottom-width: 6px;
    border-style: solid;
    border-color: #222222;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif;
}

.navigation .menu li {
    position: relative;
    display: inline-block;
}

.navigation .menu li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222222;
    margin: 15px 0;
    padding: 0 15px;
    border-right: 1px solid rgba(190,190,190,.25);
}

.navigation .menu li:last-child a { border-right: none; }

.navigation .menu li .sub-menu {
    display: block;
    position: absolute;
    background: #FFFFFF;
    z-index: 9875;
    min-width: 250px;
    padding: 15px;
    border-top: 12px solid #222222;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
}
.navigation .menu li .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
}
.navigation .menu li .sub-menu li a {
    min-width: 150px;
    position: relative;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 40px;
    padding-left: 15px;
    color: #222222;
    border-right: none;
    border-bottom: 1px solid rgba(190,190,190,.25);
    white-space: nowrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}
.navigation .menu li .sub-menu li a:hover {
    background: #222222;
    color: #FFFFFF;
    padding-left: 25px;
}
.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;
    border-left: 3px solid #222222;
    z-index: 900;
}


/* Mobile menu icon */
#mobile-menu-icon {
    display: none;
    float: left;
    position: relative;
    cursor: pointer;
    line-height: 55px;
}

/*-------------------------------------------------------------------------*/
/*  6. Sticky + OWL Carousel 
/*-------------------------------------------------------------------------*/
.stickyposts {
    direction: ltr;
    overflow: hidden;
    margin-bottom: 40px;
}
.stickyposts .owl-item .item { position: relative; }
.stickyposts .owl-item .item .picture {
    position: relative;
    display: block;
    float: left;
    width: 61.8%;
}
.stickyposts .owl-item .sticky-content {    
    position: relative;
    display: block;
    float: left;
    height: 420px;
    width: 38.2%;
    text-align: left;
}
.stickyposts .owl-item .link {
    display: block;
    overflow: hidden;
    position: relative;
}
.stickyposts .sticky-content .pre-table {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 40px;
    bottom: 0;
    right: 0;
}
.stickyposts .sticky-content .pre-table .table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.stickyposts .sticky-content .pre-table .table .sticky-cell {    
    display:table-cell;
    vertical-align:middle;
}
.stickyposts .sticky-content .sticky-cell .pre-table .table .sticky-cell .cell-content { display: block; }
.stickyposts .owl-item .sticky-content .title {
    line-height: 1.1;
    display: block;
    padding: 0 0 15px;
    font-size: 26px
}
.stickyposts .owl-item .sticky-content .title a {
    display: block;
    color: #222222;
}
.stickyposts .owl-item .sticky-content .thecontent { margin-top: 15px; }


.stickyposts .owl-controls {
    width: 38.2%;
    padding-left: 40px;
}

/* Full Image Sticky Slider */
.sticky-full-image {    
    direction: ltr;
    overflow: hidden;
    margin-bottom: 40px;
}
.sticky-full-image .sticky-content {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sticky-full-image .sticky-content .table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.sticky-full-image .sticky-content .sticky-cell {    
    display:table-cell;
    vertical-align:middle;
}
.sticky-full-image .sticky-content .sticky-cell .cell-content {
    display: block;
    width: 500px;
    background: rgba(255,255,255,.5);
    padding: 15%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.sticky-full-image:hover .sticky-content .sticky-cell .cell-content {
    background: rgba(255,255,255,.95);
}
.sticky-full-image .sticky-content .sticky-cell .title {
    line-height: 1.1;
    display: block;
    padding: 25px 0;
    font-size: 26px;
}
.sticky-full-image .sticky-content .sticky-cell .title a {
    display: block;
    color: #222222;
}

.sticky-full-image .owl-controls,
.gallery-slider .owl-controls {
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -35px;
    right: inherit !important;
    bottom: 10% !important;
}

.sticky-full-image .owl-controls .owl-buttons div,
.gallery-slider .owl-controls .owl-buttons div {
    position: absolute;    
    top: inherit !important;
    border: none !important;            
    background: rgba(255,255,255,.5);
    color: #222222;
    text-align: center;
    overflow: hidden; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sticky-full-image:hover .owl-controls .owl-buttons div,
.gallery-slider:hover .owl-controls .owl-buttons div{
    background: rgba(255,255,255,.95);
}

.owl-theme .owl-controls {
    position: absolute;
    text-align: center;
    right: 0px;
    bottom: 0px;
    min-width: 70px;
}
.owl-theme .owl-controls .owl-page {
   background: #999999;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}
.owl-theme .owl-controls .owl-page:hover,
.owl-theme .owl-controls .owl-page.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;    
    top: -40px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #222222;
    color: #222222;
    text-align: center;
    overflow: hidden; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #FFFFFF;
    background: #222222;
}
.owl-prev {
    left: 0;
}
.owl-prev:before {
    font: normal normal normal 20px/32px FontAwesome;
    content: "\f104";
    display: block;
    overflow: hidden;
}
.owl-next {
    font-size: 39px;
    line-height: 39px;
    right: 0;
}
.owl-next:before {
    font: normal normal normal 20px/32px FontAwesome;
    content: "\f105";
    display: block;
    overflow: hidden;
}

/*-------------------------------------------------------------------------*/
/*	7. Home Page Templates
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
}
#blogposts {
    max-width: 800px;
    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: 20px 0 10px;
    text-align: center;
}
.post-header .title {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    padding: 15px 0 0;
}
.post-header .title a {
    display: block;
    color: #222222;
}
span.category {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.8;
    padding: 0 6px;    
    margin-right: 6px;
    background-color: #222222;
}
span.category a { color: #FFFFFF !important; }
.meta {
    display: inline-block;
    color: #999999;
    font-size: 11px;
}

/* Masonry Styles */
.masonry article {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
/* 3columns masonry */
#masonry-3 article { width: 353.33333px; }

/* 2columns masonry */
#masonry-2 article { width: 550px; }

/* 2columns masonry + sidebar */
#masonry-2-sidebar article { width: 380px; }

/* List Style */
.list article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(190,190,190,.25);
}

.list article .picture {
    width: 48%;
    margin-right: 2%;
    position: relative;
    float: left;
}
.list article .list-content {
    width: 48%;
    margin-left: 2%;
    min-height: 256px;
    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;
    text-align: left;
}

.list article .read-more { display: inline-block; }

/* 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: 40px;
    font-size: 13px;
}
/* Grid 2 Columns Sidebar */
#grid-2-sidebar article { width: 47.5%; }
#grid-2-sidebar article:nth-child(odd) { margin-right: 5%; }
/* Grid 2 Columns */
#grid-2 article { width: 48.25%; }
#grid-2 article:nth-child(odd) { margin-right: 3.5%; }
/* Grid 3 Columns */
#grid-3 article { width: 31%; }
#grid-3 article:nth-child(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

/* Bricks Style */
.bricks article {
    display: block;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
#bricks article { width: 31%; }
#bricks article:nth-child(4n+1) { width: 100%; }
#bricks article:nth-child(4n+3) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}
/* Bricks Sidebar */
#bricks-sidebar article { width: 47.5%; }
#bricks-sidebar article:nth-child(3n+1) { width: 100%; }
#bricks-sidebar article:nth-child(3n+2) { margin-right: 5%; }

/* 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: 40px;
    font-size: 13px;
}

#post-grid-3 article { width: 31%; }
#post-grid-3 article:first-child { width: 100%; }
#post-grid-3 article:nth-child(3n+3) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}
/* 1st Full, Grid & Sidebar */
#post-grid-2 article { width: 47.5%; }
#post-grid-2 article:first-child { width: 100%; }
#post-grid-2 article:nth-child(even) { margin-right: 5%; }


/* 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: 26px; }


/* Read More */
.read-more {
    display: table;
    margin: 0 auto;
}
.read-more a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border: 1px solid #999999;
    color: #999999;
    padding: 0 10px;
    font-size: 10px; 
    font-weight: 700;   
    letter-spacing: 2px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.read-more a:hover {
    color: #FFFFFF;
    background: #222222;
    border-color: #222222;
}

/*-------------------------------------------------------------------------*/
/*  8. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar-container { float: left; }
#sidebar {
    width: 300px;
    display: block;
    color: #777777;
    margin-bottom: 40px;
}
#sidebar a { color: #777777; }
#sidebar a:hover { color: #ef2673; }
/* Widgets Styles */
.widget {
    display: block;
    text-align: left;
    background: #F5F5F5;
    padding: 25px;
    border: 1px solid #F5F5F5;
}
.widget:last-child { margin-bottom: 0; }
.widget-title {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 25px;
    text-align: center;
    color: #222222;
    border-bottom: 3px solid #222222;
}
.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(190,190,190,.25);
}
.widget ul li:last-child { margin-bottom: 0; }

.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(190,190,190,.2);
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	display: block;
	float: left;
}
.widget .tagcloud a:hover { background: rgba(190,190,190,.4); }

/* 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 { font-family: 'Montserrat',"Helvetica Neue",Helvetica,sans-serif; }
.widget .menu li {
    display: block;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget .menu li a {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    border: none;  
    border-bottom: 1px solid rgba(190,190,190,.25);
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}
.widget .menu .menu-item-has-children > a:after {
	color: rgba(190,190,190,.25);
    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 { font-size: 12px; }

/* About Widget */
.fl-about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;    
    margin-bottom: 15px;
}
.fl-about p { padding-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 {
    font-size: 16px;
    margin: 0 7px;
}

/* Banner Widget */
.fl-banner div { line-height: 0; }
.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 .item .title a,
.fl-category-posts .item .title a,
#sidebar .fl-latest-posts .item .title a,
#sidebar .fl-category-posts .item .title a { color: #222222; }

.fl-latest-posts .owl-controls,
.fl-category-posts .owl-controls {
    position: relative;
    padding-top: 6px;
}



/* mc4wp-form */
.mc4wp-form .mc4wp-alert {
	font-size: 12px;
	margin-top: 10px;
	font-style: italic;
}

.mc4wp-form .mc4wp-form-fields input[type="email"] {
    width: 70%;
    font-size: 12px;
    line-height: 34px;
    padding: 0 10px;
    float: left;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    width: 30%;
    margin-top: 0;
    padding: 0;
    float: left;
}

/*-------------------------------------------------------------------------*/
/*	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: #999999; }

.meta i { margin-right: 7px; }

.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;
}
/* Share Icons */
.post-bottom {
    padding: 30px 0;
    border-bottom: 1px solid rgba(190,190,190,.25);
}
.post-bottom .sharing {
    text-align: center;
    display: block;
}
.post-bottom .sharing a {
	color: #777777;
    opacity: .5;
    width: 25%;
    display: block;
    float: left;
    border-right: 1px solid rgba(190,190,190,.25);
}
.post-bottom .sharing a:last-child { border-right: none; }
.post-bottom .sharing a:hover { opacity: 1; }
.post-bottom .sharing a i { margin-right: 10px; }

/* Post Formats Styles */
article .post img {
    max-width: 100%;
    height: auto;
}
.gallery-slider {
   width: 100%;
   display: block;
   position: relative;
   overflow: hidden;
}
.gallery-slider .owl-controls { padding: 25px 0 0; }
.gallery-slider .owl-controls .owl-page {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.picture {
    position: relative;
    display: block;
    overflow: hidden;
}
.picture img {
	max-width: 100%;
	height: auto;
	display: block;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}
.picture .img-overlay {
    position: absolute;
    display: block;
    background: rgba(0,0,0,0);    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}
.picture:hover .img-overlay { opacity: 1; }

.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%;
}


/*-------------------------------------------------------------------------*/
/*	10. Pagination
/*-------------------------------------------------------------------------*/
.pagination {
    margin: 20px 0 60px;
	display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.7px;
}
.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: 20px 0 60px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: rgba(190,190,190,.15);
    color: #222222;
    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: #222222;
	color: #FFFFFF !important;
}

/*-------------------------------------------------------------------------*/
/*	11. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/

.single article,
.page-template-default article { margin-bottom: 60px; }

.single .post-header span.category { margin-right: 0; }

.single .post-header,
.page-template-default .post-header { padding: 0 0 20px; }
.single .post-header .title,
.page-template-default .post-header .title {
    font-size: 32px;
    padding: 15px 0 10px;
    line-height: 1.1;
}

.page-template-default .post-header .title { padding: 0; }

.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: 60px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
}
#authorarea .authoravatar {
    display: block;
    width: 107px;
    margin-right: 30px;
}
#authorarea .authorinfo {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
#authorarea .authorinfo h4 a { color: #222222; }
#authorarea .authorinfo p { padding-bottom: 0; }
.socials { margin-top: 10px; }
.socials a {
    margin-right: 8px;
    font-size: 15px;
    color: #999999;
    opacity: .5;
}
.socials a:hover { opacity: 1; }

/* Related Posts */
#relatedposts {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: left;
}
.block-head a { text-transform: none; }
.related {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.related:nth-child(even) { margin-right: 0 }
.related h4 {
    padding-bottom: 0;
    font-size: 16px;
}
.related h4 a {
    margin-top: 12px;
    position: relative;
    display: block;
    color: #222222;
}
.related .meta { margin: 0; }

/*-------------------------------------------------------------------------*/
/*  12. Comments
/*-------------------------------------------------------------------------*/
#commentswarpper { margin-bottom: 40px; }
#comments .block-head {
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid rgba(190,190,190,.25);
    margin-bottom: 25px;
}
.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: 55px;
    width: 55px;
}
.fn, .fn a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Montserrat', 'Times New Roman', Times, serif;
    color: #222222;
    margin-top: 5px;
}
.says { display: none; }
.commentmetadata { margin-bottom: 25px; }
.commentmetadata a {
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    color: #999999;
}
.comment-body {
	display: block;
    border-bottom: 1px solid rgba(190,190,190,.25);
    margin-bottom: 20px;
}
.comment-body p { 
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.comment-body p:last-child { margin-bottom: 10px; }
ul.children {
    padding-left: 60px;
    padding-top: 5px;
}
ul.children li { margin: 5px 0; }
.nocomments { text-align:center; }
.reply {
	display: block;
	position: relative;
	overflow: hidden;
}
.reply a {
	display: table;
	float: right;
	font-size: 11px;
	padding: 3px 14px;
	background: rgba(190,190,190,.25);
}
.reply a:hover { background: rgba(190,190,190,.5); }
.bypostauthor { }

/* Respond */
#respond {
	display: block;
	margin: 30px 0;
}
#reply-title {
    padding-bottom: 0;
    font-size: 18px;
}
#reply-title small { float: right; }
#respond .logged-in-as {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
}
#respond small { font-size: 12px; }
#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(190,190,190,.25);
    background: inherit;
    padding: 10px;
    width: 100%;
    margin: 0;
    -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(190,190,190,.75); }
.form-allowed-tags { display:block; }
input[type="submit"],
button {
    cursor: pointer;
    padding: 0px 22px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    background: #222222;
    color: #FFFFFF;
    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: #ef2673; }

/*-------------------------------------------------------------------------*/
/*  13. Footer
/*-------------------------------------------------------------------------*/
footer {
	border-top: 1px solid rgba(190,190,190,.25);
}
#dynamic-sidebar {
	padding-top: 40px;
    border-bottom: 1px solid rgba(190,190,190,.25);
}
#dynamic-sidebar section.container { padding: 0 20px; }
.widget-column {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    padding: 0 20px;
}
.widget-column a { color: #777777; }
.widget-column a:hover { color: #ef2673; }
.widget-column .category a { color: #FFFFFF; }
.widget-column .widget {
    border: none;
    background-color: inherit;
    padding: 0;
    text-align: left;
    margin-bottom: 40px;
}
#instagram-footer { padding-top: 40px; }
#instagram-footer .widget {
    position: relative;
    border: none;
    background-color: inherit;
    padding: 0;
}
#instagram-footer .widget:last-child { margin-bottom: 0; }
#instagram-footer .widget-title {
    margin: 0;
    border: none;
    background-color: inherit;
    font-size: 18px;
}
#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;
    background: rgba(0,0,0,1);
}
#instagram-footer .instagram li a img { display: block; }
#instagram-footer .instagram li a img:hover { opacity: 1; }

/* Posts Slider in footer */
#instagram-footer .fl-category-posts,
#instagram-footer .fl-latest-posts {
    max-width: 1220px;
    margin: 0 auto 40px;
    padding: 0 34px;
}
#instagram-footer .owl-wrapper .item { padding: 0 6px; }

#instagram-footer .fl-latest-posts .item .title,
#instagram-footer .fl-category-posts .item .title { font-size: 14px; }


#footer-bottom { 
    font-size: 12px;
    line-height: 21px;
    padding: 40px 0;
    background-color: #141414;
}
#footer-bottom .footer-social-icons {
    width: 50%;
    padding: 20px 0;
    display: block;
    float: left;
}
#footer-bottom .footer-social-icons ul li {
    display: inline-block;
    margin-right: 18px;
}
#footer-bottom .footer-social-icons ul li a {
    font-size: 26px;
    line-height: 38px;
    color: #FFFFFF;
}
#footer-bottom .footer-social-icons ul li a:hover { color: #ef2673; }
.copyright {
    width: 50%;
    padding: 20px 0;
    display: block;
    float: left;
    font-size: 12px;
    color: #AAAAAA;
}
.copyright a {
	color: #AAAAAA;
	text-decoration: underline;
}
.copyright a:hover { text-decoration: none; }

/*-------------------------------------------------------------------------*/
/*  14. Archive Pages Style
/*-------------------------------------------------------------------------*/
/* Category, Tag, Author,...etc box Style */
.box {
    border-bottom: none;
    text-align: center;
    border-bottom: 1px solid rgba(190,190,190,.25);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.box span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #999999;
}
.box .title {
    padding-top: 12px;
    font-size: 32px;
    color: #222222;
    line-height: 1.1;
    text-transform: uppercase;
}
.box p {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 0;
}

.error404 .box .title { font-size: 50px; }
.box .searchform {    
    max-width: 500px;
    margin: 20px auto 0;
}

/*-------------------------------------------------------------------------*/
/*  15. Media Queries
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1240px) {    
    .container {
        max-width: 940px;
        padding: 0 30px;
    }
    .content-wrap,
    #top-bar { max-width: 940px; }

    #blogposts { max-width: 600px; }
    #sidebar { width: 240px; }

    #masonry-3 article,
    #masonry-2 article { width: 420px; }
    #masonry-2-sidebar article { width: 280px; }

    .list article .list-content { min-height: 198px; }

    .stickyposts .owl-item .sticky-content { height: 324px; }

    #dynamic-sidebar section.container { padding: 0 10px; }

    #instagram-footer .fl-category-posts,
    #instagram-footer .fl-latest-posts {
        max-width: 940px;
        padding: 0 24px;
    }

}


@media only screen and (max-width: 960px) {
    #top-bar { display: block !important; }
    header { padding-top: 54px !important; }
    .pushmenu { display: block !important; }
    #top-bar .drawer-icon { display: block !important; }
    #top-bar .search { float: right !important; }
    #top-bar .search .searchform button {
        left: inherit !important;
        right: 0 !important;
    }
    .navigation { display: none; }  
    body {
        background: #FFFFFF !important;
        background-image: inherit !important;
    }
    .container {
        max-width: 726px;
        padding: 0;
    }
    #blogposts { max-width: 100% !important; }
    #sidebar {
    	max-width: 500px;
        width: 100%;
    	margin: 0 auto;
    	margin-bottom: 40px;
    }
    .right {
    	margin-left: inherit;
    	position: relative;
    	width: 100%;
    }
    #dynamic-sidebar { margin: 0; }
    #dynamic-sidebar .container { max-width: 500px; }
    #dynamic-sidebar section.container { padding: 0; }
    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    #instagram-footer .widget { max-width: inherit; }
    #instagram-footer .fl-category-posts,
    #instagram-footer .fl-latest-posts {
        max-width: 738px;
        padding: 0;
    }

    .widget-column {
        width: 100% !important;
        padding: 0;
    }
    .widget-column .widget { margin-bottom: 40px; }
    .list article .list-content { min-height: 232px; }

    .stickyposts .owl-item .item .picture { width: 100%; }
    .stickyposts .owl-item .sticky-content {
        width: 100%;
        height: inherit;
        padding: 29px 0 0;
    }
    .stickyposts .sticky-content .pre-table {
        position: relative;
        left: inherit;
    }

    .stickyposts .owl-controls {
        position: relative;
        width: 100%;
        padding-left: inherit;
        padding-top: 20px;
    }

    .sticky-full-image .sticky-content .sticky-cell .cell-content { padding: 10%; }
    .sticky-full-image .owl-item .sticky-content .title { padding: 15px 0 20px; }

    .sticky-full-image .owl-controls, .gallery-slider .owl-controls { bottom: 12% !important; }

    .masonry article { width: 343px !important; }
}


@media only screen and (max-width: 768px) {
    .container { max-width: 480px; }
    #dynamic-sidebar .container { max-width: 480px; }

    #top-bar .search { display: none; }
    #top-bar .drawer-icon { width: 20%; }
    #top-bar .social-icons {
        width: 80%;
        display: block !important;
    }

    .list article .picture { width: 100%; }
    .list article .list-content {
        min-height: inherit;
        width: 100%
    }
    .list article .post-header {
        padding: 20px 0 15px;
        text-align: center;
    }

    .list article .read-more {
        display: table;
        margin: 0 auto;
    }

    article {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #instagram-footer .widget { max-width: inherit; }

    .masonry article { width: 100% !important; }

    #respond .inline-input { margin: 0; }
    #respond .inline-input p {
    	width: 100%;
    	padding: 0;
    	margin-bottom: 20px;
    }

    .sticky-full-image .sticky-content { position: relative; }

    .sticky-full-image .sticky-content .sticky-cell .cell-content {
        width: inherit;
        padding: 15px 0;
    }

    .sticky-full-image .owl-controls {
        position: relative;
        text-align: center;
        left: inherit;
        margin-left: inherit;
        right: inherit !important;
        bottom: inherit !important;
    }

    .sticky-full-image .owl-controls .owl-buttons div {
        position: relative;
        display: inline-block;
    }

    #instagram-footer .fl-category-posts,
    #instagram-footer .fl-latest-posts { max-width: 492px; }
    
    .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: 18px; }

    #footer-bottom .footer-social-icons, .copyright {
	    width: 100%;
	    float: none;
	}

}

@media only screen and (max-width: 586px) {    
    .container { max-width: 460px; }
    #dynamic-sidebar .container { max-width: 460px; }

    #instagram-footer .fl-category-posts,
    #instagram-footer .fl-latest-posts { max-width: 472px; }
}

@media only screen and (max-width: 480px) {
    .container { max-width: 300px; }
    #dynamic-sidebar .container { max-width: 300px; }
    .related {
        width: 100%;
        margin-right: 0;
    }

    #authorarea .authoravatar { width: 80px; }

    .pushmenu {
        width: 250px;
        -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px);
    }

    .post-bottom .sharing a i {
    	display: block;
    	margin-right: 0;
    }

    #totop {
        margin-top: 25px;
        display: block;
        width: 100%;
        text-align: center;
    }

    #instagram-footer .fl-category-posts,
    #instagram-footer .fl-latest-posts { max-width: 312px; }
}