/*
Theme Name: Premade 002 by CGD
Author: https://cherrygemdesign.eu/
Version: 1.0
*/


::selection {
    background: #f6c7a5!important;
    color: #fff!important;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #f6c7a5!important;
    color: #fff!important; 
    /* Gecko Browsers */
}

/*---------Main---------*/


body {
    margin: 0;
    background: #fff;
    color: #797979; 
    line-height: 180%; 
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    word-wrap: break-word;
	text-align: justify;
}

b,
bold,
strong {
    color: #222;
}

i,
italic,
e,
em {
	font-family: "Lora", Serif;
	color: #b62b4b;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 12px;
}

u, 
underline {
color: #222;
    text-decoration: none;
    border-bottom: 2px solid #e39096;
    padding-bottom: 2px;
    line-height: 28px;
}

u b i {
    color: #222;
}

/*---------Container/Wrapper---------*/

#header {
    background: url('images/header.png') repeat center;
    height: 430px;
	width: 1550px;
}

#header2 {
	margin: auto;	
	width: 1055px;
}

#container {
	max-width: 1500px;
    margin: 0 auto;
}

#wrapper {
    max-width: 1100px;
    margin: 0 auto;
}


/*---------Welcome Box---------*/

.welcome {
	width: 1138px;
	opacity: 0.9;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	border: 1px solid #ededeb; }

.welcome-title {
	display: inline;
	background: #fff;
	position: relative;
	top: -30px;
	left: 450px;
	font-size: 33px;
	font-family: 'Long Cang', cursive;
}

.welc-title {
	font-size: 12px;
	color: #444;
	letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
	padding: 0 0 10px 0;
	font-family: 'Playfair Display', serif;
}

.welc { 
	background: #ffffff;
	width: 360px;
	height: 190px;
	border-right: 1px solid #ededeb;
}

.welc .border {
    border-top: 2px solid #c8d36f;
    width: 180px;
}

.welc a {
	background-image: linear-gradient(30deg, #f2c09b,#e39096);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 9px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 5px;
	font-family: inconsolata;
	letter-spacing: 2px;
}

.welc a:hover {
	background-image: linear-gradient(30deg, #e39096,#f2c09b);
}


.welc ul,li {
	list-style: none;
}

.welc u,underline {
	color: #222;
	text-decoration: none;
	border-bottom: none;
	line-height: normal;
}

.welc-message { 
	background: #ffffff;
	width: 330px;
	height: 190px;
	border-right: 1px solid #ededeb;
	font-size: 12px;
	line-height: 21px;
	font-family: inconsolata;
}

.welc-message a {
	padding: 3px 5px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.welc-message a:hover {
	box-shadow: inset 0 -3px 0 #efd4ba;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.welc-message e { 
	color: #b6163e;
	font-size: 12px !important;
}

.welc-message u,underline {
	color: #ee858d;
	line-height: normal;
	font-weight: 600;
}

.spotlighton { 
	background: #ffffff;
	width: 330px;
	height: 190px;
}

.spotlighton a {
	border: 3px solid #fff;
	background: #efd4ba;
	color: #444444;
	font-size: 10px;
	letter-spacing: 3px;
	padding: 5px 30px;
	text-transform: uppercase;
	outline: 1px solid #444444;
	text-decoration: none;
	line-height: 40px;
}

.spotlighton a:hover {
	background: #fbe5ce;
}

/*---------Sitebar---------*/

.sitebar {
    max-width: 1050px;
    margin: 0 auto;
}

.title {
    font-size: 45px;
	font-family: 'Long Cang', cursive;
    text-align: left;
	display: inline-block;
    float: left;
	padding: 15px!important;
    background: -webkit-linear-gradient(30deg,#f2c09b,#e39096);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navigation {
	margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
    color: #333;
    text-align: right;
    font-weight: none;
    text-transform: uppercase;
    padding: 19px 0 17px 0;
    overflow: hidden;
}

.navigation a {
    -webkit-transition: all 0.3s ease-in-out;    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
	padding: 8px 14px;
	margin: 5px;
	letter-spacing: 0.2em;
    font-size: 11px;
    letter-spacing: 1px;
    color: #0a0a0a;

}

.navigation a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	-webkit-box-shadow: #ee858d 0 -4px inset;
	box-shadow: #ee858d 0 -4px inset;
}

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

.navigation li {
	display: inline-block;
	margin: 0 1px 0 0;
}

.show-menu {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #333;
	text-align: left;
	display: none;
	font-size: 14px;
	padding: 10px 0 10px 15px;
}


.position {padding: 0px 0px 0 0px; width: 100%; height: auto; }

/*---------Content---------*/

#content {
    float: right;
    width: 680px;
    margin: 44px 0 0 0;
	background-image: url(images/contentsideseparator.png);
	background-repeat: repeat-y;
	padding-left: 30px;
}

#content .post {
    margin: 0 0 20px 0;
}

#content a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content a:hover {
    color: #f6c7a5;
    text-decoration: none;
}

#content img,
#content img a {
	margin: 0;
    padding: 5px;
	margin-bottom: 12px;
    border: 0;
	box-shadow: inset 1px 1px 0 #eeeeee, inset -1px -1px 0 #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content img:hover,
#content img a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contenttitle {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 33px;
    font-family: 'Long Cang', cursive;
    letter-spacing: 2px;
	line-height: 35px;
	text-align: center;
}

#content .contenttitle a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 33px;
    font-family: 'Long Cang', cursive;
    letter-spacing: 2px;
	line-height: 35px;
}

#content .contenttitle a:hover {
    color: #f6c7a5;
    text-decoration: none;
}

#content .contentextra {
    font-style: italic;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Lora', serif;
}

#content .contentextra a {
    color: #8f8f8f!important;
    font-family: inherit;
    text-decoration: none;
    font-size: inherit;
}

#content .contentextra a:hover {
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
	box-shadow: inset 0 -5px 0 #f6c7a5;
}


#content .contentextra::after {
    border-bottom: 1px solid #eeeeee;
    content: "";
    display: block;
    margin: 5px auto 15px;
    width: 30%;
       }

.contenttext {
    font-family: 'Roboto', sans-serif;
	text-align: justify;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    line-height: 22px;
    padding: 2px 5px 0 5px;
}

.header-border {
	height: 57px;
	background-image: url("images/sparkles.png");
	background-repeat:no-repeat;
	background-position: top center;
	}

.content-border {
	height: 57px;
	background-image: url("images/sparkles.png");
	background-repeat:no-repeat;
	background-position: top center;
	margin-bottom: 30px;
	}

#content .featured img {
    border: none!important;
    box-shadow: none!important;
    background: none!important;
    padding: 0!important;
    width: 100%;
}

.more-link {
    background: #f7f7f7;
    padding: 8px;
    margin: 20px 0 0 0;
    display: table;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
}

.more-link:hover {
    background: #f6c7a5;
    color: #fff!important;
    border: 1px solid #f6c7a5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out!important;
}

/*---------Sidebar---------*/

#sidebar {
    float: left;
    width: 360px;
    margin: 44px 0 0 0;
}

#sidebar .side {
    margin: 0 0 50px 0;
}

.sidebartitle {
	font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'Playfair Display', serif;
    color: #444;
    letter-spacing: 4px;
	text-align: center;
	background-image: url("images/side-title.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 25px;
	margin-top: -25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sidebartext {
   font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    padding: 10px;
    line-height: 22px;
}

.sidebartext p {
    margin: 5px 0;
}

.sidebartext li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 5px 2px;
}

#sidebar a {
    color: #4f5051;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-family: 'Long Cang', cursive;
	font-size: 20px;
	line-height: 30px;
}

#sidebar a:hover {
    color: #e49396;
    text-decoration: none;
}

#sidebar img,
#sidebar img a {
    padding: 4px;
    border: 0;
    box-shadow: inset 1px 1px 0 #eeeeee, inset -1px -1px 0 #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sidebar img:hover,
#sidebar img a:hover { 
    opacity: 0.8;
	box-shadow: inset 1px 1px 0 #f6c7a5,
	inset -1px -1px 0 #e48e77;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sidebar blockquote {
    margin: 5px 0 0 0;
}

ul#affiliates{
	list-style: none;
	overflow: hidden;
    text-align: center;}

#affiliates li {
    display: inline-block;
    text-align: center;
    font-size: 7px;
    font-weight: 400;
	letter-spacing: 0.2em;
    margin: 5px;
	padding-top: 8px;
    height: 40px;
    width: 65px;
	position: relative;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-position: 36% 88%;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
}

#affiliates li a {
	color: #444444;
	font-size: 13px;
	font-family: 'Long Cang', cursive;
	line-height: 8px;
}

#affiliates li a:hover {
	font-weight: 800;
	color: #444444;
}

#affiliates li span {
	text-transform: uppercase;
    font-size: 8px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}


#sidebar {
width: 345px;
height: auto;
float: left;
padding-bottom: 10px;
line-height: 1.85;
text-align:justify;
font-size: 12px;
color: #818181;
margin-bottom: 10px;
} 

#sidebar .stats {
    border-bottom: 1px dashed #eee;
    float: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
}

#sidebar b {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	background: -webkit-linear-gradient(30deg,#f2c09b,#e39096);
	color: #fff;
	line-height: 30px;
}

#network2 {
	width: 330px;
}
#network2 a {
	color: #ffffff;
}
#network2 a:hover {
	color: #8c6d90;
}
#network2 .net {
margin-top: 2px;
    margin-bottom: 2px;
    font-family: arimo, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ddb9b3;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.date {
    border-bottom: 1px dashed #eee;
    float:left;
    padding: 3px;
    font-size: 8px; 
    margin-right:10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
    color: #767676;
    background: #F8F8F7;
    font-family: 'Roboto Condensed', sans-serif;
    
}

.e {
    border-bottom: 1px dashed #eee;
    padding: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px; 
    color: #000;
    text-align: justify;
    text-transform: uppercase;
	background: -webkit-linear-gradient(30deg,#ffffff,#f0f0f1);

}

/*---------H classes---------*/

h1  {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #555;
}

h2 {
    margin: 1em 0 0.5em 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #e48e77;
    font-size: 30px;
	font-family: 'Long Cang', cursive;
    text-shadow: 1px 2px 0 #eeeeee;
}

h3 {
	border-bottom: 1px dotted #c4c4c4;
	font-size: 13px;
	color: #444;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	padding-bottom: 3px;
}



h4 {
	font-family: 'Roboto', sans-serif;
	margin: 1em 0 0.5em 0;
    color: #343434;
    font-size: 15px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inconsolata', monospace;
    font-weight: 500;
    text-shadow: 1px 1px 0 #e0dede;
}

h5 {
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #555;
}

/*---------Projects---------*/

#work strong {
    font-size: 10px;
    color: #e48e77;
    font-family: lato;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#work i { 
	letter-spacing: 1px; 
	color: #222; }

#work u { 
	padding-bottom: 1px;
    font-size: 13px;
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
	background: -webkit-linear-gradient(30deg,#f2c09b,#e39096);
}

#work a i { color: #333; }
#work a { color: #000;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 9px;
    font-family: lato;
    text-transform: uppercase; 
	background: URL("images/head3.png") center no-repeat;
}


/*---------Footer---------*/

#footer {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center!important;
    font-size: 11px;
    line-height: 13px;
    color: #8f8f8f;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

#footer a {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #f6c7a5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer a:hover {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #8f8f8f;
}


.disclaimer {
	font-size: 12px;
    color: #333;
    padding: 10px;
    line-height: 25px;
    border-top: 1px solid #e6e6e6;
    text-transform: none;
    font-family: 'Inconsolata', monospace;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}

/*---------WP-Pagenavi---------*/

.wp-pagenavi {
	color: #555;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin: 25px 0;
    text-transform: uppercase;
    font-family: 'Inconsolata', monospace;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	margin: 2px;
    color: inherit;
    padding: 10px;
    border: #e7e7e7 1px solid;
    color: #555!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out!important;
}

.wp-pagenavi a:hover {
    background-color: #333;
    color: #fff!important;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: inherit;
}

/*---------Comments---------*/

li.comment {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #686767;
    font-family:'Open Sans', sans-serif;
    list-style: none;
    position: relative;
    margin: 0 0 1.625em;
}

ol.commentlist {
   padding: 10px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
}

li.comment2 {
    background: #f6f6f6;
	padding: 1.625em;
	position: relative;
	list-style: none;
}

.commentlist .children {
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #ededed;
}

.comment-top {
    text-align: right;
    color: #212121;
    font-family:'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border-top: 2px solid #e6e6e6;
}

#respond {
    padding: 5px 0 0 10px;
    font-size: 14px;
    color: #686767!important;
    font-family:'Open Sans', sans-serif;
    list-style: none;
}

.comment-reply-title {
    color: #686767;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 2px solid #e6e6e6;
    padding: 2px 5px;
}

.comment-body {
	border-bottom: 1px solid #e6e6e6;
}
.comment-form label {
	line-height: 1;
	display: block;
	padding: 0 0 5px 0;
}

.nocomments {
    padding: 0 0 0 20px;
}

.reply {
    font-size: 14px;
    color: #686767;
    font-family:'Open Sans', sans-serif;
}

.cancel-comment-reply a {
    font-family:'Open Sans', serif;
    font-size: 14px;
}

/*---------Miscellaneous---------*/

blockquote {
    padding: 12px 35px;
    margin: 5px 0 10px 0;
	font-family: 'Inconsolata', monospace;
    border-bottom: 1px solid #ededeb;
    color: #888888;
    background-image: url(images/welcome2.png);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}


blockquote a {
    color: #8f8f8f!important;
    font-weight: 600;
	font-family: 'Long Cang', cursive;
	font-size: 20px;
}

blockquote strong {
    color: #8f8f8f!important;
    font-weight: 600;
	font-family: 'Long Cang', cursive;
	font-size: 20px;
}

blockquote a:hover {
    color: #333!important;
}

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

#404error {
    float: right;
    width: 650px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

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

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

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

.mejs-container *, .mejs-container .mejs-controls div {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

.wp-video {
    font-family:'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="text"],
input[type="select"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
select,
textarea,
option {
    background-color: #fff;
    color: #2c2c2c;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
    padding: 8px;
    border: solid 1px #bababa;
}

input[type="submit"] {
    background-color: #f6c7a5;
	padding: 9px 22px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
    font-family: 'Open Sans';
    font-size: 14px!important;
}

button,
input[type="button"] {
    background-color: #f6c7a5;
	padding: 10px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
}

#tooltip {
    position: absolute; 
	z-index: 9999; 
	margin: 0 0 0 -10px;
	padding: 3px 6px;
	display: none;
	border: 0; 
	background: rgba(199,176,199, 0.7); 
	font-size: 12px; 
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}

.galllink {
	    padding: 15px 20px;
    font-size: 13px;
    line-height: 15px;
       border: 1px solid #eeeeee;
}

.galllink a {
    line-height: 1.5;
    color: #444444!important;
    font-family: 'Inconsolata', monospace;
    background: -webkit-linear-gradient(30deg,#f2c09b,#e39096);
}

.galllink strong, .gallpost b {
	font-size: 19px;
    text-transform: uppercase;
    text-shadow: 1px 1px #eee;
    font-family: 'Long Cang', cursive;
    letter-spacing: 1px;
    line-height: 21px;

}


.wp-caption {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 100%;
}

.wp-caption img {
    box-shadow: none!important;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.wp-caption-text {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    font-style: italic;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

ul {
    padding: 0 0 0 15px;
}

ul ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.post-edit-link {
    padding: 5px 0;
}

a.post-edit-link{
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    outline: none;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
    font-size: 12px!important;
    text-transform: uppercase;
    color: #555!important;
    font-weight: 600;
	font-family: 'Inconsolata', monospace;

}

a.post-edit-link:hover{
    background-color: #ddd;
}

mark {
    background: #f6c7a5;
    padding: 0 2px;
}

/*---------Responsive---------*/


.show-menu,
.main-navigation input[type=checkbox] {
	display: none;
}

.main-navigation input[type=checkbox]:checked~.rpv-menu {
	display: block;
}

@media (max-width: 954px) {
	.site-content {
		padding: 0 3%;
	}
	.top-bar {
		position: relative;
		margin: 0 0 52px 0;
		padding: 0;
	}
	.site-navigation {
		display: block;
		float: none;
		height: auto;
	}
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 1px solid #e1e1e1;
	}
	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}
	.main-navigation,
	.main-navigation a {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li,
	.main-navigation li a {
		width: 100%;
	}
	.main-navigation li {
		margin: 0;
		padding: 10px 3%;
		border-bottom: 1px solid #f5f5f5;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #dcbb00;
		background: none;
		box-shadow: none;
	}
	.site-navigation .social-navigation {
		position: absolute;
		top: 10px;
		right: 3%;
	}
	.site-title {
		font-size: 26px;
		line-height: 1;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display: table;
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.site-header {
		display: none;
	}
	.header2 {
		display: none;
	}
	.welcome {
		display: none;
	}
	.content-area,
	.widget-area {
		float: none;
		width: auto;
	}
	.grid-item {
		width: 49.55%;
	}
	.site-footer {
		padding-right: 3%;
		padding-left: 3%;
	}
}

@media (max-width: 739px) {
	body,
	.entry-cats,
	.entry-meta,
	.entry-share,
	.instagram-footer .instagram-title {
		line-height: 23px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	hr,
	ul,
	ol,
	table,
	form,
	.entry-content,
	.comment-list,
	.comment,
	.comment-content,
	.comment-meta,
	.comment-list .children,
	.comment-navigation,
	.entry-summary,
	.not-found .page-content {
		margin: 23px 0;
	}
	blockquote {
		padding: 0 0 0 40px;
		border: 0;
	}
	blockquote:before {
		margin-top: 0;
	}
	blockquote:after {
		display: none;
	}
	ul,
	ol {
		padding: 0 0 0 30px;
	}
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin: 0;
		padding: 0 0 0 30px;
	}
	dd {
		margin: 0 0 23px 30px;
	}
	.top-bar,
	.post,
	.post-navigation,
	article.page,
	.not-found {
		margin: 0 0 46px 0;
	}
	.site-title {
		font-size: 30px;
		line-height: 1;
		position: static;
		display: block;
		float: none;
		padding: 26px 10px;
		text-align: center;
		border-bottom: 1px solid #f5f5f5;
	}
	.entry-header,
	.tags-links,
	.post-thumbnail,
	.not-found .page-header {
		margin: 0 0 23px 0;
	}
	.entry-title,
	.not-found .page-title {
		font-size: 33px;
	}
	.more-link {
		margin: 23px auto;
	}
	.entry-footer,
	.comment-list .reply {
		margin: 23px 0 0 0;
	}
	.related-posts,
	.instagram-footer {
		margin: 46px 0 0 0;
	}
	.related-header,
	.comments-header,
	.comment-respond,
	.comment-reply-title {
		margin: 46px 0 23px 0;
	}
	.entry-meta,
	.entry-share {
		display: inline;
		float: none;
	}
	article.page .entry-share {
		float: right;
	}
	.entry-share:before {
		font-family: 'Fira Sans', sans-serif;
		display: inline-block;
		margin: 0 6px;
		content: '•';
	}
	article.page .entry-share:before {
		margin: 0;
		content: '';
	}
	.related-box {
		padding: 0 0 23px 0;
	}
	.post-navigation {
		font-size: 15px;
	}
	.post-navigation .meta-nav {
		font-size: 12px;
		position: static !important;
		clip: auto;
		width: auto;
		height: auto;
	}
	.post-navigation .meta-nav:after {
		margin: 0 5px 0 0;
		content: ':';
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding: 10px 0;
	}
	.post-navigation .nav-previous {
		border-right: 0;
	}
	.post-navigation .nav-next {
		border-top: 1px solid #f5f5f5;
	}
	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:after {
		margin: 0;
		content: '';
	}
	.post-navigation a {
		letter-spacing: 0;
		text-transform: none;
	}
	.grid-layout.archive .page-header {
		margin: 10px 2% 46px 2%;
	}
	.grid-layout .posts-pagination {
		margin: 0 2% 47px 2%;
	}
	.list-item .post-thumbnail {
		max-width: 33.85%;
	}
	.list-layout .posts-pagination {
		margin: 46px 0 47px 0;
	}
	.comments-area {
		margin: 46px 0;
	}
	.comment-list .children {
		padding: 0 0 0 3%;
	}
	.comment-form input[type='text'],
	.comment-form input[type='email'],
	.comment-form input[type='url'],
	.comment-form textarea,
	.not-found input[type='search'] {
		width: 100%;
	}
	.page-header {
		margin: 10px 0 46px 0;
	}
	.instagram-footer .instagram-pics li:nth-child(4),
	.instagram-footer .instagram-pics li:nth-child(5),
	.instagram-footer .instagram-pics li:nth-child(6),
	.instagram-footer .instagram-pics li:nth-child(7),
	.instagram-footer .instagram-pics li:nth-child(8) {
		display: none;
	}
	.instagram-footer .instagram-pics li {
		width: 33.33%;
	}
	.wpcf7 input,
	.wpcf7 textarea,
	.wpcf7 textarea {
		width: 100%;
	}
	.nav-next,
	.nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}
	
	#welcome {
    border: 1px solid #eeeeee;
    margin-top: 15px;
    color: #424242;
    font-size: 13px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    font-family: 'Inconsolata', monospace;
    background-image: none;
}

#content {
	float: right;
	width: 720px;
	margin: 20px 0 0 0;
	background-image: none;
	background-repeat: repeat-y;
	padding-left: 30px;
}

}

@media (max-width: 499px) {
	.entry-title,
	.not-found .page-title {
		font-size: 23px;
	}
	.grid-item {
		width: 100%;
	}
	.list-item .post-thumbnail {
		float: none;
		margin: 0 0 11px 0;
		padding: 0;
	}
	.list-item .post-thumbnail,
	.list-item .post-thumbnail img {
		max-width: 100%;
	}
	.list-content {
		margin: 0;
	}
	.list-item .entry-header {
		margin: 0 0 11px 0;
		text-align: center;
	}
}