/*
    Theme Name: Custom Design
	 Theme URI: http://www.designerblogs.com
	  Description: Custom design on Genesis Framework.
    Author: Designer Blogs
    Author URI: Kate

    Version: 1.8
 
    Tags: gray, white, two-columns, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/* Defaults
------------------------------------------------------------ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #1f1f1f;
	font-family:  Century Gothic, Arial;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5625;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fff;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #444444;
	font-family:  Century Gothic, Arial;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #d97a36;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
  margin: 0;
	background-image: url(http://dbblogs.katarzynagaj.net/templates/6/wp-content/uploads/2016/04/2.png);
background-repeat: repeat-x;
}

::-moz-selection {
	background-color: #444;
	color: #fff;
}

::selection {
	background-color: #444;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 30px auto 0px;
	width: 1100px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	min-height: 100px;
	overflow: hidden;
	width: 100%; 
	margin: 0px auto;
	padding: 0px 0px 0px;
	text-align: center;
}

#header #title,
#header #title a,
#header #title-area{
	display: block;
	float: left;
	min-height: 110px;
	overflow: hidden;
	color: transparent !important;
	width: 504px;
}

#header #title-area p {color: transparent !important;}



/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav { margin: 30px 0px 0px; border-bottom: 0px solid #c7bab4; border-top: 0px solid #c7bab4; padding: 3px 0px;}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	font-size: 14px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	text-transform: uppercase;
letter-spacing: 2px;
	font-weight: bold;
}


.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: none;
	list-style-type: none;
	display: inline-block;
	padding: 8px 30px 8px;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	position: relative;
	text-decoration: none;
	color: #444;
letter-spacing: 1px;
	transition: all ease-in-out 0.2s;

}

.menu-primary li a:hover,
.menu-secondary li a:hover,
#header .menu li a:hover {
	color: #eb8078;
	transition: all ease-in-out 0.5s;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	display: none;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 30px auto 10px;
	margin-top: 0px; /* no tagline */
	overflow: hidden;
	padding: 0px;
	width: 100%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
	margin-top: 10px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin: 2em 0 0;
	padding: 0 20px 0 20px;
	border-right: 1px solid #eee;
  width: 760px;
}


.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	line-height: 1.25;
	margin: 0 0 10px;
	color: #1f1f1f;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;

}

h1 {
	font-size: 12px;
}

.taxonomy-description h1 {
	margin: 0;
}

.entry-title,
.entry-title a{
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1;
    padding-top: 0px;
    text-align: center;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	text-transform: uppercase;
	font-weight: 200;
}


.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	padding: 9px 5px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	  color: #444;
	border: 1px double #d2c8c3;
background-color: #fff;
 	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	text-transform: uppercase;

	font-size: 14px;
	
}

.widget-area h4 a {

	text-decoration: none;
}


h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 0px 0 15px;
	text-align: center;
	color: #eb8078;
	text-transform: uppercase;
	font-size: 12px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}




/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 11px;
	width: 300px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 0px;
	padding: 20px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}
/* Page
======================================== */
.page #cus_data {display: none;}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 0px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}




/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}



/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #fffff;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
	width: 100%;
	margin: 0 auto;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #aaa;
}


#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}




/* Custom Search
================================== */
.searchform input[type="submit"]{
  width:10%;
	height:33px;
	color: transparent;
	background: url(http://4.bp.blogspot.com/-o_zw1k56ufg/VTIFUAbDgoI/AAAAAAAAIv0/HJLMb6-EjXo/s1600/search.png) center no-repeat !important;
	border-left: 0;
	border-right: 0;
}
.searchform {padding:0; border: 1px solid #eee;}
.searchform input {
	background-color: #ffffff;
	border-right: 0;
	border-left:0;
	width: 90%;
	border: 0px solid #fff;
}

/* Meta Social
================================ */

.post-meta {
	color: #444;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 40px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #444;
}
.post-meta a:hover {
	text-decoration: none;
	color: #e1cbe3;
}


.home #sidebar {display: none;}
.home #content {width: 100%; border: 0px solid #fff;}


.twitterwidget {width: 400px; float: right; margin-right: 0px; height: 400px;} 
.twitterwidget h4 {background-color: #72d1bf; border: 1px solid #72d1bf; color: #fff;}
.subscribewidget {width: 500px; float: right; margin-bottom: 30px;}
#featured-post-2 {width: 500px;}
.home-bottom .featuredpost {
    clear: none;
    margin: 0 0px 15px;
    overflow: hidden;
}

.home-bottom h4 {background-color: #eb8078; border: 1px solid #eb8078; color: #fff;}

.aboutwidget img {margin-right: 20px; width: 220px; height: auto;}
.aboutwidget {line-height: 30px; margin-bottom: 40px; border-right: 1px solid #eee; width: 650px; box-sizing: border-box; padding-right: 20px;}
.aboutwidget h3 {margin: 20px 0px; text-align: left; font-weight: bold; letter-spacing: 0.5px; color: #eb8078;}
#simple-social-icons-3 {float: right; width: 500px;}

.featuredpost .post {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 15px 10px;
}
#header {position: relative;}
#right-header-panel {position: absolute; top: 0; right: 0;}
.home-middle .aboutwidget {font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 15px; letter-spacing: 0.5; line-height: 21px; float: left;}

.subscribewidget input {width: 100%; padding: 5px 10px; margin: 10px 0px 0px; text-align: center;}
.subscribewidget {text-align: center;}
#mc-embedded-subscribe {background-color: #72d1bf; border: 0px; color: #fff;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;}

strong, b {font-weight: bold;}
.full-width-content #content {border-right: 0px solid #eee;float: none;	width: 100%;}
.full-width-content .entry-content p{line-height: 26px;}
.full-width-content .video {width: 50%; float: left;}
.full-width-content h4 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
font-size: 18px;
letter-spacing: 1px;
margin: 45px 0px 20px;;
padding: 9px 5px;
text-transform: uppercase;
	font-weight: bold;
color: #eb8078;}
.video iframe {margin-top: 20px;}

@media only screen and (max-width: 1100px) {
	#wrap {width: 100%;}
	.aboutwidget {width: 55%;}
	.subscribewidget {width: 40%;}
	
	#content {
  border-right: 1px solid #eee;
  float: left;
  margin: 2em 0 0;
  padding: 0 20px;
  width: 63%;
}
	
	.full-width-content .video {float: none; width: 100%;}
	iframe {margin-bottom: 20px;}
}

@media only screen and (max-width: 900px) {
	.aboutwidget {width: 100%; border: 0px;}
		.twitterwidget {
    float: none;
    height: auto;
    margin-right: 0;
    width: 100%;
}
	.subscribewidget {float: none; width: 100%;}
	#featured-post-2 {float: none; width: 100%;}
		#content {
  border-right: 0px solid #eee;
  float: none;
  margin: 2em 0 0;
  padding: 0 20px;
  width: 100%;
}
	
	.sidebar {
  display: inline;
  float: none;
  font-size: 11px;
  margin: 0 0px 0 0;
  padding: 0;
  width: 100%;
}
	
}

@media only screen and (max-width: 550px) {
	#right-header-panel {position: relative; text-align: center; width: 150px; margin: 0px auto;}
}

@media only screen and (max-width: 450px) {
	.alignleft, .alignright, img.alignleft, img.alignright {float: none; text-align: center; margin: 10px auto; display: block;}
	.aboutwidget img {width: 100%;}
	
	#footer .creds {
  float: none;
  text-align: center;
  width: 100%;
}
}

.aboutjulie {font-size: 25px; color: #eb8078; line-height: 14px;}
.aboutpage {font-size: 17px; width: 900px; margin: 10px auto 50px;}
.aboutpage img {width: 184px; margin: 0px 7px 0px 0px !important;}

@media only screen and (max-width: 950px) {
	.aboutpage {font-size: 17px; width: 100%; margin: 10px auto 20px;}
}

.blogtitle {display: none;}
.page-template-page_blog .blogtitle {font-size: 30px; margin: 40px auto 20px; text-align: center; width: 320px; display: block; color: #eb8078;}
.presspage {text-align: center;}