/*
	Theme Name: Readyfolio Child Theme
	Theme URL: http://themedy.com/themes/readyfolio
	Description: A business/portfolio child theme with great features and extras.
	Author: Themedy
	Author URI: http://themedy.com
	Version: 2.1.1
	Template: genesis
*/

/* Table of Contents

* Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Primary Navigation
* Primary Navigation Extras
* Homepage Featured Area
* Homepage Content Area
* Layout
* Breadcrumb
* Taxonomy Description
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* Calendar Widget
* Themedy Widgets
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Portfolio Template
* Mobile Menu
* Responsive Design
* Clearfixes

*/


/* Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100,500,700);

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.author-box,
.breadcrumb,
.sticky,
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 0 0 #e8e8e8;
	-moz-box-shadow: 0 2px 0 0 #dfdfdf;
	box-shadow: 0 2px 0 0 #e8e8e8;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #fff;
}

::-moz-selection {
	background-color: #666;
	color: #fff;
}

::selection {
	background-color: #666;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	padding: 0;
}

.site-container .wrap,
.site-inner {
	width: 1152px;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

.site-header {
	background:  #89ab22; 
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	min-height: 100px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 5px 0;
	max-width: 500px;
}

.site-title {
	font-size: 36px;
	line-height: 70px;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}

.site-header .title-area .site-title a:hover {
	color: #eee;
	text-decoration: none;
}

.site-description,
.site-header .widget-area {
	display: none;
}

.title-area .logo a, .site-title.logo {
    line-height: 0;
}
.title-area .logo a img {
	display: inline-block;
}
#page_area {
 overflow: hidden;
 color: #fff;
 background: url(images/bg-header_sec.jpg) #8B29AA;
 text-shadow: 0 2px 0 rgba(0,0,0,.1);

}

#page_area .wrap {
	padding: 35px 0;
	overflow: hidden;
}

#page_area p,
#page_area h1,
#page_area h2,
#page_area h3,
#page_area h4,
#page_area h5,
#page_area h6,
#page_area ul,
#page_area ol {
	color: #fff;
}

#page_area .page_title {
	float: left;
	margin: 0 40px 0 0;
	font-size: 34px;
	line-height: 34px;
	font-weight: 500;
}

#page_area p {
	float: right;
	line-height: 34px;
	font-size: 22px;
	font-weight: 100;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
	float: right;
	max-width: 800px;
	padding-top: 55px;
	padding-bottom: 50px;
}

.menu-primary {
	clear: both;
	color: #333;
	font-size: 17px;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
	width: auto;
	float: right;
}

.menu-primary ul {
	width: auto;
}

.menu-primary li {
	float: left;
	list-style-type: none;
	position: relative;
 	
}

.menu-primary .sub-menu li {
	display: block;
	text-align: left;
}

.menu-primary a {
	color: #fff;
	display: block;
	padding: 7px 15px 8px;
	margin-left: 5px;
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
 background: #AAD377;
}

.menu-primary .submenu a {
 background: #8d4b94;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary > .current_page_item a,
.menu-primary > .current-cat a,
.menu-primary > .current-menu-item a,
.menu-primary li.dropdown:hover > a {
	color: #fff;
	background: #8d4b94;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.menu-primary li.dropdown:hover > a {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.menu-primary li li a,
.menu-primary li li a:hover,
.menu-primary .current_page_item li a,
.menu-primary .current-cat li a,
.menu-primary .current-menu-item li a {
	border: none;
	color: #ddd;
	font-size: 15px;
	margin: 0;
	padding: 10px 0;
	position: relative;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background: #8d4b94;
}

.menu-primary li:hover li a {
	margin: 0;
}

.menu-primary li li:first-child > a {
	background: none;
}

.menu-primary li li a:active,
.menu-primary li li a:hover {
	color: #fff;
  background: none;

}

.menu-primary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 5px;
	position: absolute;
	width: 170px;
	z-index: 9999;
	background: #8d4b94;
	padding: 5px 15px;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	border-bottom: 3px solid #000;
}

.menu-primary li ul a {
	width: 170px;
}

.menu-primary li ul ul {
	margin: -45px 0 0 145px;
}

.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 {
	left: auto;
}

.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	height: 16px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 18px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 8px;
	color: #ddd;
}

.menu li.right a {
	color: #fff;
	display: inline;
}

.menu li.right a:hover {
	border: none;
	color: #ddd;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.search .search-form input[type="search"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu li.search .search-form input[type="submit"] {
	border: none;
	background: #145382;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	line-height: 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Homepage Featured Area
------------------------------------------------------------ */

#featured-area {
background: url(images/headerafbeelding.jpg) no-repeat center top;
background-size: cover;
overflow: hidden;
padding: 70px 0;
color: #fff;
min-height: 300px;
}

#featured-area #featured-content {
float: left;
width: 576px;
padding-top: 0px;
text-shadow: 0 2px 0 rgba(0,0,0,.1);
}

#featured-area #featured-content .widget {
	margin: 0;
}

#featured-area a,
#featured-area p,
#featured-area h1,
#featured-area h2,
#featured-area h3,
#featured-area h4,
#featured-area h5,
#featured-area h6,
#featured-area ul,
#featured-area ol {
	color: #fff;
}

#featured-area #featured-content a {
	font-weight: 400;
}

#featured-area p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 100;
}

#featured-area h1 {
	font-size: 40px;
}

#featured-area h2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
}

#featured-area #featured-slider {
	background: url(images/bg-slider_bot.png) center bottom no-repeat;
	width: 530px;
	float: right;
	padding-bottom: 6px;
	position: relative;
	z-index: 1;
}

.flexslider .flex-caption,
#featured-area .flexslider .flex-direction-nav a {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.flexslider:hover .flex-caption,
#featured-area .flexslider:hover .flex-direction-nav a  {
	opacity: 1;
}

.flex-caption {
	position: absolute;
	top: 0;
	width:500px;
	height: 300px;
	text-align: center;
	background: url(images/bg-slider_hov.png);
	font-size: 24px;
	font-weight: 100;
	.display: none;
}

.flex-caption a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 30px 0;
}

.flex-caption-wrap {
	position: absolute;
  	left: 100px;
  	top: 0;
  	width: 300px;
  	height: 300px;
  	display: table;
}

.flex-caption-wrap .slider-content {
	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
	width: 300px;
}

#featured-slider  .slide {
	height: 300px;
	width: 500px;
}

#featured-slider .video {
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	position: relative;
	text-align: center;
	color: #333;
}

#featured-slider .video p,
#featured-slider .video h1,
#featured-slider .video h2,
#featured-slider .video h3,
#featured-slider .video h4,
#featured-slider .video h5,
#featured-slider .video h6 {
	color: inherit;
}


/* Homepage Content Area
------------------------------------------------------------ */

.home-widget-1 {
	float: left;
	width: 752px;
}

.home-widget-2 {
	float: right;
	width: 352px;
}

#portfolio-slider {
	position: relative;
	margin-bottom: 20px;
}

.portfolio-item {
	width: 252px;
	text-align: center;
	float: left;
	margin-right: 48px;
}

.last {
	float: right;
	margin-right: 0;
}

.portfolio-item .title {
	margin: 30px 0 10px 0;
	font-size: 22px;
	font-weight: 500;
}

.portfolio-item .title a,
.portfolio-item .terms a {
	color: #5e5e5e;
}

.portfolio-item .terms {
	font-size: 20px;
	font-weight: 100;
	line-height: 26px;
}

.home-section {
	margin: 70px 0 0 0;
	width: auto;
	overflow: hidden;
}

.content-sidebar-wrap .home-section:first-child,
.content-sidebar-wrap .intro-row {
	margin-top: 0;
}

.widgettitle,
.comments-title,
#reply-title {
	font-size: 26px;
	text-transform: uppercase;
	background: url(images/bg-line.png) repeat-x left bottom;
	padding-bottom:	30px;
	margin-bottom: 30px;
}

.slides .slide:first-child {
	display: block;
	position: relative;
}


/* Layout
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
}

.content-sidebar-wrap {
	float: left;
	width: 926px;
}

.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 {
	float: left;
	width: 528px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 752px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: auto;
}

.content-sidebar .site-inner,
.sidebar-content-sidebar .site-inner  {
 background: url(images/bg-sidebar.png) no-repeat top right;
 z-index: 50;
}

.sidebar-content .site-inner {
	background: url(images/bg-sidebar_s-c.png) no-repeat top left;
  z-index: 50;
}

.sidebar-sidebar-content .site-inner {
	background: url(images/bg-sidebar_s-c.png) no-repeat 222px 0;
  z-index: 50;
}

.content-sidebar-sidebar .site-inner {
	background: url(images/bg-sidebar.png) no-repeat 576px 0;
  z-index: 50;
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description, .archive-description {
	background: url(images/bg-line.png) repeat-x left bottom;
	padding-bottom:	30px;
	margin-bottom: 50px;
}

.taxonomy-description p, .archive-description p {
	font-size: 18px;
	color: #999;
}

.taxonomy-description h1, .archive-description h1 {
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}


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

.post, .search-results .entry {
	margin: 0 0 60px;
}

.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;
}

.content table {
	border:1px solid #e7e7e7;
	margin: 25px -1px 24px 0;
	text-align:left;width:100%;
}

.content tr th,
.content thead th{
	font-size:18px;
	font-weight:500;
	line-height:18px;
	padding:9px 24px;
}

.content tr td{
	border-top:1px solid #e7e7e7;
	padding:6px 24px;
}

.content tr.odd td{
	background:#f2f7fc;
}

.site-container iframe {
	max-width: 100%;
}


/* 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 {
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.sidebar .widgettitle {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	font-weight: 400;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

.footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

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 .entry-title {
	clear: both;
}

.entry-header .entry-meta {
	font-size: 16px;
	padding-bottom: 5px;
	margin: -5px 0 15px;
	text-transform: uppercase;
	color: #666;
}

.entry-header .entry-meta a {
	color: #aaa;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	color: #666;
	clear: both;
	font-size: 16px;
	padding: 5px 0 0;
	text-transform: uppercase;
}

.entry-footer .entry-meta a {
	color: #aaa;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 20px;
}

.author-box-title {
	font-size: 18px;
	text-transform: uppercase;
}

.author-box-content p {
	font-size: 16px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-comments-link,
.entry-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%;
}

.author-box .avatar {
	float: left;
	margin: 0 20px 10px 0;
}

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;
}

img.post-image {
	margin: 0 0 20px 0;
	float: none;
}

.wp-caption {
	padding: 10px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.pages {
	clear: both;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	font-size: 16px;
	padding: 6px 12px;
	background: #e9e9e9;
	border-bottom: 3px solid #d9d9d9;
	font-weight: 300;
	color: #777;
	text-shadow: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #347ab0;
	border-bottom: 3px solid #1d5f92;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 302px;
}

.sidebar-secondary {
	float: left;
	width: 176px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.widget {
	margin: 0 0 50px;
	overflow: hidden;
	position: relative;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd!important;
	list-style-type: none;
	margin: 0 0 7px!important;
	padding: 0 0 5px!important;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* 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;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

.comment-reply a,
input,
select,
textarea,
.button,
a.button,
.pagination a {
	background: #fff;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 0 0 #f5f5f5;
	-moz-box-shadow: 0 2px 0 0 #f5f5f5;
	box-shadow: 0 2px 0 0 #f2f2f2;
	color: #333;
	font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 8px;
	-webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #ccc;
}

input[type="submit"]::-moz-focus-inner {
    border:0;
    padding:0;
}

.comment-reply a,
button,
a.button,
.pagination a,
input[type="button"],
input[type="submit"] {
	margin: 0;
	background: #347ab0;
	border: none 0px;
	border-bottom: 3px solid #1d5f92;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	cursor: pointer;
	line-height: 20px;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
	vertical-align: middle;
	outline: none;
}

.comment-reply a:hover,
button:hover,
a.button:hover,
.pagination a:hover,
input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
	background: #4189c1;
}

.comment-reply a:active,
button:active,
a.button:active,
.pagination a:active,
input[type="button"]:active,
input[type="submit"]:active {
	border-bottom-width: 2px;
	margin-top: 1px;
}


/* Search Form
------------------------------------------------------------ */

.search-form .search-form input[type="search"] {
	margin: 0 -7px 0 0;
	padding: 8px 6px 7px 6px;
	width: 180px;
}

.search-form .search-form input[type="submit"] {
	margin-top: -3px;
	padding: 9px 15px 7px;
}

.search-form .search-form input[type="submit"]:active {
	margin-top: -3px;
	border-bottom-width: 3px;
}


/* 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: 500;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Themedy Widgets
------------------------------------------------------------ */

.themedy_ad_widget ul {
	padding: 0;
	margin: 0;
}

.themedy_ad_widget .ads-125 {
	width: 310px;
}

.themedy_ad_widget ul li,
.sidebar.widget-area .themedy_ad_widget ul li,
.footer-widgets .themedy_ad_widget ul li {
	float: left;
	list-style: none;
	height: 145px;
	margin: 10px 10px 0 0;
	width: 145px;
	border: none;
}

.themedy_ad_widget ul li img {
	padding: 9px;
	background: #fff;
	border: 1px solid #ddd
}

#flickr_badge_wrapper {
	width: 310px;
}

.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd;
	width: auto;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.flickr_badge_image img:hover {
	opacity: .7;
}

.widget_woothemes_testimonials .quote {
	margin-top: 40px;
}

.widget_woothemes_testimonials .first {
	margin-top: 0;
}

.widget_woothemes_testimonials blockquote:after {
	background: url(images/bg-testi_bot.png) no-repeat;
	height: 12px;
	width: 26px;
	display: block;
	bottom: 1px;
	content: ' ';
    position: absolute;
	bottom: -12px;
    left: 25px;
}

.widget_woothemes_testimonials blockquote {
	padding: 25px;
	background: #4189c1;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
}

.widget_woothemes_testimonials img {
	float: left;
	margin: 0 20px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_woothemes_testimonials cite {
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: 400;
	display: block;
}

.widget_woothemes_testimonials .excerpt {
	font-weight: 100;
	font-weight: 100;
	display: block;
}

.widget_woothemes_testimonials .url a {
	color: #888;
	font-size: 18px;
	font-weight: 100;
}

.home-section .widget_woothemes_features .feature {
	width: 30%;
	float: left;
	margin-left: 4%;
}

.site-inner .widget_woothemes_features {
	margin-bottom: 0;
}

.widget_woothemes_features .feature {
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	margin-bottom: 20px;
}

.home-section .widget_woothemes_features .first,
.widget_woothemes_features .first {
	clear:both;
	margin-left: 0;
}

.widget_woothemes_features .feature:hover {
	opacity: .65;
}

.widget_woothemes_features .feature-title {
	margin: 25px 0;
	font-size: 24px;
	line-height: 24px;
}

.widget_woothemes_features .feature-title a {
	color: #5e5e5e;
}

.home-section .widget {
	margin: 0 0 20px;
}


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

.footer-widgets {
	background: url(images/bg-footer.jpg) repeat #f3f3f3;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #717070;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 70px 0 50px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
	margin: 25px 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets h4.widgettitle {
	color: #555657;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
}

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
	color: inherit;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 48px 0 0;
	width: 352px;
}

.footer-widgets-2 {
	float: left;
	width: 352px;
}

.footer-widgets-3 {
	float: right;
	width: 352px;
}


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

.site-footer {
	background: url(images/bg-footer.jpg) repeat #f3f3f3;
	border-top: 1px solid #d2d2d2;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
	color: #717070;
	text-transform: uppercase;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 30px 0;
}

.site-footer p {
	font-size: 13px;
	color: inherit;
}

.site-footer a {
	color: inherit;
	font-weight: 500;
}


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

.entry-comments,
#respond {
	margin: 0 0 15px;
	clear: both;
}

.entry-comments {
	margin-bottom: 40px;
}

.comment-list #respond {
	padding-top: 30px;
}

#cancel-comment-reply-link {
	float: right;
	color: #F00;
}

#author,
#comment,
#email,
#url {
	margin: 0 0 10px 0;
	padding: 5px;
	width: 300px;
	max-width: 97%;
}

#comment {
	height: 150px;
	margin:  0 0 20px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 35px 0 5px;
}

.comment-list li li,
.ping-list li li {
	padding: 0 0 0 15px;
	margin: 40px 0 0 15px;
}

.comment-reply a {
	display: inline-block;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-content p {
	margin: 0 0 20px;
}

.comment-author cite {
	margin-top: 10px;
	display: inline-block;
}

.comment-author cite,
.ping-list cite,
.comment-author span {
	font-style: normal;
	font-size: 20px;
	font-weight: 400;
}

.comment-meta {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.comment-meta a {
	color: #999;
}

.comment-content {
	padding-top: 20px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
	padding: 0 0 15px;
}

.comment .alt,
.comment .even {
	border-left: 1px solid #ddd;
}

.comment-list li .avatar {
	background: none;
	border: none;
	padding: 0;
	float: left;
	margin: 0 20px 0 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.form-allowed-tags, .comment-notes, .logged-in-as {
	margin-bottom: 16px;
	font-size: 14px;
	color: #999999;
}

#commentform label {
	display: block;
}



/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input[type="text"],
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 16px !important;
	padding: 4px 5px !important;
}

div.gform_wrapper input[type="submit"],
div.gform_wrapper input[type="button"] {
	font-size: 18px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: 400 !important;
	padding-bottom: 10px;
}


/* Portfolio Template
------------------------------------------------------------ */

.page-template-page_portfolio-php .portfolio-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.portfolio-item h2 {
	margin-top: 10px;
}

.portfolio-thumb {
	background: url(images/graphic-portfolio_link.png) no-repeat center;
	margin: 0 auto;
	max-width: 252px;
	-webkit-border-radius: 126px;
	-moz-border-radius: 126px;
	border-radius: 126px;
}

.portfolio-thumb a {
	line-height: 0;
	display: block;
}

.portfolio-thumb img {
	display: inline-block;
	margin: 0;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-border-radius: 126px;
	-moz-border-radius: 126px;
	border-radius: 126px;
}

.portfolio-item:hover img {
	opacity: .25;
}
#featured-area #featured-slider {
background: none!important;
max-width: 500px!important;
}


.flexslider {
max-width: 1300px!important;
max-height: 400px;
}

.flex-control-nav {
display:none!important;}

.flex-direction-nav li a {

top: 20px!important;
}
#featured-slider .flexslider {
padding: 1px!important;
-webkit-border-radius: 1px!important;
-moz-border-radius: 1px!important;
-o-border-radius: 1px!important;
border-radius: 1px!important;
border-bottom: 0px!important;
-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.4);
box-shadow:  }


/* Mobile Menu
------------------------------------------------------------ */

#mobile_menu_area {
	height: auto;
	display: none;
}

#mobile_menu_area #mobile_menu > ul {
	display: none;
	overflow: hidden;
}

#mobile_menu_area #pull {
	display: block;
	width: 100%;
	position: relative;
	text-indent: 15px;
	background-color: #333;
	background-position: bottom;
	min-height: 40px;
	padding-top: 14px;
	position: relative;
	outline: none;
	border-bottom: 4px solid #252525;
	cursor: pointer;

}

#mobile_menu_area #pull:hover {
	text-decoration: none;
}

#mobile_menu_area #pull.opened {
	border-bottom: none;
	padding-bottom: 40px;
	background-image: url(images/mobile_close.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: 500px 40px;
}

#mobile_menu_area #pull ul li {
	display: block;
	list-style: none;
	width: 100%;
}

#mobile_menu_area #pull > span {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#mobile_menu_area #pull a {
	width: 100%;
	font-size: 13px;
	display: block;
	padding: 8px 0;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

#mobile_menu_area #pull a:hover,
#mobile_menu_area #pull .current_page_item > a,
#mobile_menu_area #pull .current-cat > a,
#mobile_menu_area #pull .current-menu-item > a {
	color: #fff;
	background: #555;
}

#mobile_menu_area #pull:after {
	content:"";
	background: url('images/mobile_button.png') no-repeat;
	background-size:38px 31px;
	width: 40px;
	height: 31px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 12px;
}

#mobile_menu {
	padding: 0 5px;
	margin-bottom: 5px;
	margin-top: 40px;
}

#mobile_menu_area #pull .sub-menu a {
	text-indent: 25px;
}

#mobile_menu_area #pull .sub-menu .sub-menu a {
	text-indent: 35px;
}

#mobile_menu_area #pull .sub-menu .sub-menu .sub-menu a {
	text-indent: 45px;
}


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

@media only screen and (max-width: 1200px) {

	.site-container .wrap,
	.site-inner {
		width: 1008px;
	}

	.title-area {
		max-width: 300px;
	}

	.nav-primary {
		max-width: 700px;
		text-align: right;
	}

	.nav-primary li {
		display: inline-block;
		float: none;
	}

	#featured-area #featured-content {
		width: 432px;
	}

	.home-widget-1,
	.content-sidebar .content,
	.sidebar-content .content {
		width: 608px;
	}

	.portfolio-item {
		width: 216px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 304px;
	}

	.content-sidebar-wrap {
		width: 762px;
	}

	.content {
		width: 384px;
	}

	.content-sidebar-sidebar .site-inner {
		background-position: 432px 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap {
		width: 782px;
	}

}

@media only screen and (max-width: 1024px) {

	.site-container .wrap,
	.site-inner {
		width: 804px;
	}

	.nav-primary {
		max-width: 500px;
	}

	#featured-area #featured-content {
		width: 326px;
		padding-top: 0;
	}

	#featured-area #featured-slider {
		width: 430px;
	}

	#featured-slider .slide {
		height: auto;
		min-height: 240px;
		width: auto;
	}

	#featured-area #featured-slider {
		background: none;
	}

	.flex-caption-wrap {
		height: 240px;
		width: 200px;
	}

	.flex-caption {
		height: 240px;
		width: 400px;
	}

	.home-widget-1,
	.content-sidebar .content,
	.sidebar-content .content,
	.content {
		width: 506px;
	}

	.content-sidebar-wrap,
	.sidebar-secondary {
		width: 100%;
	}


	.content-sidebar .site-inner,
	.sidebar-content-sidebar .site-inner,
	.sidebar-content .site-inner,
	.sidebar-sidebar-content .site-inner,
	.content-sidebar-sidebar .site-inner {
		background: none;
	}

	.sidebar,
	.home-widget-2 {
		width: 250px;
	}

	.portfolio-item {
		width: 165px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 236px;
	}

	.themedy_ad_widget .ads-125,
	#flickr_badge_wrapper {
		width: auto;
	}


}

@media only screen and (max-width: 824px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.site-container .wrap,
	.site-inner {
		width: auto;
		margin: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding-top: 9%;
		padding-bottom: 9%;
	}

	#page_area .page_title,
	.home-widget-1,
	.home-widget-2,
	.content-sidebar .content,
	.sidebar-content .content,
	.content,
	.sidebar,
	#featured-area #featured-content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}


	#page_area .page_title {
		float: none;
		text-align: center;
	}

	#page_area p {
		float: none;
		margin-top: 20px;
		text-align: center;
	}

	.sidebar {
		margin-top: 40px;
		clear: both;
		float: none;
		display: inline-block;
	}

	#featured-area #featured-content {
		float: none;
		margin-bottom: 30px;
	}

	#featured-area #featured-slider {
		float: none;
		width: 530px;
		margin: 0 auto;
		clear: both;
		background: url(images/bg-slider_bot.png) center bottom no-repeat;
	}

	.flex-caption-wrap {
		height: 300px;
		width: 300px;
	}

	.flex-caption {
		height: 300px;
		width: 500px;
	}

	.header-image .title-area {
		margin: 0 auto;
		float: none;
	}

	.title-area {
		float: none;
		max-width: none;
		text-align: center;
	}

	.nav-primary {
		padding: 0 0 40px 0;
		max-width: none;
		float: none;
		text-align: center;
	}

	.menu-primary  {
		text-align: center;
		float: none;
	}

	.menu-primary li {
		float: none;
		display: inline-block;
		text-align: left;
	}

	.portfolio-item {
		width: 22.5%;
		float: left;
		padding-right: 3%;
		margin: 0;
	}

	.portfolio-item.last {
		padding-right: 0;
	}

	#featured-area {
		padding: 50px 0;
	}

	#featured-content {
		text-align: center;
	}

	#featured-area h1 {
		font-size: 32px;
		line-height: 38px;
	}

	#featured-area h2 {
		font-size: 28px;
		line-height: 36px;
	}

	#page_area .page_title {
		font-size: 28px;
	}

	#featured-area p {
		font-size: 16px;
		line-height: 26px;
	}

	#page_area p {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	#featured-area,
	#page_area .wrap,
	.footer-widgets .wrap  {
		padding-top: 6%;
		padding-bottom: 6%;
	}

}

@media only screen and (max-width: 590px) {

	#featured-area #featured-slider {
		width: auto;
	}

	#featured-area #featured-slider {
		background: none;
	}

	.flex-caption-wrap {
		display: none;
	}

	.flex-caption {
		background: none;
	}

	#featured-slider .slide {
		min-height: 0;
	}

	#featured-area,
	#page_area .wrap,
	.footer-widgets .wrap  {
		padding-top: 8%;
		padding-bottom: 8%;
	}

	.nav-responsive {
		display: none;
	}

	.nav-responsive .nav-primary {
		padding: 0;
	}

	#mobile_menu_area {
		display: block;
	}

	#page_area .page_title {
		font-size: 24px;
		line-height: 28px;
	}

	.title-area {
		padding: 20px 0;
	}


}

@media only screen and (max-width: 480px) {

	.flexslider .slides img {
		display: inline-block;
	}

	.home-section .widget_woothemes_features .feature,
	.portfolio-item,
	.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 {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
		margin: 0;
	}

	.portfolio-item,
	.home-section .widget_woothemes_features .feature {
		margin-top: 20px;
	}

}

/* Clearfixes
------------------------------------------------------------ */

.site-header:after,
.content:after,
.sidebar:after  {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}