/*
Theme Name: Samui
Theme URI: http://wp.ideapark.kz/samui/
Text Domain: samui
Description: Modern Retina ready Responsive WordPress Blog Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.5
Author: ideapark.kz
Author URI: http://ideapark.kz
Tags: three-columns, two-columns, custom-background, custom-colors, full-width-template, post-formats, theme-options, translation-ready
*/

/*
[Table of contents]

    1. WordPress Core
    2. Theme Base
    3. Logo
    4. Slider
    5. Categories list
    6. Home/Blog Layouts
    7. Widgets
    8. Pagination
    9. Header
    10. Footer
        - Color Theme
        - Sidebar
        - Widgets
        - Social links
        - Layout
    11. Post/Page
        - Meta
        - Image
        - Content
        - Author
        - Header
        - Related posts
        - Comments
        - Navigation
    12. Ajax Search
    13. Error page
    14. Home page
        - Hot Topics
        - Bottom Posts
    15. Slider Video
    16. Colors Accents
        - yellow-accent
        - blue-accent
        - green-accent
        - red-accent
        - khaki-accent
        - gray-accent
        - aquamarine-accent
        - orange-accent
        - pink-accent
        - brown-accent
    17. Responsive
        - Desktop
            - Accent Hover
                - yellow-accent
                - blue-accent
                - green-accent
                - red-accent
                - khaki-accent
                - gray-accent
                - aquamarine-accent
                - orange-accent
                - pink-accent
                - brown-accent
            - Slider Hover
            - Header Hover
            - Main Menu
            - Sticky Menu
            - Header Layouts
            - Slider
            - Blog / Footer / Other Hover
        - Tablet and Mobile
*/

/*- WordPress Core -*/

.screen-reader-text {
	display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0.6em 0;
}

.entry-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

.entry-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-content h5 {
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-content h6 {
	font-size: 10px;
	font-size: 1rem;
}

.entry-content hr {
	background-color: #ccc;
	border:           0;
	height:           1px;
	margin-bottom:    1.5em;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 0.5em;
}

.entry-content ul {
	list-style: none;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
	margin-left:   1.5em;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin: 0 1.5em 1.5em;
}

.entry-content b,
.entry-content strong {
	font-weight: bold;
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: normal;
}

.entry-content blockquote {
	font-style: italic;
	margin:     0 1.5em;
}

.entry-content address {
	margin: 0 0 1.5em;
}

.entry-content pre {
	background:    #F7F9F3;
	font-family:   "Courier 10 Pitch", Courier, monospace;
	font-size:     12px;
	font-size:     1.2rem;
	line-height:   1.6;
	margin-bottom: 1.6em;
	padding:       1.6em;
	overflow:      auto;
	max-width:     100%;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor:        help;
}

.entry-content mark,
.entry-content ins {
	background:      #fff9c0;
	text-decoration: none;
}

.entry-content sup,
.entry-content sub {
	font-size:      75%;
	height:         0;
	line-height:    0;
	position:       relative;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
}

.entry-content sub {
	top: .5ex;
}

.entry-content small {
	font-size: 75%;
}

.entry-content big {
	font-size: 125%;
}

.entry-content figure {
	margin: 0;
}

.entry-content table,
.comment-content table {
	border:            1px solid #d9d9d9;
	border-left-width: 0;
	margin:            0 -0.083em 2.083em 0;
	text-align:        left;
	width:             100%;
}

.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #eee;
	font-weight: bold;
	padding:     0.5em 1.25em;
}

.entry-content tr td,
.comment-content tr td {
	border:       1px solid #eee;
	border-width: 1px 0 0 1px;
	padding:      0.5em 1.25em;
}

.entry-content tr.odd td,
.comment-content tr.odd td {
	background: #eee;
}

.entry-content ul li {
	list-style-type:     square;
	list-style-position: outside;
	margin-left:         1em;
}

.entry-content ol {
	list-style: decimal;
	margin:     0 0 1.5em 1.5em;
}

.alignleft {
	float:  left;
	margin: 0 20px 20px 0;
}

.alignright {
	float:  right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear:   both;
	display: block;
	margin:  0 auto 20px auto;
}

.wp-caption {
	font-size: 90%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 15px;
}

.wp-caption-text {
	text-align: center;
	font-size:  90%;
}

.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
}

.bypostauthor {
}

/*- Theme Base -*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:   14px;
	line-height: 24px;
	color:       #555;
}

a {
	cursor:          pointer;
	color:           #555;
	text-decoration: none;
}

a,
a:after,
a:before,
li:after,
li:before,
input[type=submit],
button {
	-webkit-transition: opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-moz-transition:    opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-o-transition:      opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-ms-transition:     opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	transition:         opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
}

a:hover {
	text-decoration: none;
	outline:         none;
}

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

body.sand-background {
	background-color: #FAF7F2;
}

body.gray-background {
	background-color: #F6F6F6;
}

body.white-background {
	background-color: #FFF;
}

button,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=phone],
textarea {
	box-shadow:            none;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	-o-appearance:         none;
	appearance:            none;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=phone],
textarea {
	border:  solid 1px #DBDBDB;
	outline: 0;
	padding: 5px 12px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=phone]:focus,
textarea:focus {
	border:  solid 1px #A1A1A1;
	outline: 0;
}

input[type=submit], button {
	display:        inline-block;
	color:          #FFF;
	font:           700 14px/17px 'Lato', sans-serif;
	text-align:     center;
	line-height:    36px;
	text-transform: uppercase;
	padding:        0 20px;
	border:         0;
	outline:        0;
}

#wrap {
	min-width: 220px;
	overflow:  hidden;
	width:     100%;
	position:  relative;
}

#mobilesearch {
	font-size: 20px;
}

.post-content {
	position: relative;
	z-index:  1;
}

.error {
	color: red;
}

/*- Logo -*/

.logo img {
	max-width:  220px;
	max-height: 150px;
}

.footer-logo {
	margin-bottom: 35px;
}

.footer-logo img {
	max-width:  154px;
	max-height: 105px;
}

/*- Slider -*/

#home-slider .slick {
	height:   500px;
	overflow: hidden;
}

.slick {
	-webkit-transition: opacity 0.8s, visibility 0.8s;
	-moz-transition:    opacity 0.8s, visibility 0.8s;
	-ms-transition:     opacity 0.8s, visibility 0.8s;
	-o-transition:      opacity 0.8s, visibility 0.8s;
	transition:         opacity 0.8s, visibility 0.8s;

	opacity:            1;
	visibility:         visible;
	width:              100%;
}

.slick .whole-slider {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  100;
}

.slick.preloading,
.slick-gallery.preloading {
	opacity:    0;
	visibility: hidden;
	height:     500px;
}

#home-slider .slick-slide {
	background-repeat:       no-repeat;
	background-position:     50% 50%;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-ms-background-size:     cover;
	-o-background-size:      cover;
	background-size:         cover;
	position:                relative;
	width:                   100%;
	height:                  500px;
	overflow:                hidden;
	vertical-align:          middle;
	text-align:              center;
}

.slick.preloading.max_height,
#home-slider .slick.max_height,
#home-slider .slick.max_height .slick-slide {
	height: 700px;
}

.slick-gallery .slick-slide {
	min-height: 200px;
}

.slick-slide .wrap {
	display:            block;
	text-align:         center;
	position:           absolute;
	bottom:             50%;
	right:              50%;
	-webkit-transform:  translate(50%, 50%) scale(1.1);
	-moz-transform:     translate(50%, 50%) scale(1.1);
	-ms-transform:      translate(50%, 50%) scale(1.1);
	-o-transform:       translate(50%, 50%) scale(1.1);
	transform:          translate(50%, 50%) scale(1.1);
	width:              390px;
	height:             300px;
	background:         rgba(24, 24, 24, .43);
	color:              #FFF;
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition:    all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition:     all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition:      all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 1s cubic-bezier(0.86, 0, 0.07, 1);
	opacity:            0;
	z-index:            2;
}

.slick-slide.slick-active .wrap {
	-webkit-transform: translate(50%, 50%);
	-moz-transform:    translate(50%, 50%);
	-ms-transform:     translate(50%, 50%);
	-o-transform:      translate(50%, 50%);
	transform:         translate(50%, 50%);
	opacity:           1;
}

.boxed .slick-slide .wrap {
	background: none;
	border:     solid 3px #FFF;
}

.white .slick-slide .wrap {
	background: rgba(250, 247, 242, 0.90);
	color:      #666;
}

.gray-background .white .slick-slide .wrap {
	background: rgba(245, 245, 245, 0.90);
}

.white-background .white .slick-slide .wrap {
	background: rgba(255, 255, 255, 0.90);
}

.white .slick-slide .more {
	color:               #666;
	border-bottom-color: #666;
}

.white .slick-slide .post-categories a {
	color: #FFF;
}

.slick-slide .bottom-wrap {
	position:   absolute;
	background: transparent;
	width:      100%;
	height:     auto;
	bottom:     40px;
	text-align: left;
	color:      #FFF;
	z-index:    100;

}

.slick-slide .sub-wrap {
	-webkit-transform:  translate(0, 100%);
	-moz-transform:     translate(0, 100%);
	-ms-transform:      translate(0, 100%);
	-o-transform:       translate(0, 100%);
	transform:          translate(0, 100%);
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition:    all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition:     all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition:      all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 1s cubic-bezier(0.86, 0, 0.07, 1);
	opacity:            0;
}

.slick-slide.slick-active .bottom-wrap:after,
.slick-slide.slick-active .sub-wrap {
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	-o-transform:      translate(0, 0);
	transform:         translate(0, 0);
	opacity:           1;
}

.slick-slide .bottom-wrap:after {
	content:            "";
	position:           absolute;
	left:               50%;
	top:                0;
	bottom:             0;
	border-left:        solid 1px rgba(255, 255, 255, 0.2);
	-webkit-transform:  translate(0, -100%);
	-moz-transform:     translate(0, -100%);
	-ms-transform:      translate(0, -100%);
	-o-transform:       translate(0, -100%);
	transform:          translate(0, -100%);
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition:    all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition:     all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition:      all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 1s cubic-bezier(0.86, 0, 0.07, 1);
	opacity:            0;
}

.slick-slide .bottom-wrap .inner-left,
.slick-slide .bottom-wrap .inner-right {
	display:        inline-block;
	vertical-align: middle;
	width:          50%;
}

.slick-slide .bottom-wrap .inner-left {
	padding: 0 45px 0 100px;
}

.slick-slide .bottom-wrap .inner-right {
	padding:     0 100px 0 45px;
	max-height:  85px;
	overflow:    hidden;
	line-height: 21px;
}

.slick-slide .bottom-wrap a {
	color: #FFF;
}

.slick-slide .bottom-wrap a h3 {
	font:   900 36px/37px 'Lato', sans-serif;
	margin: 16px 0 0 0;
}

.slick-slide .bottom-wrap .post-categories {
	margin-left: -5px;
}

.slick-slide .bottom-wrap:before {
	background: transparent;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	content:    "";
	display:    block;
	bottom:     -40px;
	left:       0;
	position:   absolute;
	top:        -80px;
	width:      100%;
	z-index:    -1;
}

.slick-slide .wrap .inner {
	display:           block;
	text-align:        center;
	position:          absolute;
	bottom:            50%;
	right:             50%;
	width:             80%;
	-webkit-transform: translate(50%, 50%);
	-moz-transform:    translate(50%, 50%);
	-ms-transform:     translate(50%, 50%);
	-o-transform:      translate(50%, 50%);
	transform:         translate(50%, 50%);
}

.slick-arrow {
	display:  block;
	position: absolute;
	z-index:  1;
	top:      0;
	bottom:   0;
	width:    100px;
	cursor:   pointer;
	color:    #FFF;
}

.slick-arrow i {
	position:          absolute;
	font-size:         22px;
	bottom:            50%;
	right:             50%;
	-webkit-transform: translate(50%, 50%);
	-moz-transform:    translate(50%, 50%);
	-ms-transform:     translate(50%, 50%);
	-o-transform:      translate(50%, 50%);
	transform:         translate(50%, 50%);
}

.slick-arrow i:after {
	content:  "";
	position: absolute;
	width:    52px;
	height:   52px;
	left:     -17px;
	top:      -17px;
	border:   solid 1px rgba(255, 255, 255, 0.2);
}

.slick-arrow.slick-next i:after {
	left: -19px;
}

.slick.bottom .slick-arrow i {
	bottom:            75px;
	-webkit-transform: translate(50%, 0);
	-moz-transform:    translate(50%, 0);
	-ms-transform:     translate(50%, 0);
	-o-transform:      translate(50%, 0);
	transform:         translate(50%, 0);
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-slide h3 {
	font:           900 27px/34px 'Lato', sans-serif;
	margin:         27px 0 5px 0;
	max-height:     115px;
	overflow:       hidden;
	padding-bottom: 7px;
}

.slick:not(.bottom) .slick-slide h3 {
	max-height: 135px;
}

.slick-slide .more {
	display:        inline-block;
	color:          #FFF;
	font:           900 14px/17px 'Lato', sans-serif;
	text-align:     center;
	margin-top:     30px;
	text-transform: uppercase;
	border-bottom:  solid 2px #FFF;
}

/*- Categories list -*/

.single .post-categories,
.slick-slide .post-categories,
.hot-topics .post-categories,
section.archive .post-categories {
	list-style: none;
	padding:    0;
	margin:     0;
}

.single .post-categories li,
.slick-slide .post-categories li,
.hot-topics .post-categories li,
section.archive .post-categories li {
	display:        inline-block;
	font:           700 9px/11px 'Lato', sans-serif;
	text-transform: uppercase;
	margin:         0 2px;
	letter-spacing: 2px;
	position:       relative;
}

.single .post-categories li:first-child:after,
.slick-slide .post-categories li:first-child:after,
.hot-topics .post-categories li:first-child:after,
section.archive .post-categories li:first-child:after {
	content:  "";
	z-index:  1;
	position: absolute;
	left:     10px;
	bottom:   -8px;
	width:    8px;
	height:   8px;
	border:   solid 4px transparent;
}

.single .post-categories li a,
.slick-slide .post-categories li a,
.hot-topics .post-categories li a,
section.archive .post-categories li a {
	display: inline-block;
	padding: 3px 5px 3px 7px;
	color:   #FFF;
}

.hot-topics .post-categories li a {
	color: #333;
}

/*- Home/Blog Layouts -*/

section.archive .post-img img {
	width:  100%;
	height: auto;
}

section.archive {
	margin-top: 60px;
}

section.archive.masonry .grid {
	margin:   0 -15px;
	position: relative;
}

section.archive .post,
section.archive .page {
	margin-bottom: 30px;
	position:      relative;
	overflow:      hidden;
}

section.archive.list.minimal .post,
section.archive.list.minimal .page {
	margin-bottom:  15px;
	padding-bottom: 15px;
	position:       relative;
}

section.archive.list.minimal .post:after,
section.archive.list.minimal .page:after {
	content:       "";
	position:      absolute;
	width:         calc(50% - 60px);
	right:         30px;
	bottom:        0;
	border-bottom: solid 1px rgba(0, 0, 0, .12);
}

.sidebar-disable section.archive.list.minimal .post:after,
.sidebar-disable section.archive.list.minimal .page:after {
	width: calc(66.6% - 60px);
}

section.archive.masonry.right-sidebar .page,
section.archive.masonry.left-sidebar .page,
section.archive.masonry.right-sidebar .post,
section.archive.masonry.left-sidebar .post,
section.archive.masonry.left-sidebar .post-sizer,
section.archive.masonry.right-sidebar .post-sizer {
	width:   50%;
	float:   left;
	padding: 0 15px;
}

section.archive.masonry.disable-sidebar .page,
section.archive.masonry.disable-sidebar .post,
section.archive.masonry.disable-sidebar .post-sizer {
	width:   33.33333%;
	float:   left;
	padding: 0 15px;
}

section.archive.cards:not(.masonry) .page,
section.archive.cards:not(.masonry) .post {
	background: #FFF;
}

section.archive.cards.masonry .post-content {
	background: #FFF;
}

section.archive .page .post-content,
section.archive .post .post-content {
	padding: 23px 30px 30px 30px;
}

section.archive.list .page .post-content,
section.archive.list .post .post-content {
	padding-top:    45px;
	padding-bottom: 40px;
}

section.archive.cards .post .more {
	margin-top: 15px;
}

section.archive.minimal.big .page .post-content,
section.archive.minimal.big .post .post-content,
section.archive.minimal.masonry .page .post-content,
section.archive.minimal.masonry .post .post-content {
	padding-left:  0;
	padding-right: 0;
}

section.archive.minimal .page .more,
section.archive.minimal .post .more {
	padding-top:   0;
	padding-left:  0;
	padding-right: 0;
}

section.archive.cards .page .post-except,
section.archive.cards .post .post-except {
	text-align:    left;
	margin-bottom: -1em;
}

section.archive.minimal .page .post-except,
section.archive.minimal .post .post-except {
	text-align: left;
}

section.archive .page .post-img,
section.archive .post .post-img {
	position: relative;
}

section.archive:not(.full) .page .post-meta,
section.archive:not(.full) .post .post-meta {
	position:     absolute;
	bottom:       0;
	left:         0;
	width:        100%;
	height:       35px;
	background:   rgba(0, 0, 0, 0.2);
	color:        #fff;
	padding-top:  9px;
	padding-left: 33px;
	text-align:   left;
	font-size:    12px;
}

section.archive .page h2,
section.archive .post h2 {
	margin:        8px 0 9px 0;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

section.archive .page h2 a,
section.archive .post h2 a {
	font: 900 24px/31px 'Lato', sans-serif;
}

.custom-about-me-widget .more:before,
section.archive .page .more:before,
section.archive .post .more:before {
	content:            '';
	position:           absolute;
	left:               0;
	right:              0;
	top:                0;
	bottom:             0;
	opacity:            0.15;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition:    opacity 0.15s linear;
	-o-transition:      opacity 0.15s linear;
	-ms-transition:     opacity 0.15s linear;
	transition:         opacity 0.15s linear;
	z-index:            -1;
}

#ajax-search-result .view-all,
.custom-about-me-widget .more,
section.archive .page .more,
section.archive .post .more {
	display:            inline-block;
	font:               900 14px/14px 'Lato', sans-serif;
	padding:            13px 15px;
	text-transform:     uppercase;
	position:           relative;
	-webkit-transition: color 0.15s linear;
	-moz-transition:    color 0.15s linear;
	-o-transition:      color 0.15s linear;
	-ms-transition:     color 0.15s linear;
	transition:         color 0.15s linear;
	margin-top:         8px;
}

.custom-about-me-widget .more {
	padding-left: 0;
}

.custom-about-me-widget .more:before,
section.archive.minimal .page .more:before,
section.archive.minimal .post .more:before {
	background: transparent !important;
}

section.archive .page .more i,
section.archive .post .more i {
	margin-left: 3px;
}

section.archive.list.disable-sidebar .post-img + .post-content .post-except {
	text-align: left;
}

section.archive.list .post-img {
	float: left;
	width: 50%;
}

section.archive.list.disable-sidebar .post-img {
	float: left;
	width: 33.3333%;
}

section.archive.list .post-img + .post-content {
	width: 50%;
	float: right;
}

section.archive.list.disable-sidebar .post-img + .post-content {
	width: 66.6666%;
	float: right;
}

#sidebar {
	margin-top: 60px;
}

/*- Widgets -*/

.widget .widget-title,
.bottom-posts h2 {
	font:             700 12px/15px 'Lato', sans-serif;
	color:            #FFF;
	display:          inline-block;
	position:         relative;
	margin:           0 38px;
	padding:          6px 10px;
	background-color: #333333;
	text-transform:   uppercase;
	letter-spacing:   2px;
}

.widget .widget-title a {
	color: #FFF;
}

.widget .widget-title:after,
.bottom-posts h2:after {
	content:          "";
	position:         absolute;
	left:             10px;
	bottom:           -12px;
	width:            12px;
	height:           12px;
	border:           solid 6px transparent;
	border-top-color: #333333;
}

.widget > div,
.widget > form > div {
	padding: 24px 38px 0 38px;
	margin:  0;
}

.widget label {
	text-transform: uppercase;
	font:           400 14px/18px 'Lato', sans-serif;
}

.widget_mc4wp_form_widget input[type=text],
.widget_mc4wp_form_widget input[type=email] {
	width: 100%;
}

.custom-latest-posts-widget ul {
	margin:     34px 38px 0 38px;
	padding:    0;
	list-style: none;
}

.custom-latest-posts-widget li {
	display:       block;
	clear:         both;
	position:      relative;
	margin-bottom: 34px;
	overflow:      hidden;
}

.custom-latest-posts-widget .post-img {
	float:        left;
	width:        70px;
	height:       70px;
	overflow:     hidden;
	margin-right: 13px;
}

.custom-latest-posts-widget .post-content {
	margin-left: 90px;
}

.custom-latest-posts-widget h4 {
	font:   900 18px/20px 'Lato', sans-serif;
	margin: 3px 0 2px 0;
}

.custom-latest-posts-widget .post-date {
	font-size: 14px;
}

.custom-about-me-widget .about-widget {
	padding: 24px 38px 0 38px;
}

#footer .custom-about-me-widget .about-widget {
	padding: 0;
}

.custom-about-me-widget .about-widget .avatar {
	width:  100px;
	height: 100px;
	float:  left;
}

.custom-about-me-widget p {
	text-align:   left;
	padding-left: 115px;
	margin-top:   0;
}

.custom-about-me-widget .sign {
	margin-top: 20px;
}

.custom-about-me-widget .more {
	margin-top: 20px;
}

.custom-about-me-widget .more i {
	margin-left: 3px;
}

.custom-about-me-widget .sign img {
	max-width: 80%;
	height:    auto;
}

.custom-about-me-widget .avatar .img {
	width:               100px;
	height:              100px;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
	display:             inline-block;
}

.custom-about-me-widget .avatar .about-round {
	-webkit-border-radius: 75px;
	-moz-border-radius:    75px;
	border-radius:         50px;
}

.widget + .widget {
	margin-top: 65px;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul,
.widget > select,
.widget.widget_tag_cloud .tagcloud,
.widget.widget_calendar #calendar_wrap,
.widget.widget_search div,
.widget.widget_text .textwidget {
	padding:    0;
	margin:     25px 38px 38px 38px;
	list-style: none;
}

.widget > div > ul {
	margin: 0 !important;
}

.widget select,
.footer-widget select {
	height:             36px;
	color:              #656D78;
	background:         #FFF;
	border-top:         1px solid #CCD1D9;
	border-left:        1px solid #CCD1D9;
	border-right:       1px solid #CCD1D9;
	border-bottom:      1px solid #AAB2BD;
	-webkit-box-shadow: none;
	box-shadow:         none;
	max-width:          100%;
	overflow:           hidden;
}

.widget .rssSummary,
.widget cite,
.footer-widget .rssSummary,
.footer-widget cite {
	text-transform: none;
	font-weight:    normal;
	margin-top:     10px;
	display:        block;
}

.widget .textwidget img,
.footer-widget .textwidget img {
	max-width: 100%;
	height:    auto !important;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) li {
	font:           900 16px/22px 'Lato', sans-serif;
	text-transform: uppercase;
	padding:        7px 0;
	border-bottom:  solid 1px rgba(0, 0, 0, .12);
	position:       relative;
	overflow:       hidden;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) li span {
	font-weight: 400;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) li:last-child {
	border-bottom: none;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul.children:before {
	visibility: hidden;
	display:    block;
	font-size:  0;
	content:    " ";
	clear:      both;
	height:     0;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul.sub-menu,
.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul.children {
	margin:     7px 0 -7px 0;
	border-top: solid 1px rgba(0, 0, 0, .12);
}

.widget_categories ul.children {
	margin-top: 28px;
}

.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul.sub-menu li,
.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul.children li {
	padding-left: 20px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	margin-bottom: 5px;
}

.widget_calendar th {
	font: 900 16px/22px 'Lato', sans-serif;
}

.widget_calendar td {
	text-align: center;
	padding:    4px 0;
	border-top: solid 1px rgba(0, 0, 0, .12);
	font:       400 16px/22px 'Lato', sans-serif;
}

.widget_calendar tbody a {
	font-weight: 900;
}

.post-tags a,
.widget_tag_cloud .tagcloud a {
	font:           400 12px/19px 'Lato', sans-serif !important;
	color:          #777777;
	display:        inline-block;
	background:     rgba(0, 0, 0, 0.05);
	margin-right:   4px;
	margin-bottom:  8px;
	padding:        4px 8px;
	text-transform: uppercase;
}

.widget_recent_entries .post-date {
	display:        block;
	font-size:      14px;
	text-transform: none;
}

/*- Pagination -*/

.navigation {
	margin-top:  55px;
	padding-top: 28px;
	border-top:  solid 1px rgba(0, 0, 0, .12);
	font-size:   12px;
}

.page-links {
	text-transform: uppercase;
}

.page-links span {
	background: rgba(0, 0, 0, 0.05);
}

.page-links a span {
	background: none;
}

.page-links span,
.navigation a,
.navigation span {
	display:        inline-block;
	padding:        3px 10px;
	text-transform: uppercase;
	font-size:      13px;
}

.navigation .current {
	background: rgba(0, 0, 0, 0.05);
}

.main-header {
	background: rgba(0, 0, 0, 0.33);
	text-align: center;
	position:   relative;
	overflow:   hidden;
}

/*- Header -*/

.main-header .bg {
	position:            absolute;
	left:                -20%;
	top:                 -20%;
	width:               140%;
	height:              140%;
	background-repeat:   no-repeat;
	background-size:     cover;
	background-position: center center;
	-webkit-filter:      blur(10px);
	-moz-filter:         blur(10px);
	-ms-filter:          blur(10px);
	-o-filter:           blur(10px);
	/* FF doesn't support blur filter, but SVG */
	filter:              url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
	filter:              progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
	filter:              blur(10px);
	opacity:             0.5;
}

.main-header h1 {
	color: #FFF;
}

.main-header .post-meta {
	color: #FFF;
}

.main-header .row > div {
	min-height: 180px;
	position:   relative;
	display:    table;
}

.main-header .wrap {
	display:        table-cell;
	vertical-align: middle;
	padding:        20px 0;
}

.post-open .post-header h1,
.main-header h1 {
	letter-spacing: 2px;
	margin:         10px 0 16px 0;
	padding:        0;
}

/*- Footer -*/

/*-- Color Theme --*/

#footer {
	color:      #999;
	margin-top: 60px;
}

#footer.dark,
#footer.dark .wrap,
#footer.dark .widget-title {
	color: #999;
}

#footer.light .wrap {
	background: #FFF;
}

#footer.dark .wrap {
	background: #444444;
}

#footer.dark a {
	color: #B9B9B9;
}

/*-- Sidebar --*/

.footer-sidebar {
	margin-top: 85px;
}

/*-- Widgets --*/

.footer-widget {
	max-height: 550px;
	overflow-y: auto;
	margin-top: 65px;
}

.footer-widget:nth-child(2),
.footer-widget:nth-child(3),
.footer-widget:nth-child(4) {
	margin-top: 0;
}

.footer-widget .widget-title {
	font-size:      18px;
	font-weight:    bold;
	color:          #555555;
	text-transform: uppercase;
	margin:         0 0 33px 0;
}

.footer-widget ul {
	padding:    0;
	margin:     0;
	list-style: none;
}

.footer-widget ul.sub-menu,
.footer-widget ul.children {
	margin-top:  10px;
	margin-left: 20px;
}

.footer-widget li {
	text-transform: uppercase;
	margin-bottom:  13px;
}

#footer.widgets .bottom {

	margin-top:    40px;
	padding-top:   30px;
	margin-bottom: 50px;
	position:      relative;
}

#footer.widgets .bottom:before {
	content:    "";
	display:    block;
	position:   absolute;
	left:       15px;
	right:      15px;
	top:        0;
	border-top: solid 1px #C7C7C7;
}

#footer.widgets.dark .bottom:before {
	border-top: solid 1px #555;
}

#footer.widgets .soc {
	text-align: right;
}

.post-entry textarea {
	width: 100%;
}

.post-entry table,
.comment-content table {
	border-top: solid 1px #E1E1E1;
}

.post-entry td,
.post-entry th,
.comment-content td,
.comment-content th {
	padding:       5px 10px;
	border-bottom: solid 1px #E1E1E1;
}

.post-entry thead th,
.comment-content thead th {
	background: #e1e1e1;
}

/*-- Social links --*/

.post-entry .bottom .soc i,
#footer .soc i {
	margin:    0 7px;
	font-size: 16px;
}

.post-entry .bottom .soc a:last-child i,
#footer .soc a:last-child i {
	margin-right: 0;
}

.post-entry .bottom .soc a:first-child i,
#footer .soc a:first-child i {
	margin-left: 0;
}

/*-- Layout--*/

#footer.minimal .wrap,
#footer.minimal-logo .wrap {
	text-align: center;
	padding:    75px 0;
}

#footer.minimal-logo .wrap {
	padding-top: 45px;
}

#footer.minimal-logo .footer-logo {
	margin-bottom: 25px;
}

#footer.minimal .soc,
#footer.minimal-logo .soc {
	margin-bottom: 28px;
}

/*-- Instafeed --*/

#instafeed h3 {
	font:             700 12px/15px 'Lato', sans-serif;
	color:            #FFF;
	display:          inline-block;
	position:         relative;
	margin:           0 38px;
	padding:          6px 10px;
	background-color: #333333;
	text-transform:   uppercase;
	letter-spacing:   2px;
}

#instafeed h3:after {
	content:          "";
	position:         absolute;
	left:             10px;
	bottom:           -12px;
	width:            12px;
	height:           12px;
	border:           solid 6px transparent;
	border-top-color: #333333;
}

#instafeed img {
	display: block;
	float:   left;
	height:  auto;
}

#instafeed .header {
	text-align:    center;
	margin-bottom: 25px;
}

#instafeed.big-photos img {
	width: 16.66666%;
}

#instafeed.small-photos img {
	width: 8.333333%;
}

/*- Post/Page -*/

/*-- Meta --*/

.single .post-meta,
.page .post-meta,
.post .post-meta,
.slick-slide .post-meta {
	font: 400 12px/15px 'Lato', sans-serif;
}

.single .post-meta {
	margin-bottom: 10px;
}

.single .post-meta .post-comments-count,
.page .post-meta .post-comments-count,
.post .post-meta .post-comments-count,
.hot-topics .post-meta .post-comments-count,
.slick-slide .post-comments-count {
	display:      inline-block;
	padding-left: 12px;
	margin-left:  9px;
	position:     relative;
}

.single .post-meta .post-comments-count:before,
.page .post-meta .post-comments-count:before,
.post .post-meta .post-comments-count:before,
.hot-topics .post-meta .post-comments-count:before,
.bottom-posts .post-meta .post-comments-count:before {
	content:     '';
	display:     block;
	position:    absolute;
	left:        0;
	top:         0;
	bottom:      0;
	border-left: solid 1px rgba(255, 255, 255, .2);
}

.bottom-posts .post-meta .post-comments-count:before {
	border-left: solid 1px rgba(0, 0, 0, .1);
}

.single .post-meta .post-comments-count i,
.page .post-meta .post-comments-count i,
.post .post-meta .post-comments-count i,
.slick-slide .post-comments-count i {
	font-size:      10px;
	line-height:    15px;
	vertical-align: middle;
	margin-right:   3px;
}

/*-- Image --*/

.post-img {
	text-align: center;
}

.post-img img,
.post-img iframe {
	max-width: 100%;
	height:    auto;
}

.author-img img {
	-webkit-border-radius: 48px;
	-moz-border-radius:    48px;
	border-radius:         48px;
}

.comment-author img {
	-webkit-border-radius: 30px;
	-moz-border-radius:    30px;
	border-radius:         30px;

}

/*-- Shortcodes --*/

.post-entry .two-col {
	position:  relative;
	overflow:  hidden;
	font-size: 14px;
}

.post-entry .two-col .left {
	float:         left;
	padding-right: 15px;
	width:         50%;
}

.post-entry .two-col .right {
	float:        right;
	padding-left: 15px;
	width:        50%;
}

/*-- Content --*/

.post-open {
	margin-top: 60px;
}

.post-entry {
	position:   relative;
	overflow:   hidden;
	text-align: left;
	margin-top: 30px;
}

.post-entry a {
	text-decoration: underline;
	color:           #888;
}

.post-entry a.button {
background: #ffffff;
border-color: #203562;
border-style: solid;
border-thickness: 1px;
color: #203562;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 15px 25px;
}

.post-entry a.button:hover {
background: #ffffff;
	background: rgba(32, 53, 98, 0.8);
border-color: #203562;
border-style: solid;
border-thickness: 1px;
}

.post-entry a.light-blue {
	background: #ffffff;
	color: #203562;
border-color: #203562;
border-style: solid;
border-thickness: 1px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.post-entry h1 {
	font-size:      36px;
	line-height:    44px;
	letter-spacing: 2px;
}

.post-entry h2 {
	font-size:   30px;
	line-height: 36px;
}

.post-entry h3 {
	font-size:   24px;
	line-height: 29px;
}

.post-entry h4 {
	font-size:      18px;
	line-height:    21px;
	letter-spacing: 2px;
}

.post-entry h5 {
	font-size:      12px;
	line-height:    15px;
	letter-spacing: 2px;
}

.post-entry h6 {
	font-size:      10px;
	line-height:    12px;
	letter-spacing: 2px;
}

.post-entry p {
	margin: 0 0 25px 0;
}

.post-entry blockquote {
	margin-left:    60px;
	padding:        10px 33px;
	font-weight:    500;
	font-size:      20px;
	line-height:    30px;
	border-left:    solid 3px #F2BF3A;
	text-transform: none;
}

.post-entry blockquote p:last-child {
	margin-bottom: 0;
}

.post-entry .wp-caption {
	max-width: 100%;
}

.post-entry img {
	max-width: 100% !important;
	height:    auto;
}

.post-entry .bottom {
	border-top: solid 1px rgba(0, 0, 0, .12);
	padding:    35px 0 25px 0;
	margin:     35px 0 0 0;
	position:   relative;
}

.post-entry .bottom.with-comments {
	margin: 35px 0 0 0;
}

.post-entry .bottom span {
	font:           700 12px/15px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	display:        inline-block;
	vertical-align: middle;
	margin-right:   10px;
}

.post-entry .bottom .meta-share {
	text-align: right;
}

.post-entry .post-comments-link {
	text-align: center;
	margin:     35px 0;
}

.post-entry .post-comments-link a {
	display:        inline-block;
	font:           700 12px/15px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background:     rgba(0, 0, 0, 0.05);
	padding:        8px 12px;
}

/*-- Author --*/

.post-author {
	border-top: solid 1px rgba(0, 0, 0, .12);
	padding:    40px 0 0 0;
}

.post-author .author-img {
	float: left;
}

.post-author .author-content {
	margin-left: 125px;
}

.post-author h5 {
	font:   700 19px/23px 'Lato', sans-serif;
	color:  #555555;
	margin: 12px 0;
}

.post-author .soc a {
	display:               inline-block;
	background:            rgba(0, 0, 0, 0.05);
	width:                 36px;
	height:                36px;
	line-height:           36px;
	text-align:            center;
	margin:                0 10px 10px 0;
	color:                 #8B8D92;
	-webkit-border-radius: 18px;
	-moz-border-radius:    18px;
	border-radius:         18px;
	font-size:             18px;
}

.post-img.audio iframe {
	height: 166px;
	width:  100%;
}

/*-- Header --*/

.archive .post-header,
.post-open .post-header {
	margin-bottom: 15px;
	color:         #555;
}

.archive .post-header h1,
.post-open h1.page-title,
.post-open .post-header h1 {
	font:           700 30px/36px 'Lato', sans-serif;
	letter-spacing: 2px;
	margin:         15px 0;
}

.post-open .post-header h1,
.post-open h1.page-title,
.main-header h1 {
	font-size:   40px;
	line-height: 37px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

.title-1.woocommerce .post-open h1.page-title {
	display: none;
}

.main-header h1 span {
	display:        block;
	font:           400 14px/17px 'Lato', sans-serif;
	letter-spacing: 0;
	margin-bottom:  20px;
}

.archive .post-header h1 {
	margin: 0 0 50px 0;
}

.title-2 .entry-container {
	position: relative;
}

.title-2 .entry-container:before {
	content:    "";
	position:   absolute;
	top:        0;
	width:      100%;
	border-top: solid 1px rgba(0, 0, 0, .12);
}

/*-- Related posts--*/

.post-related {
	border-top: solid 1px rgba(0, 0, 0, .12);
	margin:     35px 0 0 0;
	padding:    35px 0 0 0;
}

.post-related h4 {
	font-weight:    normal;
	text-transform: uppercase;
	text-align:     center;
	margin:         0 0 35px 0;
}

.post-related h3 {
	font:           400 16px/22px 'Lato', sans-serif;
	text-transform: uppercase;
	text-align:     center;
	margin:         10px 0 5px 0;
}

.post-related .post-date {
	font-size:  12px;
	text-align: center;
	color:      #999;
}

/*-- Comments --*/

.post-comments {
	border-top: solid 1px rgba(0, 0, 0, .12);
	margin:     35px 0 0 0;
	padding:    55px 0 0 0;
}

.comments-list + .comment-respond {
	border-top: solid 1px rgba(0, 0, 0, .12);
	margin:     35px 0 0 0;
	padding:    55px 0 0 0;
}

.comment-reply-title,
.post-comments h2 {
	font:           700 19px/23px 'Lato', sans-serif;
	text-transform: uppercase;
	margin:         0 0 35px 0;
}

.comments-list,
.comments-list .children {
	list-style: none;
	margin:     0;
	padding:    0;
}

.comments-list > li,
.comments-list .children > li {
	margin-bottom: 30px;
}

.comments-list ol.children {
	margin-left: 85px;
	margin-top:  30px;
}

.post-comments .comment-meta {
	padding-left: 85px;
	position:     relative;
	min-height:   60px;
}

.post-comments .comment-content {
	padding-left: 85px;
}

.post-comments .says {
	display: none;
}

.post-comments .author-img {
	position: absolute;
	left:     0;
	top:      0;
}

.post-comments .comment-metadata a {
	font-size: 12px;
	color:     #999999;
}

.post-comments .comment-metadata .comment-reply-link,
.post-comments .comment-metadata .comment-edit-link {
	display:     inline-block;
	color:       #FFF;
	background:  rgba(0, 0, 0, 0.25);
	padding:     0 8px;
	margin-left: 5px;
	line-height: 20px;
}

.post-comments .author-name {
	font:    700 19px/23px 'Lato', sans-serif;
	color:   #555555;
	margin:  12px 0 5px 0;
	display: inline-block;
}

.comment-form label {
	display:   inline-block;
	min-width: 80px;
	font-size: 12px;
	color:     #999;
}

.comment-form .comment-form-comment label {
	display: none;
}

.comment-form textarea {
	width: 100%;
}

.comments-navigation,
.post-navigation {
	font:           400 16px/22px 'Lato', sans-serif;
	text-transform: uppercase;
	border-top:     solid 1px rgba(0, 0, 0, .12);
	margin:         35px 0 0 0;
	padding:        35px 0 0 0;
	position:       relative;
	overflow:       hidden;
}

/*-- Navigation --*/

.post-navigation .nav-links {
	position: relative;
	overflow: hidden;
}

.post-navigation .nav-previous > span,
.post-navigation .nav-next > span {
	display: none;
}

.comments-navigation .nav-previous,
.post-navigation .nav-previous {
	float:        left;
	padding-left: 25px;
	position:     relative;
}

.comments-navigation .nav-next,
.post-navigation .nav-next {
	float:         right;
	padding-right: 25px;
	position:      relative;
	text-align:    right;
}

.comments-navigation .nav-previous .meta-nav,
.post-navigation .nav-previous .meta-nav {
	position: absolute;
	top:      0;
	left:     0;
}

.comments-navigation .nav-next .meta-nav,
.post-navigation .nav-next .meta-nav {
	position: absolute;
	top:      0;
	right:    0;
}

.comments-navigation .nav-previous,
.comments-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	max-width: 45%;
}

/*- Ajax Search -*/

.search-open #wrap {
	display: none;
}

#ajax-search {
	height:           75px;
	position:         fixed;
	background-color: #FFF;
	padding:          18px 0;
	left:             0;
	top:              0;
	right:            0;
	z-index:          1005;
	border-bottom:    solid 1px rgba(0, 0, 0, .12);
	font-size:        16px;
	display:          none;
}

#ajax-search-result {
	position:                   fixed;
	top:                        75px;
	z-index:                    1004;
	left:                       0;
	right:                      0;
	bottom:                     0;
	overflow-y:                 scroll;
	padding:                    15px 30px;
	display:                    none;
	-webkit-overflow-scrolling: touch;
	text-align:                 left;
}

#ajax-search-result ul {
	padding:    0;
	margin:     0;
	width:      100%;
	list-style: none;
}

#ajax-search-result li {
	padding-bottom: 15px;
	margin-bottom:  15px;
	border-bottom:  solid 1px rgba(0, 0, 0, .12);
	position:       relative;
	overflow:       hidden;
}

#ajax-search-result li:last-child {
	border-bottom: 0;
	text-align:    center;
}

#ajax-search-result .post-img {
	position: absolute;
	width:    50px;
	height:   50px;
	left:     0;
	top:      0;
}

#ajax-search-result .post-content {
	margin-left: 65px;
}

#ajax-search-result h4 {
	margin:         0;
	padding:        0;
	font:           700 19px/25px 'Lato', sans-serif;
	text-transform: uppercase;
}

.search-open #ajax-search,
.search-open #ajax-search-result {
	display: block;
}

#mobilesearch-close,
#ajax-search button {
	float:       right;
	font-size:   20px;
	line-height: 36px;
	background:  transparent;
	display:     block;
	margin:      0 15px 0 0;
	color:       #555;
	width:       18px;
}

#ajax-search input[type=text] {
	margin-left:   15px;
	border:        none;
	width:         80%;
	width:         calc(100% - 110px);
	text-overflow: ellipsis;
	padding-left:  15px;
	padding-right: 15px;
}

#menu-shadow {
	position:           fixed;
	top:                0;
	left:               0;
	right:              0;
	bottom:             0;
	background:         rgba(255, 255, 255, 0.9);
	z-index:            1002;
	overflow:           hidden;
	opacity:            0;
	visibility:         hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition:    all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition:     all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition:      all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.search-open #menu-shadow {
	visibility: visible;
	opacity:    1;
}

.widget_search input[type=text] {
	width: 50%;
	width: calc(100% - 100px);
}

div.wpcf7-response-output {
	margin-left:  0;
	margin-right: 0;
	border-color: red;
}

/*- Error page -*/

.error-page {
	text-align: center;
}

.error-page h1 {
	font:   900 154px/154px 'Lato', sans-serif;
	margin: 60px 0 20px 0;
}

/*- Home page -*/

/*-- Hot Topics --*/

.hot-topics {
	position:      relative;
	overflow:      hidden;
	margin-top:    40px;
	color:         #FFF;
	margin-bottom: -40px;
}

.hot-topics a {
	color: #FFF;
}

.hot-topics > a,
.hot-topics .wrap > a {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  0;
}

.hot-topics .post {
	position:            relative;
	height:              236px;
	text-align:          center;
	overflow:            hidden;
	background-size:     cover;
	background-position: center center;
	background-repeat:   no-repeat;
	margin-bottom:       40px;
}

.hot-topics .post > a {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
}

.hot-topics .post:before {
	background: transparent;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	content:    "";
	position:   absolute;
	display:    block;
	bottom:     0;
	left:       0;
	top:        0;
	width:      100%;
}

.hot-topics .wrap {
	position: absolute;
	left:     0;
	width:    100%;
	bottom:   22px;
}

.hot-topics h2 {
	font:     700 36px/37px 'Lato', sans-serif;
	margin:   16px 15px 12px 15px;
	position: relative;
	z-index:  10;
}

.hot-topics h2 a:hover {
	opacity: 0.8;
	color:   #FFF;
}

.hot-topics .post-categories li a {
	background: #FFF;
}

.hot-topics .post-categories li:first-child:after {
	border-top-color: #FFF;
}

/*-- Bottom Posts --*/

.bottom-posts {
	margin-top:    80px;
	margin-bottom: 25px;
}

.bottom-posts > div:first-child {
	text-align: center;
}

.bottom-posts h3 {
	font:   700 24px/24px 'Lato', sans-serif;
	margin: 40px 0 28px 0;
	color:  #333;
}

.bottom-posts .post-meta {
	color: #ACACAC;
}

/*- Slider Video -*/

.video {
	position:       absolute;
	top:            0;
	left:           0;
	z-index:        1;
	width:          100%;
	height:         100%;
	overflow:       hidden;
	pointer-events: none

}

.video .screen {
	position:           absolute;
	top:                0;
	right:              0;
	bottom:             0;
	left:               0;
	z-index:            1;
	margin:             auto;
	opacity:            0;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	-ms-transition:     opacity 1s linear;
	transition:         opacity 1s linear;
}

.video .screen.active {
	opacity: 1;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform:         rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform:         rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform:         rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform:         rotate(360deg);
	}
}

.slick .video .loading {
	display:           block;
	position:          absolute;
	left:              50%;
	top:               50%;
	margin-left:       -17px;
	margin-top:        -17px;
	border-radius:     50%;
	width:             34px;
	height:            34px;
	border:            0.45rem solid rgba(255, 255, 255, 0.2);
	border-top-color:  white;
	-webkit-animation: spin 1s infinite linear;
	animation:         spin 1s infinite linear;
	z-index:           10;
}

.slick .video .screen.active + .loading {
	opacity: 0;
}

.slick .volume i {
	position:  absolute;
	font-size: 30px;
	top:       20px;
	right:     20px;
	display:   none;
	z-index:   1000;
	color:     #FFF;
	width:     30px;
}

.slick .volume.mute i.fa-volume-off {
	display: block;
}

.slick .volume:not(.mute) i.fa-volume-up {
	display: block;
}

/*- Woocommerce -*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display:               inline-block;
	color:                 #FFF;
	font:                  700 14px/17px 'Lato', sans-serif;
	text-align:            center;
	text-transform:        uppercase;
	border:                0;
	outline:               0;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce .cart input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #555;
	color:            #FFF;
}

.woocommerce .quantity .qty {
	min-height: 36px;
}

.woocommerce-message {
	border: solid 1px #DBDBDB;
}

/*- Colors Accents -*/

/*-- yellow-accent --*/
.yellow-accent.woocommerce #respond input#submit.alt,
.yellow-accent.woocommerce a.button,
.yellow-accent.woocommerce .cart input.button,
.yellow-accent.woocommerce button.button.alt,
.yellow-accent.woocommerce input.button.alt,
.yellow-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.yellow-accent input[type=submit],
.yellow-accent button,
.yellow-accent section.archive .page .more:before,
.yellow-accent section.archive .post .more:before,
.yellow-accent.single .post-categories a,
.yellow-accent .slick-slide .post-categories li a,
.yellow-accent section.archive .post-categories a {
	background: #F2BF3A;
}

.yellow-accent .custom-about-me-widget .more,
.yellow-accent section.archive .page .more,
.yellow-accent section.archive .post .more,
.yellow-accent .widget_calendar tbody a {
	color: #F2BF3A;
}

.yellow-accent .widget .widget-title,
.yellow-accent .post-entry blockquote {
	border-color: #F2BF3A;
}

.yellow-accent.single .post-categories li:first-child:after,
.yellow-accent .slick-slide .post-categories li:first-child:after,
.yellow-accent section.archive .post-categories li:first-child:after {
	border-top-color: #F2BF3A;
}

/*-- blue-accent --*/
.blue-accent.woocommerce #respond input#submit.alt,
.blue-accent.woocommerce a.button,
.blue-accent.woocommerce .cart input.button,
.blue-accent.woocommerce button.button.alt,
.blue-accent.woocommerce input.button.alt,
.blue-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.blue-accent input[type=submit],
.blue-accent button,
.blue-accent section.archive .page .more:before,
.blue-accent section.archive .post .more:before,
.blue-accent.single .post-categories a,
.blue-accent .slick-slide .post-categories li a,
.blue-accent section.archive .post-categories a {
	background: #6AA9EC;
}

.blue-accent .custom-about-me-widget .more,
.blue-accent section.archive .page .more,
.blue-accent section.archive .post .more,
.blue-accent .widget_calendar tbody a {
	color: #6AA9EC;
}

.blue-accent .widget .widget-title,
.blue-accent .post-entry blockquote {
	border-color: #6AA9EC;
}

.blue-accent.single .post-categories li:first-child:after,
.blue-accent .slick-slide .post-categories li:first-child:after,
.blue-accent section.archive .post-categories li:first-child:after {
	border-top-color: #6AA9EC;
}

/*-- green-accent --*/
.green-accent.woocommerce #respond input#submit.alt,
.green-accent.woocommerce a.button,
.green-accent.woocommerce .cart input.button,
.green-accent.woocommerce button.button.alt,
.green-accent.woocommerce input.button.alt,
.green-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.green-accent input[type=submit],
.green-accent button,
.green-accent section.archive .page .more:before,
.green-accent section.archive .post .more:before,
.green-accent.single .post-categories a,
.green-accent .slick-slide .post-categories li a,
.green-accent section.archive .post-categories a {
	background: #27BE8C;
}

.green-accent .custom-about-me-widget .more,
.green-accent section.archive .page .more,
.green-accent section.archive .post .more,
.green-accent .widget_calendar tbody a {
	color: #27BE8C;
}

.green-accent .widget .widget-title,
.green-accent .post-entry blockquote {
	border-color: #27BE8C;
}

.green-accent.single .post-categories li:first-child:after,
.green-accent .slick-slide .post-categories li:first-child:after,
.green-accent section.archive .post-categories li:first-child:after {
	border-top-color: #27BE8C;
}

/*-- red-accent --*/
.red-accent.woocommerce #respond input#submit.alt,
.red-accent.woocommerce a.button,
.red-accent.woocommerce .cart input.button,
.red-accent.woocommerce button.button.alt,
.red-accent.woocommerce input.button.alt,
.red-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.red-accent input[type=submit],
.red-accent button,
.red-accent section.archive .page .more:before,
.red-accent section.archive .post .more:before,
.red-accent.single .post-categories a,
.red-accent .slick-slide .post-categories li a,
.red-accent section.archive .post-categories a {
	background: #E86F75;
}

.red-accent .custom-about-me-widget .more,
.red-accent section.archive .page .more,
.red-accent section.archive .post .more,
.red-accent .widget_calendar tbody a {
	color: #E86F75;
}

.red-accent .widget .widget-title,
.red-accent .post-entry blockquote {
	border-color: #E86F75;
}

.red-accent.single .post-categories li:first-child:after,
.red-accent .slick-slide .post-categories li:first-child:after,
.red-accent section.archive .post-categories li:first-child:after {
	border-top-color: #E86F75;
}

/*-- khaki-accent --*/
.khaki-accent.woocommerce #respond input#submit.alt,
.khaki-accent.woocommerce a.button,
.khaki-accent.woocommerce .cart input.button,
.khaki-accent.woocommerce button.button.alt,
.khaki-accent.woocommerce input.button.alt,
.khaki-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.khaki-accent input[type=submit],
.khaki-accent button,
.khaki-accent section.archive .page .more:before,
.khaki-accent section.archive .post .more:before,
.khaki-accent.single .post-categories a,
.khaki-accent .slick-slide .post-categories li a,
.khaki-accent section.archive .post-categories a {
	background: #9BA78A;
}

.khaki-accent .custom-about-me-widget .more,
.khaki-accent section.archive .page .more,
.khaki-accent section.archive .post .more,
.khaki-accent .widget_calendar tbody a {
	color: #9BA78A;
}

.khaki-accent .widget .widget-title,
.khaki-accent .post-entry blockquote {
	border-color: #9BA78A;
}

.khaki-accent.single .post-categories li:first-child:after,
.khaki-accent .slick-slide .post-categories li:first-child:after,
.khaki-accent section.archive .post-categories li:first-child:after {
	border-top-color: #9BA78A;
}

/*-- gray-accent --*/
.gray-accent.woocommerce #respond input#submit.alt,
.gray-accent.woocommerce a.button,
.gray-accent.woocommerce .cart input.button,
.gray-accent.woocommerce button.button.alt,
.gray-accent.woocommerce input.button.alt,
.gray-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.gray-accent input[type=submit],
.gray-accent button,
.gray-accent section.archive .page .more:before,
.gray-accent section.archive .post .more:before,
.gray-accent.single .post-categories a,
.gray-accent .slick-slide .post-categories li a,
.gray-accent section.archive .post-categories a {
	background: #8E9DA5;
}

.gray-accent .custom-about-me-widget .more,
.gray-accent section.archive .page .more,
.gray-accent section.archive .post .more,
.gray-accent .widget_calendar tbody a {
	color: #8E9DA5;
}

.gray-accent .widget .widget-title,
.gray-accent .post-entry blockquote {
	border-color: #8E9DA5;
}

.gray-accent.single .post-categories li:first-child:after,
.gray-accent .slick-slide .post-categories li:first-child:after,
.gray-accent section.archive .post-categories li:first-child:after {
	border-top-color: #8E9DA5;
}

/*-- aquamarine-accent --*/
.aquamarine-accent.woocommerce #respond input#submit.alt,
.aquamarine-accent.woocommerce a.button,
.aquamarine-accent.woocommerce .cart input.button,
.aquamarine-accent.woocommerce button.button.alt,
.aquamarine-accent.woocommerce input.button.alt,
.aquamarine-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.aquamarine-accent input[type=submit],
.aquamarine-accent button,
.aquamarine-accent section.archive .page .more:before,
.aquamarine-accent section.archive .post .more:before,
.aquamarine-accent.single .post-categories a,
.aquamarine-accent .slick-slide .post-categories li a,
.aquamarine-accent section.archive .post-categories a {
	background: #25CDB3;
}

.aquamarine-accent .custom-about-me-widget .more,
.aquamarine-accent section.archive .page .more,
.aquamarine-accent section.archive .post .more,
.aquamarine-accent .widget_calendar tbody a {
	color: #25CDB3;
}

.aquamarine-accent .widget .widget-title,
.aquamarine-accent .post-entry blockquote {
	border-color: #25CDB3;
}

.aquamarine-accent.single .post-categories li:first-child:after,
.aquamarine-accent .slick-slide .post-categories li:first-child:after,
.aquamarine-accent section.archive .post-categories li:first-child:after {
	border-top-color: #25CDB3;
}

/*-- orange-accent --*/
.orange-accent.woocommerce #respond input#submit.alt,
.orange-accent.woocommerce a.button,
.orange-accent.woocommerce .cart input.button,
.orange-accent.woocommerce button.button.alt,
.orange-accent.woocommerce input.button.alt,
.orange-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.orange-accent input[type=submit],
.orange-accent button,
.orange-accent section.archive .page .more:before,
.orange-accent section.archive .post .more:before,
.orange-accent.single .post-categories a,
.orange-accent .slick-slide .post-categories li a,
.orange-accent section.archive .post-categories a {
	background: #F98A3E;
}

.orange-accent .custom-about-me-widget .more,
.orange-accent section.archive .page .more,
.orange-accent section.archive .post .more,
.orange-accent .widget_calendar tbody a {
	color: #F98A3E;
}

.orange-accent .widget .widget-title,
.orange-accent .post-entry blockquote {
	border-color: #F98A3E;
}

.orange-accent.single .post-categories li:first-child:after,
.orange-accent .slick-slide .post-categories li:first-child:after,
.orange-accent section.archive .post-categories li:first-child:after {
	border-top-color: #F98A3E;
}

/*-- pink-accent --*/
.pink-accent.woocommerce #respond input#submit.alt,
.pink-accent.woocommerce a.button,
.pink-accent.woocommerce .cart input.button,
.pink-accent.woocommerce button.button.alt,
.pink-accent.woocommerce input.button.alt,
.pink-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.pink-accent input[type=submit],
.pink-accent button,
.pink-accent section.archive .page .more:before,
.pink-accent section.archive .post .more:before,
.pink-accent.single .post-categories a,
.pink-accent .slick-slide .post-categories li a,
.pink-accent section.archive .post-categories a {
	background: #FF79AA;
}

.pink-accent .custom-about-me-widget .more,
.pink-accent section.archive .page .more,
.pink-accent section.archive .post .more,
.pink-accent .widget_calendar tbody a {
	color: #FF79AA;
}

.pink-accent .widget .widget-title,
.pink-accent .post-entry blockquote {
	border-color: #FF79AA;
}

.pink-accent.single .post-categories li:first-child:after,
.pink-accent .slick-slide .post-categories li:first-child:after,
.pink-accent section.archive .post-categories li:first-child:after {
	border-top-color: #FF79AA;
}

/*-- brown-accent --*/
.brown-accent.woocommerce #respond input#submit.alt,
.brown-accent.woocommerce a.button,
.brown-accent.woocommerce .cart input.button,
.brown-accent.woocommerce button.button.alt,
.brown-accent.woocommerce input.button.alt,
.brown-accent.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.brown-accent input[type=submit],
.brown-accent button,
.brown-accent section.archive .page .more:before,
.brown-accent section.archive .post .more:before,
.brown-accent.single .post-categories a,
.brown-accent .slick-slide .post-categories li a,
.brown-accent section.archive .post-categories a {
	background: #CDA784;
}

.brown-accent .custom-about-me-widget .more,
.brown-accent section.archive .page .more,
.brown-accent section.archive .post .more,
.brown-accent .widget_calendar tbody a {
	color: #CDA784;
}

.brown-accent .widget .widget-title,
.brown-accent .post-entry blockquote {
	border-color: #CDA784;
}

.brown-accent.single .post-categories li:first-child:after,
.brown-accent .slick-slide .post-categories li:first-child:after,
.brown-accent section.archive .post-categories li:first-child:after {
	border-top-color: #CDA784;
}

/*- Responsive -*/

/*-- Desktop --*/

@media (min-width: 1025px) {

	/*--- Accent Hover ---*/
	/*---- yellow-accent ----*/
	.yellow-accent .slick-slide .more:hover {
		border-color: #F2BF3A;
	}

	.yellow-accent .slick-slide .more:hover,
	.yellow-accent .slick-arrow:hover,
	.yellow-accent #nav > ul > li > ul li > a:hover,
	.yellow-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #F2BF3A;
	}

	/*---- blue-accent ----*/
	.blue-accent .slick-slide .more:hover {
		border-color: #6AA9EC;
	}

	.blue-accent .slick-slide .more:hover,
	.blue-accent .slick-arrow:hover,
	.blue-accent #nav > ul > li > ul li > a:hover,
	.blue-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #6AA9EC;
	}

	/*---- green-accent ----*/
	.green-accent .slick-slide .more:hover {
		border-color: #27BE8C;
	}

	.green-accent .slick-slide .more:hover,
	.green-accent .slick-arrow:hover,
	.green-accent #nav > ul > li > ul li > a:hover,
	.green-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #27BE8C;
	}

	/*---- red-accent ----*/
	.red-accent .slick-slide .more:hover {
		border-color: #E86F75;
	}

	.red-accent .slick-slide .more:hover,
	.red-accent .slick-arrow:hover,
	.red-accent #nav > ul > li > ul li > a:hover,
	.red-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #E86F75;
	}

	/*---- khaki-accent ----*/
	.khaki-accent .slick-slide .more:hover {
		border-color: #9BA78A;
	}

	.khaki-accent .slick-slide .more:hover,
	.khaki-accent .slick-arrow:hover,
	.khaki-accent #nav > ul > li > ul li > a:hover,
	.khaki-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #9BA78A;
	}

	/*---- gray-accent ----*/
	.gray-accent .slick-slide .more:hover {
		border-color: #8E9DA5;
	}

	.gray-accent .slick-slide .more:hover,
	.gray-accent .slick-arrow:hover,
	.gray-accent #nav > ul > li > ul li > a:hover,
	.gray-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #8E9DA5;
	}

	/*---- aquamarine-accent ----*/
	.aquamarine-accent .slick-slide .more:hover {
		border-color: #25CDB3;
	}

	.aquamarine-accent .slick-slide .more:hover,
	.aquamarine-accent .slick-arrow:hover,
	.aquamarine-accent #nav > ul > li > ul li > a:hover,
	.aquamarine-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #25CDB3;
	}

	/*---- orange-accent ----*/
	.orange-accent .slick-slide .more:hover {
		border-color: #F98A3E;
	}

	.orange-accent .slick-slide .more:hover,
	.orange-accent .slick-arrow:hover,
	.orange-accent #nav > ul > li > ul li > a:hover,
	.orange-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #F98A3E;
	}

	/*---- pink-accent ----*/
	.pink-accent .slick-slide .more:hover {
		border-color: #FF79AA;
	}

	.pink-accent .slick-slide .more:hover,
	.pink-accent .slick-arrow:hover,
	.pink-accent #nav > ul > li > ul li > a:hover,
	.pink-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #FF79AA;
	}

	/*---- brown-accent ----*/
	.brown-accent .slick-slide .more:hover {
		border-color: #CDA784;
	}

	.brown-accent .slick-slide .more:hover,
	.brown-accent .slick-arrow:hover,
	.brown-accent #nav > ul > li > ul li > a:hover,
	.brown-accent #nav > ul > li:hover > ul > li > a:hover {
		color: #CDA784;
	}

	/*--- Slider Hover ---*/
	.slick-slide .more:hover {
		color: #FFF;
	}

	/*--- Header Hover ---*/
	a:hover {
		color:           #999;
		text-decoration: none;
		outline:         none;
	}

	#header {
		position: relative;
		z-index:  999;
	}

	.header-type-2 #header {
		min-height: 190px;
	}

	.header-type-3 #header {
		min-height: 215px;
	}

	#mobilemenu {
		display: none;
	}

	#searchmenu {

	}

	.header-type-3:not(.sticky) #nav {
		margin-bottom: 25px;
	}

	#header .soc i {
		margin-right: 15px;
		font-size:    16px;
	}

	.header-type-1 #header .soc,
	.sticky.header-type-2 #header .soc,
	.sticky.header-type-3 #header .soc {
		position:     absolute;
		width:        15%;
		left:         0;
		top:          10px;
		padding-left: 15px;
	}

	.header-type-2 #header .soc,
	.header-type-3 #header .soc {
		position:     absolute;
		left:         0;
		top:          60px;
		padding-left: 15px;
	}

	.header-type-2 #header .soc {
		top: 30px;
	}

	.header-type-3 #header .soc {
		top: 25px;
	}

	/*--- Main Menu ---*/
	#nav ul {
		list-style: none;
		padding:    0;
		margin:     0;
		z-index:    10;
	}

	#nav > ul > li {
		display:        inline-block;
		padding:        10px 15px;
		position:       relative;
		font-family:    'Lato', sans-serif;
		font-weight:    900;
		font-size:      16px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color:          #555555;
	}

	#nav > ul > li.menu-item-has-children:after {
		content:                 "\f078";
		font-family:             FontAwesome;
		font-size:               55%;
		text-rendering:          auto;
		-webkit-font-smoothing:  antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:                absolute;
		right:                   0;
		top:                     10px;
	}

	#nav > ul > li > a {
		color: #555555;
	}

	#nav > ul > li > a:hover {
		color: #444444;
	}

	#nav > ul > li > ul > li a {
		font-family:    'Lato', sans-serif;
		font-weight:    normal;
		font-size:      13px;
		color:          #FFFFFF;
		line-height:    15px;
		padding:        10px 20px;
		text-transform: uppercase;
		display:        block;
		text-align:     left;
		letter-spacing: 1px;
	}

	#nav > ul > li:hover > ul > li a {
		color: #FFFFFF;
	}

	#nav > ul > li:hover {
		cursor: pointer;
	}

	#nav > ul > li > ul > li a {
		white-space: pre;
	}

	#nav > ul > li ul {
		display:          none;
		position:         absolute;
		left:             25px;
		top:              40px;
		background-color: #555555;
		padding:          15px 0;
		z-index:          1;
	}

	#nav > ul > li > ul:after {
		content:       '';
		position:      absolute;
		left:          10px;
		top:           -10px;
		border:        5px solid transparent;
		border-bottom: 5px solid #555555;
	}

	#nav > ul > li:last-child > ul {
		left:  auto;
		right: 0;
	}

	#nav > ul > li:last-child > ul:after {
		left:  auto;
		right: 40px;
	}

	#nav > ul > li:hover > ul {
		display: block;
	}

	#nav > ul > li > ul > li {
		position: relative;
	}

	#nav > ul > li > ul > li:hover > ul {
		display:     block;
		position:    absolute;
		left:        100%;
		right:       auto;
		top:         0;
		margin-left: 5px;
	}

	#nav > ul > li > ul > li > ul:before {
		content:  "";
		position: absolute;
		left:     -5px;
		top:      0;
		width:    5px;
		height:   100%;
	}

	#nav > ul > li > ul > li > ul:after {
		content:      '';
		position:     absolute;
		left:         -10px;
		top:          13px;
		border:       5px solid transparent;
		border-right: 5px solid #555555;
	}

	#nav > ul > li:nth-last-child(2) > ul > li > ul:after,
	#nav > ul > li:last-child > ul > li > ul:after {
		left:         auto;
		right:        -5px;
		border-left:  5px solid #555555;
		border-right: 0;
	}

	#nav > ul > li:nth-last-child(2) > ul > li > ul:before,
	#nav > ul > li:last-child > ul > li > ul:before {
		left:  auto;
		right: -5px;
	}

	#nav > ul > li:nth-last-child(2) > ul > li > ul,
	#nav > ul > li:last-child > ul > li > ul {
		left:         auto;
		right:        100%;
		margin-left:  0;
		margin-right: 5px;
	}

	#nav > ul > li > ul > li.menu-item-has-children:after {
		content:                 "\f054";
		font-family:             FontAwesome;
		font-size:               55%;
		text-rendering:          auto;
		-webkit-font-smoothing:  antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:                absolute;
		right:                   7px;
		top:                     6px;
		color:                   #AAA;
	}

	#nav > ul > li:nth-last-child(2) > ul > li.menu-item-has-children:after,
	#nav > ul > li:last-child > ul > li.menu-item-has-children:after {
		content: "\f053";
		right:   auto;
		left:    7px;
	}

	/*--- Sticky Menu ---*/
	#header .white .container,
	.sticky #header .white {
		position: relative;
	}

	/*--- Header Layouts ---*/
	.header-type-1 #header .white,
	.sticky #header .white {
		min-height:       75px;
		background-color: #FFF;
		padding:          15px 0;
		left:             0;
		top:              0;
		width:            100%;
		z-index:          1000;
		border-bottom:    solid 1px #E1E1E1;
	}

	.sticky #header .white {
		position: fixed;
	}

	.header-type-1.sticky-menu #header .white {
		position: fixed;
	}

	.header-type-1.no-sticky-menu #header {
		position: static;
	}

	.header-type-1.no-sticky-menu #header .white {
		position:   absolute;
		margin-top: 0;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.header-type-1.sticky-menu #header .white,
	.admin-bar.sticky.header-type-2 #header .white,
	.admin-bar.sticky.header-type-3 #header .white {
		margin-top: 32px;
	}

	.header-type-1 #mobilesearch,
	.sticky.header-type-2 #mobilesearch,
	.sticky.header-type-3 #mobilesearch {
		position:      absolute;
		width:         15%;
		right:         0;
		top:           10px;
		text-align:    right;
		padding-right: 15px;
	}

	.header-type-2 #mobilesearch,
	.header-type-3 #mobilesearch {
		position:      absolute;
		right:         0;
		top:           60px;
		text-align:    right;
		padding-right: 15px;
	}

	.header-type-2 #mobilesearch {
		top: 25px;
	}

	.header-type-3 #mobilesearch {
		top: 25px;
	}

	.header-type-1 #nav > ul,
	.sticky.header-type-2 #nav > ul,
	.sticky.header-type-3 #nav > ul {
		display:    block;
		width:      94%;
		margin:     0 auto;
		text-align: center;
	}

	.header-type-2 #nav > ul,
	.header-type-3 #nav > ul {
		display:    block;
		margin:     0 auto;
		text-align: center;
		margin-top: 115px;
	}

	.header-type-2 #nav > ul {
		margin-top: 50px;
	}

	.header-type-3 #nav > ul {
		margin-top: 150px;
	}

	.header-type-2 #nav {
		-webkit-transition: opacity 0.15s linear;
		-moz-transition:    opacity 0.15s linear;
		-o-transition:      opacity 0.15s linear;
		-ms-transition:     opacity 0.15s linear;
		transition:         opacity 0.15s linear;
		opacity:            1;
	}

	.header-type-2 #nav.preloading {
		opacity: 0;
	}

	.header-type-1 .logo {
		margin-top: 75px;
		text-align: center;
		padding:    45px 0;
	}

	.header-type-2 .logo {
		display:        inline-block;
		vertical-align: middle;
		margin:         0 15px;
	}

	.header-type-2 .logo:not(.inner) {
		display: none;
	}

	.sticky .logo-container {
		display: none !important;
	}

	.sticky.header-type-2 #nav > ul {
		padding-left: 0 !important;
	}

	.header-type-3 .logo img {
		position:          absolute;
		top:               50%;
		left:              50%;
		-ms-transform:     translate3d(-50%, -50%, 0);
		-o-transform:      translate3d(-50%, -50%, 0);
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform:         translate3d(-50%, -50%, 0);
		margin-right:      -50%;
		margin-top:        -20px;
	}

	.header-type-2 #nav > ul > li {
		margin-left:  5px;
		margin-right: 5px;
	}

	.header-type-3 #nav > ul > li {
		margin-left:  20px;
		margin-right: 20px;
	}

	.header-type-1 #nav > ul > li,
	.sticky.header-type-2 #nav > ul > li,
	.sticky.header-type-3 #nav > ul > li {
		margin-left:  20px;
		margin-right: 20px;
	}

	#mobilemenu-close {
		display: none;
	}

	/*--- Slider ---*/
	#home-slider .slick-arrow {
		opacity:            0;
		-webkit-transition: opacity 0.5s;
		-moz-transition:    opacity 0.5s;
		-ms-transition:     opacity 0.5s;
		-o-transition:      opacity 0.5s;
		transition:         opacity 0.5s;
	}

	#home-slider .bottom .slick-arrow {
		opacity: 1;
	}

	#home-slider .slick:hover .slick-arrow {
		opacity: 1;
	}

	/*--- Blog / Footer / Other Hover ---*/
	.post-entry a:hover {
		text-decoration: underline;
		color:           inherit;
	}

	section.archive.cards .post .more:hover {
		color: #FFF;
	}

	section.archive .post .more:hover:before {
		opacity: 1;
	}

	.single .post-categories a:hover,
	section.archive .post-categories a:hover {
		color:               #333;
		border-bottom-color: #333;
	}

	#ajax-search-result a:hover,
	.post-tags a:hover,
	#mobilesearch:hover,
	#header .soc a:hover,
	.post-related a:hover,
	.post-navigation a:hover,
	.meta-share a:hover,
	.post-comments-link a:hover,
	section.archive .post h2 a:hover,
	.widget a:hover,
	.custom-latest-posts-widget a:hover,
	.navigation a:hover,
	#nav > ul > li:hover a,
	#nav > ul > li.menu-item-has-children:hover:after {
		color: #999;
	}

	section.archive.minimal .post .more:hover,
	.post-author .soc a:hover,
	.custom-about-me-widget .more:hover {
		color: #333;
	}

	#footer.light a:hover {
		color: #AAA;
	}

	#footer.dark a:hover {
		color: #777;
	}

	.post-comments a.comment-reply-link:hover,
	.post-comments a.comment-edit-link:hover {
		background: rgba(0, 0, 0, 0.7);
	}

	.custom-accent input[type=submit]:hover,
	input[type=submit]:hover, button:hover {
		background-color: #555;
	}

	.single .post-categories li a:hover,
	section.archive .post-categories li a:hover {
		background-color: #9D9D9D;
	}

	.slick-slide .bottom-wrap a:hover h3,
	.slick-slide .bottom-wrap a:hover {
		opacity: 0.8;
	}

	.slick-slide .bottom-wrap .post-categories a:hover {
		opacity: 1;
	}

	.slick-slide .bottom-wrap .post-categories li:hover a,
	.slick-slide .post-categories li:hover a,
	.hot-topics .post-categories li:hover a,
	.custom-accent .slick-slide .post-categories li:hover a {
		background: #9D9D9D;
	}

	.single .post-categories li:first-child:hover:after,
	.slick-slide .post-categories li:first-child:hover:after,
	.hot-topics .post-categories li:first-child:hover:after,
	section.archive .post-categories li:first-child:hover:after {
		border-top-color: #9D9D9D !important;
	}

	section.archive:not(.full) .page .post-meta,
	section.archive:not(.full) .post .post-meta {
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:     translateY(100%);
		-ms-transform:      translateY(100%);
		-o-transform:       translateY(100%);
		-webkit-transform:  translateY(100%);
		transform:          translateY(100%);
	}

	section.archive:not(.full) .page .post-img,
	section.archive:not(.full) .post .post-img {
		overflow: hidden;
	}

	section.archive:not(.full) .page:hover .post-meta,
	section.archive:not(.full) .post:hover .post-meta {
		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		-webkit-transform: translateY(0);
		transform:         translateY(0);
	}
}

@media (max-width: 1199px) {

	.header-type-2 #nav > ul > li,
	.header-type-2 .logo {
		margin: 0;
	}

	.header-type-2 #nav > ul > li.logo-container {
		padding-left:  0;
		padding-right: 0;
	}

	.header-type-3 #nav > ul > li {
		margin-left:  10px;
		margin-right: 10px;
	}

	#home-slider .slick-slide,
	#home-slider .slick {
		height:   450px;
		overflow: hidden;
	}

	.header-type-1 #nav > ul > li,
	.sticky.header-type-2 #nav > ul > li,
	.sticky.header-type-3 #nav > ul > li {
		margin-left:  10px;
		margin-right: 10px;
	}

	#nav > ul > li {
		font-size:      13px;
		letter-spacing: 2px;

	}

	#instafeed.small-photos img {
		width: 12.5%;
	}

	#instafeed.small-photos a:nth-of-type(17),
	#instafeed.small-photos a:nth-of-type(18),
	#instafeed.small-photos a:nth-of-type(19),
	#instafeed.small-photos a:nth-of-type(20),
	#instafeed.small-photos a:nth-of-type(21),
	#instafeed.small-photos a:nth-of-type(22),
	#instafeed.small-photos a:nth-of-type(23),
	#instafeed.small-photos a:nth-of-type(24) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	section.archive.list.disable-sidebar .post-img {
		width: 50%;
	}

	section.archive.list.disable-sidebar .post-img + .post-content {
		width: 50%;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	section.archive.list.disable-sidebar .post-except p {
		max-height: 100px;
		overflow:   hidden;
	}

	section.archive.list.disable-sidebar.cards .post-except p {
		max-height: 75px;
	}

	section.archive.list:not(.disable-sidebar) .post-except p {
		max-height: none;
		overflow:   hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.custom-about-me-widget .about-widget .avatar {
		float: none;
	}

	.custom-about-me-widget p {
		padding-left: 0;
		padding-top:  15px;
	}

	section.archive.list:not(.disable-sidebar) .post-except p {
		max-height: 50px;
		overflow:   hidden;
	}
}

/*-- Tablet and Mobile --*/

@media (max-width: 1024px) {

	#menu-main-menu {
		padding-left: 0 !important;
	}

	a:hover, a:focus {
		color: #555;
	}

	#header {
		width:      100%;
		position:   relative;
		margin-top: 55px;
		text-align: center;
	}

	#header .logo img {
		margin: 30px 0;
	}

	#header .white {
		height:           55px;
		background-color: #FFF;
		padding:          15px 0;
		left:             0;
		top:              0;
		right:            0;
		text-align:       center;
		z-index:          1002;
	}

	.sticky-menu #header .white {
		position: fixed;
	}

	.no-sticky-menu #header {
		position: static;
	}

	.no-sticky-menu #header .white {
		position:   absolute;
		margin-top: 0;
	}

	#home-slider .slick-slide,
	#home-slider .slick {
		height:   400px;
		overflow: hidden;
	}

	#home-slider .slick a:hover,
	#home-slider .slick a:focus {
		color: #FFF;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky-menu #header .white,
	.admin-bar #header #nav {
		margin-top: 32px;
	}

	#header #nav {
		position:                   fixed;
		z-index:                    1010;
		left:                       0;
		top:                        0;
		bottom:                     0;
		height:                     100%;
		width:                      300px;
		background:                 #FFF;
		border-right:               solid 1px #EBEBEB;
		list-style:                 none;
		overflow:                   hidden;
		overflow-y:                 scroll;
		-webkit-overflow-scrolling: touch;

		-webkit-transition:         -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:            -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:             -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:              -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:                 transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:             translate3d(-301px, 0, 0);
		-ms-transform:              translate3d(-301px, 0, 0);
		-o-transform:               translate3d(-301px, 0, 0);
		-webkit-transform:          translate3d(-301px, 0, 0);
		transform:                  translate3d(-301px, 0, 0);
	}

	.menu-open #header #nav {
		-moz-transform:    translate3d(0, 0, 0);
		-ms-transform:     translate3d(0, 0, 0);
		-o-transform:      translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform:         translate3d(0, 0, 0);
	}

	.menu-open #header .menu {
		display: block;
	}

	#mobilesearch {
		position:   absolute;
		right:      15px;
		top:        15px;
		text-align: right;
		display:    block;
	}

	#mobilemenu {
		position:       absolute;
		left:           15px;
		top:            15px;
		text-align:     right;
		display:        block;
		vertical-align: bottom;
	}

	#mobilemenu i,
	#mobilesearch i,
	#mobilemenu-close i {
		font-size:   20px;
		line-height: 27px;
	}

	.menu-open #menu-shadow {
		visibility: visible;
		opacity:    1;
	}

	#nav ul {

		padding: 0;
		margin:  0;
	}

	#header .soc {
		display:     inline-block;
		left:        0;
		overflow:    hidden;
		text-align:  center;
		white-space: nowrap;
		height:      24px;
		max-width:   70%;
	}

	#header .soc i {
		margin: 0 7px;
	}

	#header #mobilemenu-close {
		position: absolute;
		right:    15px;
		top:      15px;
	}

	.header-type-2 #nav > ul > li.logo-container {
		display: none;
	}

	#nav > ul {
		margin-top:   60px;
		text-align:   left;
		padding-left: 0 !important;
	}

	#nav ul li {
		display:  block;
		position: relative;
	}

	#nav > ul > li > a,
	#nav > ul > li > span {
		display:        block;
		font-family:    'Lato', sans-serif;
		font-weight:    900;
		font-size:      13px;
		color:          #555555;
		letter-spacing: 2px;
		line-height:    16px;
		text-transform: uppercase;
		padding:        0 35px 20px 35px;
	}

	#nav > ul > li.menu-item-has-children > a {
		padding:      0 0 20px 35px;
		margin-right: 45px;
	}

	#nav > ul > li > ul {
		padding-left: 15px;
	}

	#nav > ul > li > ul > li a {
		display:        block;
		font-family:    'Lato', sans-serif;
		font-size:      13px;
		color:          #555555;
		letter-spacing: 2px;
		line-height:    16px;
		text-transform: uppercase;
		padding:        0 35px 20px 35px;
	}

	#nav > ul > li.menu-item-has-children:after {
		content:                 "\f078";
		font-family:             FontAwesome;
		font-size:               55%;
		text-rendering:          auto;
		-webkit-font-smoothing:  antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:                absolute;
		right:                   15px;
		top:                     -5px;
		font-size:               15px;
	}

	#nav > ul > li.menu-item-has-children:not(.open) ul {
		display: none;
	}

	.slick-slide .bottom-wrap a h3 {
		font-size:   28px;
		line-height: 31px;
	}
}

@media (max-width: 991px) {

	section.archive.masonry.disable-sidebar .page,
	section.archive.masonry.disable-sidebar .post,
	section.archive.masonry.disable-sidebar .post-sizer {
		width: 50%;
	}

	#footer.widgets .wrap {
		text-align: center;
	}

	#footer.widgets .bottom {
		padding-top: 0;
		margin-top:  0;
	}

	#footer.widgets .bottom:before {
		display: none;
	}

	#footer.widgets .soc {
		text-align: center;
	}

	#footer.widgets .copyright {

		margin-top: 30px;
	}

	#footer.widgets .contacts {
		margin-top: 45px;
	}

	.footer-sidebar {
		margin-top: 45px;
	}

	#footer.widgets .footer-logo img {
		transform-origin: center center;
	}

	#sidebar {
		margin-left:  -15px;
		margin-right: -15px;
		position:     relative;
	}

	.widget {
		width:      50%;
		float:      left;
		margin-top: 65px;
	}

	.widget:not(.custom-about-me-widget):not(.custom-latest-posts-widget) ul,
	.widget.widget_tag_cloud .tagcloud,
	.widget.widget_calendar #calendar_wrap,
	.widget.widget_search div,
	.widget.widget_text .textwidget,
	.widget > div:not(.menu-main-menu-container):not(.menu-side-mobile-menu-container),
	.widget > form > div,
	.widget > select,
	.widget ul {
		padding-left:  0;
		padding-right: 0;
		margin-left:   15px;
		margin-right:  15px;
	}

	.widget > select {
		width: 90%;
	}

	.widget .widget-title {
		margin: 0 15px;
	}

	#instafeed.small-photos img {
		width: 14.28571%;
	}

	#instafeed.small-photos a:nth-of-type(15),
	#instafeed.small-photos a:nth-of-type(16) {
		display: none;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky-menu #header .white,
	.admin-bar #header #nav {
		margin-top: 46px;
	}
}

@media (min-width: 421px) and (max-width: 767px) {
	section.archive .post, section.archive .page {
		display: inline-block;
		width:   390px;
	}

	section.archive {
		text-align: center;
	}

	section.archive article {
		text-align: left;
	}
}

@media (max-width: 767px) {

	.container {
		max-width: 414px;
	}

	#home-slider .container {
		max-width: none;
	}

	.widget {
		width:      100%;
		float:      none;
		margin-top: inherit;
	}

	section.archive.list .post-img {
		float: none !important;
		width: 100% !important;
	}

	section.archive.list .post-img + .post-content {
		width: 100% !important;
		float: none !important;
	}

	section.archive.masonry.right-sidebar .page,
	section.archive.masonry.left-sidebar .page,
	section.archive.masonry.right-sidebar .post,
	section.archive.masonry.left-sidebar .post,
	section.archive.masonry.left-sidebar .post-sizer,
	section.archive.masonry.right-sidebar .post-sizer {
		width: 100%;
		float: none;
	}

	section.archive.masonry.disable-sidebar .page,
	section.archive.masonry.disable-sidebar .post,
	section.archive.masonry.disable-sidebar .post-sizer {
		width: 100%;
		float: none;
	}

	.post-entry .bottom .post-tags,
	.post-entry .bottom .meta-share {
		text-align: center;
	}

	.post-open .post-header h1,
	.main-header h1 {
		font-size:   30px;
		line-height: 36px;
	}

	section.archive.list.minimal .post:after,
	section.archive.list.minimal .page:after {
		display: none;
	}

	.slick-slide .bottom-wrap:after {
		display: none;
	}

	.slick-slide .bottom-wrap .inner-left,
	.slick-slide .bottom-wrap .inner-right {
		display: block;
		width:   100%;
		padding: 0 85px;
	}

	.slick-slide .bottom-wrap .inner-right {
		padding-top: 27px;
	}

	.slick.bottom .slick-arrow i {
		bottom: 132px;
	}

	#instafeed.small-photos img {
		width: 25%;
	}

	#instafeed.small-photos a:nth-of-type(9),
	#instafeed.small-photos a:nth-of-type(10) {
		display: none;
	}

	.slick.preloading.max_height,
	#home-slider .slick.max_height,
	#home-slider .slick.max_height .slick-slide {
		height: 500px;
	}

	.comments-list ol.children {
		margin-left: 0px;
		margin-top:  30px;
	}

	#instafeed.big-photos img {
		width:  25%;
		height: auto;
	}

	#instafeed.big-photos a:nth-of-type(4),
	#instafeed.big-photos a:nth-of-type(5) {
		display: none;
	}

	#instafeed.small-photos img {
		width: 20%;
	}

	#instafeed.small-photos a:nth-of-type(11),
	#instafeed.small-photos a:nth-of-type(12),
	#instafeed.small-photos a:nth-of-type(13),
	#instafeed.small-photos a:nth-of-type(14) {
		display: none;
	}
}

@media (max-width: 600px) {
	body > .mobile {
		margin-top: 55px;
		z-index:    1000 !important;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar #header .white,
	.admin-bar.sticky-menu #header .white,
	.admin-bar #header #nav {
		margin-top: 0;
	}

	.sticky-menu:not(.sticky) #header .white {
		position: absolute;
	}

	.sticky-menu #header {
		position: static;
	}

	.slick-slide.slick-active .wrap {
		-webkit-transform: translate(50%, 50%) scale(0.7);
		-moz-transform:    translate(50%, 50%) scale(0.7);
		-ms-transform:     translate(50%, 50%) scale(0.7);
		-o-transform:      translate(50%, 50%) scale(0.7);
		transform:         translate(50%, 50%) scale(0.7);
		opacity:           1;
	}

	#home-slider .slick-slide,
	#home-slider .slick {
		height:   300px;
		overflow: hidden;
	}

	.slick-arrow i {
		font-size: 18px;
	}

	#instafeed.small-photos img {
		width: 25%;
	}

	#instafeed.small-photos a:nth-of-type(9),
	#instafeed.small-photos a:nth-of-type(10) {
		display: none;
	}

	.post-entry .two-col .left,
	.post-entry .two-col .right {
		float:   none;
		width:   100%;
		padding: 0;
	}
}

@media (max-width: 375px) {

	#ajax-search-result h4 {
		font: 700 16px/19px 'Lato', sans-serif;
	}

	.post-comments ol.children {
		margin-left: 0;
	}

	.post-comments .author-img {
		position: relative;
	}

	.post-comments .comment-meta,
	.post-comments .comment-content {
		padding-left: 0;
	}

	.custom-latest-posts-widget .post-img {
		float: none;
	}

	.post-author .author-img,
	.custom-latest-posts-widget .post-img {
		float:      none;
		width:      100%;
		text-align: center;
	}

	.post-author .author-img img,
	.custom-latest-posts-widget .post-img img {
		width: auto;
	}

	.post-author .author-content {
		margin-left: 0;
		text-align:  center;
	}

	.custom-latest-posts-widget .post-content {
		margin-left: 0;
		text-align:  center;
	}

	.post-entry blockquote {
		margin-left: 30px;
		padding:     10px 15px;
		font-weight: 500;
		font-size:   18px;
		line-height: 25px;
	}

	.post-open .post-header h1,
	.main-header h1 {
		font-size:   22px;
		line-height: 27px;
	}

	.custom-about-me-widget .about-widget .avatar {
		float: none;
	}

	.custom-about-me-widget p {
		padding-left: 0;
		padding-top:  15px;
	}

	.slick-slide .bottom-wrap .inner-right,
	.slick-slide .bottom-wrap .inner-left {
		padding: 0 30px;

	}

	.slick-arrow i:after {
		display: none;
	}

	.slick-arrow {
		width: 30px;
	}

	#instafeed.big-photos img {
		width:  33.33333%;
		height: auto;
	}

	#instafeed.big-photos a:nth-of-type(3),
	#instafeed.big-photos a:nth-of-type(4),
	#instafeed.big-photos a:nth-of-type(5) {
		display: none;
	}

	#instafeed.small-photos img {
		width: 33.33333%;
	}

	#instafeed.small-photos a:nth-of-type(7),
	#instafeed.small-photos a:nth-of-type(8) {
		display: none;
	}
}
