/*
Theme Name: pagli
Theme URI: http://paglithemes.com/themes/pagli/
Author: bnayawpguy
Author URI: http://paglithemes.com/
Description: Description
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pagli
Tags: two-columns, right-sidebar, grid-layout, custom-header, custom-logo, editor-style, featured-images, threaded-comments, translation-ready, blog, portfolio, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pagli is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Raleway;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #565656;
	font-family: Raleway;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
}

p {
    margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	/*font-size: 0.75rem;*/
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f37777;
}

a:visited {
	color: #f37777;
}

a:hover,
a:focus,
a:active {
	color: #f37777;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.blog .site-content {
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    width: 100%;
    padding: 5px 10px;
}

.widget ul {
    padding: 0px;
}
`
.widget .menu ul {
    padding: 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**
 *
 * Header Styles
 *
 */
.pagli-container {
    width: 1200px;
    margin: auto;
}

.site-header, .inner-site-header{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.site-header {
    height: 100vh;
}

.inner-site-header {
    height: 300px;
    margin-bottom: 40px;
    background-attachment: fixed;
}

.header-overlay {
    position: absolute;
    width: 100%;
    height: inherit;
    background: rgba(68, 68, 68, 0.17);
}

.inner-site-header .page-title {
    line-height: 300px;
    text-align: center;
    margin: 0;
    color: #f99393;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-text {
    text-align: center;
    margin-top: 155px;
}

.banner-title {
    font-size: 60px;
    color: #6b6b6b;
    font-weight: 500;
    margin-bottom: 0;
}

.banner-subtitle {
    color: #6b6b6b;
    font-weight: 400;
}

.banner-title span {
    color: #f37777;
}

.btn-wrapper {
    margin-top: 70px;
}

a.btn {
    border: 2px solid #f37777;
    margin: 10px;
    text-decoration: none;
    padding: 12px;
    min-width: 150px;
    display: inline-block;
    border-radius: 25px;
    color: #f37777;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.primary-btn.btn {
    background: #f37777;
    color: #fff;
}

a.primary-btn:hover{
	background: none;
	color: #f37777;
}

a.secondary-btn:hover{
	background: #f37777;
	color: #fff;
}

/**
 * 
 * Logo + Navigation
 *
 */

/** Logo **/
.site-branding {
    width: 20%;
    float: left;
    margin-top: 12px;
}

.site-title{
	margin: 0px;
}

.site-description {
    font-size: 15px;
    margin:  0px;
}

.nav-logo-wrapper {
    margin: 0;
    padding: 0px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 0px 0 rgba(0,0,0,0.12)!important;
}

.home .nav-logo-wrapper{
	margin-bottom:  25px;
}

.nav-logo-wrapper.home {
	margin-top: -75px;
}

.nav-logo-wrapper.fixed {
    z-index: 50;
    width: 100%;
    height: auto;
    top: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.81);
    position: fixed;
    transition-delay: 0s,0s,.3s;
    transform: translateY(0%);
}

/** Menus **/
.main-navigation {
    display: block;
    float: right;
    width: 75%;
    line-height: 75px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 0 14px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #6b6b6b;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.main-navigation a:hover {
    color: #f37777;
}

.main-navigation ul ul {
    position: absolute;
    z-index: 99999;
    /* top: 36px; */
    left: auto;
    visibility: hidden;
    transition: all .3s ease;
    transform: translateY(20px);
    text-align: left;
    opacity: 0;
    background: #f9f9f9;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    visibility: visible;
    transition-delay: 0s,0s,.3s;
    transform: translateY(0%);
    opacity: 1;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/** Mobile Navigation **/
.mobile-navigation{
	display: none;
}

/* Icon 3 */
#nav-icon3 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  float: right;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f37777;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/** Content Areas **/
#primary {
    width: 70%;
    float: left;
}

/** Sidebars **/
#secondary {
    width: 27%;
    float: right;
}

/** Blog Page Design **/
.grid-blog {
    width: 49%;
}

.grid-blog:nth-child(odd) {
	float: left;
}

.grid-blog:nth-child(even) {
	float: right;
}

.blog-post-thumbnail img{
	width: 100%;
}

.blog-post-thumbnail figure {
	width: 100%;
	height: 274px;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.grid-blog .blog-post-thumbnail {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}

.grid-blog figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grid-blog figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.grid-blog:nth-child(even) {
    float: right;
}

.grid-blog:nth-child(even) {
    float: right;
}

.entry-header {
    text-align: center;
}

.entry-header a{
	text-decoration: none;
}

.entry-header .blog-categories {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.02em;
    margin-top: 14px;
}

.entry-header .blog-categories a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #f37777;
}

.entry-header .entry-title a {
    color: #525252;
}

.entry-header .entry-title a:hover {
    color: #f37777;
}

.entry-header .entry-title {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.entry-header .entry-title a:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 20px;
    right: 20px;
    transition: transform .3s;
    background: #f37777;
    transform: scaleX(0);
}

.entry-header .entry-title a:hover:after {
    transform: scaleX(1);
}

.entry-meta {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
}

.entry-meta a {
	color: inherit;
}

.entry-meta i {
    margin-right: 10px;
}

.entry-content .read-more {
    display: block;
    text-decoration: none;
    max-width: 26%;
    margin: auto;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.entry-content .read-more:after {
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #a9a9a9;
    display: inline-block;
    content: '';
    left: 75px;
    right: 75px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry-content .read-more:hover:after {
    background: #f37777;
}

.entry-content .read-more:hover{
	color: #f37777;
}

.fullwidth-blog {
    margin-bottom: 50px;
}

.single-post .entry-footer .comment-count,
.fullwidth-blog .entry-footer .comment-count,
.single-post .entry-footer .social-share,
.fullwidth-blog .entry-footer .social-share,
.single-post .entry-footer .by-author,
.fullwidth-blog .entry-footer .by-author {
    width: 50%;
    float: left;
    padding: 14px 0px;
    border: 1px solid #c5c5c5;
    margin-top: 35px;
    text-align: center;
}

.fullwidth-blog .entry-footer div:nth-child(1),
.single-post .entry-footer div:nth-child(1){
    border-left: 0;
}

.fullwidth-blog .entry-footer div:nth-child(2),
.single-post .entry-footer div:nth-child(2) {
    border-right: 0;
}

/** Blog Pagination **/
.pagination {
    text-align: center;
    margin-bottom: 50px;
}

.nav-links a, .nav-links span {
    padding: 5px 10px;
    min-width: 42px;
    border: 2px solid #f37777;
    display: inline-block;
}

.nav-links a{
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #f37777;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-links a:hover {
    background: none;
    color: #f37777;
}

/** Footer Styles **/
.bottom-footer {
    text-align: center;
    background: #333333;
    padding: 50px 0;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icons a {
    display: inline-block;
    border: 1px solid #545454;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
    background: #f37777;
}

/** Blog Post Page **/
.comment-respond input[type=submit] {
    background: #f37777;
    color: #fff;
    padding: 12px;
    border: 1px solid #f37777;
    border-radius: 0px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-respond input[type=submit]:hover {
    background: none;
    color: #f37777;
}

/** Widgets Styles **/

.widget_search .search-form * {
    height: 35px;
}

.widget_search input.search-field, .woocommerce-product-search input.search-field, .error-404 input.search-field {
    width: 75%;
    border-radius: 0;
    padding: 10px;
}

.woocommerce-product-search input.search-field{
	padding: 4px;
}

.widget_search .search-submit, .woocommerce-product-search input[type=submit], .error-404 .search-submit{
    width: 25%;
    margin: 0;
    float: right;
    line-height: 20px;
    border-radius: 0;
    background: #f37777;
    color: #fff;
}

.widget .widget-title {
    background: #f37777;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.widget .widget-title:after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f37777;
    clear: both;
}

.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul{
    list-style: none;
    padding-left: 20px;
    margin-left: 0;
}

.widget_categories ul li a, .widget_archive ul li a {
    width: 92%;
    display: inline-block;
    line-height: 40px;
}

aside .widget ul li {
    border-bottom: 1px dotted #c5c5c5;
    padding: 6px 0;
}

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

aside .widget a {
    text-decoration: none;
    color: #232323;
}

.tagcloud a.tag-cloud-link {
    background: none;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tagcloud a.tag-cloud-link:hover {
	background: #f37777;
	color: #fff;
}

/** Custom Row Col Styles **/
.pagli-row {
    margin-bottom: 20px;
    text-align: center;
}

.pagli-row input {
    line-height: 40px;
    padding-left: 18px;
    border-radius: 0;
}

.pagli-row textarea {
    padding-left: 18px;
    padding-top: 15px;
}

.pagli-row input[type=submit] {
	font-size: 15px;
    background: #f37777;
    color: #fff;
    width: 200px;
    border: 1px solid #f37777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagli-row input[type=submit]:hover {
	background: none;
	color: #f37777;
}

.pagli-row:nth-child(2) input {
    width: 100%;
}

.pagli-row .col {
    width: 49%;
}

.pagli-row .col input {
    width: 100%;
}

.pagli-row .col:nth-child(1) {
    float: left;
}

.pagli-row .col:nth-child(2) {
    float: right;
}

/**
 *
 * Portfolio Styles
 *
 **/

/** Portfolio List Page Styles **/

.full-width {
	margin-left: calc(-100vw / 2 + 1220px / 2);
	margin-right: calc(-100vw / 2 + 1220px / 2);
}

.pagli-portfolio-gride {
    background: #f7f7f7;
    padding-top: 50px;
}

.portfolio-filter {
    margin-bottom: 55px;
    display: block;
    padding-bottom: 20px;
    text-align: center;
}

.portfolio-filter span {
    margin: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #7d7d7d;
    padding: 15px;
    position: relative;
}

.portfolio-filter span:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    transition: transform .3s;
    background: #f37777;
    transform: scaleX(0);
}

.portfolio-filter > span:hover:after, .portfolio-filter > span.active:after {
    transform: scaleX(1);
}

.portfolio-filter > span:hover, .portfolio-filter > span.active{
    color: #f37777;
}

.portfolio-poste img {
    width: 100%;
}

.portfolio-gride{
	margin-bottom: 50px;
}

.portfolio-gride .portfolio-poste {
    display: inline-block;
    margin: 0;
    text-align: left;
    position: relative;
    width: 50%;
}

.portfolio-gride figure {
    margin: 0;
    position: relative;
}

.portfolio-gride figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.portfolio-gride figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2c3f52;
    color: #ed4e6e;
}

.portfolio-gride figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.portfolio-gride figcaption span:before {
    content: 'by ';
}

.portfolio-gride figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
}

.cs-style-6 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.cs-style-6 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.cs-style-6 figure:hover figcaption,
.cs-style-6 figure.cs-hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cs-style-6 figure a.readmore {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.cs-style-6 figure a.preview {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/** Portfolio Single Page Styles **/

.portfolio-post-nav {
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.portfolio-nav {
    width: 33.33%;
    float: left;
}

.portfolio-post-nav:nth-child(2) a, .portfolio-nav:nth-child(3) a {
	text-decoration: none;
    color: #5b5656;
}

.portfolio-post-nav:nth-child(2) a:hover,
.portfolio-nav:nth-child(3) a:hover {
	color: #f37777;
	text-decoration: none;
}

.portfolio-nav:nth-child(2) {
    text-align: center;
    font-size: 25px;
}

.portfolio-nav:nth-child(3) {
    text-align: right;
}

.portfolio-content {
    margin-bottom: 15px;
}

.portfolio-main-image {
    margin-bottom: 30px;
}

.portfolio-main-image img {
    width: 100%;
}

/** Siteorigin Styles **/
.pagli-titles .sow-sub-headline {
    font-weight: 400;
}

/** Scroll to top **/
#return-to-top {
    display: block;
    height: 50px;
    width: 50px;
    background: #f37777;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
}

a#return-to-top {
	color: #fff;
}

/** 404 Error **/
.error-404 .search-form {
    width: 350px;
    margin: auto;
}

.error-404 .search-submit{
	line-height: 32px;
}

.error-404 {
    text-align: center;
    margin-bottom: 100px;
}

.error-404 h1 {
    font-weight: 800;
    font-size: 65px;
    color: #f37777;
    margin-bottom: 10px;
}

/** WooCommerce Styles **/
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    background: #f37777;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul a{
	color:  #fff;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 8px 25px;
    border-bottom: 1px solid #ffe9e9;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #f37777;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #f37777;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background: none;
	color: #f37777;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 0px;
    padding: 5px;
}

/** Miscellaneous Styles **/
.shadow1 {
    position: relative;
    box-shadow: 0 1px 42px rgb(142, 142, 142), 0 0 28px rgba(0, 0, 0, 0.1) inset;
}
.shadow1:before, .shadow1:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.shadow1:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}