/*
Theme Name: BJV
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Belinda Jane Video Website 2022 Version
Version: 1.0.6
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
.bypostauthor cite span {
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	border-radius: 3px;
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single,
#comment-nav-above,
#tip-nav {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#f5f6f5;
}
body {
	font-size: 15px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #545A58;
	/*background-color:#f2f2f2;*/
	background-color:#f5f6f5;
}
a {
	outline: none;
	color: #2A94DB;
	text-decoration: none;
}
a:hover {
	color: #238DD4;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 0px 0 0;
}


/* Header */
.easy-notification-bar {
    z-index:99999 !important;
    opacity: 0.9;
}
.quick-nav {
    background-color:#FFF;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #525050;
}
.quick-nav a {
    margin: 0 5px;
    color: #474747;
}
.site-header {
	padding: 0px 0px 0px;
	background-color: #cfd3cf;
	color: #333;
    position: relative;
	width:100%;
	z-index:9999;
	box-sizing:border-box;
	}
.site-header .wrap {
	padding:0px 15px;
    position: relative;
    z-index: 9999;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}
.search-form {
	text-align:right;
	position:absolute;
	left:-10px;
	bottom:0px;
	margin-left:10px;
    z-index: 999;
}
.search-form input.search-field {
	width: 120px;
	padding:0px 5px;
	font-size:13px;
	line-height:32px;
	height:32px;
	border:none;
	border-radius:none;
	-webkit-appearance:none;
	-webkit-transition: width 0.3s; /* Safari */
    transition: width 0.3s;
	background-color:#c0c4c0;
	color:#333;
	background-image:url(images/search.png);
	background-position:center right;
	background-repeat:no-repeat;
}
.search-form  .search-field:focus {
	width: 150px;
}
.search-form  .search-submit {
	display: none;
}
.logo {
	float:left;
	width:100%;
	clear:both;
	margin-top:15px;
}

.site-title {
    font-size : 34px;
    letter-spacing : 3.5px;
    color : #333333;
    font-weight: 400;
}
.site-title span {
    display: block;
    text-align: center;
}
.site-title span.sml {
    font-size : 11px;
    line-height : 15px;
    letter-spacing : 1.75px;
    text-transform : uppercase;
}
.site-title a {
	color: #333;
	display: inline-block;
	text-decoration: none;
}
.site-title a:hover{
	color: #000;
}
.quick-contact {
    text-align: center;
    font-size: 13px;
}
.quick-contact a.button {
    background-color: #657265;
    padding: 10px 16px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    margin: 0 3px 8px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.quick-contact a.button:hover {
    background-color: #3C463C;
}
@media screen and (max-width:759px){
    .logo {
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
    }
    .quick-nav {
        padding: 10px 25px;
    }
    .quick-nav .item {
        display: block;
    }
    .quick-contact {
        display: none;
    }
    .search-wrap {
        display: none;
    }
}
@media screen and (min-width:900px){
    .quick-nav {
        text-align: right;
    }
    .quick-nav a {
        margin: 0 0px 0 10px;
    }
}


/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
	font-size : 15px;
	letter-spacing : 0.33px;
	text-transform:uppercase;
    
}
.main-navigation li {
	margin-top: 20px;
	line-height: normal;
}
.main-navigation a {
	color: #fff;
}
/*
div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
*/
.menu-toggle {
	position:absolute;
	width:24px;
	height:24px;
	cursor: pointer;
	display:block;
	top:12px;
	right:5px;
	background-color:#3E4E4D;
	border-radius:3px;
	padding:2px;
    z-index: 99;
}
.menu-toggle > * {
    background-color: #FFF;
    display: block;
    height: 2px;
    left: 4px;
    position: absolute;
    width: 20px;
}
.menu-toggle > .bar1 {
    top: 7px;
}
.menu-toggle > .bar2 {
    top: 13px;
}
.menu-toggle > .bar3 {
    top: 19px;
}
.mobileNav {
	display: none;
    z-index: 9999;
}
.toggled-on .mobileNav {
	background-color:#3E4E4D;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:180px;
	padding:20px 20px;
	height:100%;
	text-transform:uppercase;
	letter-spacing:0.3px;
	box-shadow:0 0 5px rgba(0,0,0,0.41);
/*	opacity:1;
	transition:opacity 400ms ease-out;*/
    
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#FFF;
}
.toggled-on .mobileNav a {
	color:#FFF;
}
.sub-menu {
	display:none;
}

/* Page header*/
.page-header {
	background-color:#cfd3cf;
	clear:both;
	text-align:center;
	color:#333;
	background-image:url(images/temp_header.jpg);
	background-size:cover;
	position:relative;
}
.page-header .tint {
	padding: 80px 20px 80px;
	background-color: rgba(255,255,255,0.75);
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
	-ms-animation: fadein 3s; /* Internet Explorer */
	animation: fadein 3s;
}

@keyframes fadein {
    from { background-color:rgba(255,255,255,0.95); }
    to   { background-color:rgba(255,255,255,0.75); }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { background-color:rgba(255,255,255,0.95); }
    to   { background-color:rgba(255,255,255,0.75); }
}



.page-header .txt {
	max-width:1100px;
	margin:0 auto 10px;
	z-index:999;
}
.page-header .page-title {
	font-weight : normal;
	font-size : 32px;
	text-transform:none;
	margin:10px 0 10px;
	line-height:normal;
    text-transform: uppercase;
}
.page-header .section-title {
    font-weight : bold;
    font-size : 16px;
    letter-spacing : 1.6px;
    text-transform : uppercase;
    color : #333;
    line-height:normal;
}
.single-sq_clientvideo .page-header .page-title { text-transform:none;}	
@media screen and (min-width:600px){
    .page-header .page-title {
	    font-size : 52px;
    }
    .quick-contact {
        text-align: right;
        float: right;
        padding-top: 30px;
    }
}

/* Sidebar */
#secondary {
	box-sizing:border-box;
	padding:25px 20px 20px;
	margin:0;
}
#secondary .widget {
	margin-bottom: 24px;
    background-color: rgba(207,211,207,0.85);
    padding: 20px;
    border-radius: 3px;
}
#secondary .widget h3 {
	margin: 0px;
	padding:10px 0;
	font-weight : bold;
  	font-size : 22px;
  	line-height : normal;
}
#secondary.widget-area .widget p,
#secondary.widget-area .widget li,
#secondary .widget .textwidget {
	font-size: 14px;
}
#secondary.widget-area .widget p {
	margin: 8px 0px 16px;
	line-height:normal;
	
}
#secondary .menu-widget {
	padding-bottom:10px;
	border-bottom:2px dotted #cccccc;
}
/*#secondary .widget .textwidget {
	border-bottom:2px dotted #cccccc;
}
#secondary .widget#text-2 .textwidget {
	border-bottom:none;
}*/

#secondary .menu-widget li,
#secondary .widget_nav_menu li {
	padding:3px 10px 3px 20px;
	list-style:inside disc;
	margin:0px;
	text-indent:-10px;
	line-height:normal;
}
#secondary .menu-widget .current_page_item {
	font-weight:bold;
}

#secondary .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
#secondary .textwidget li {
	margin-left: 36px;
}
#secondary  .widget a {
	color: #555;
}
#secondary .widget a:hover {
	color: #000;
}


/* Footer */
#footer {
	clear: both;
	padding: 25px 20px 70px;
	background-color:#cfd3cf;
	color:#333;
}

#footer .site-info {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom:15px;
}
#footer .credits {
	max-width: 1100px;
	margin: 0 auto;
}
#footer .site-info:after {
	clear:both;
	display:table;
	content:'';
}

/* =Main content and comment content
-------------------------------------------------------------- */
.site-content {
	padding:40px 20px;
	box-sizing:border-box;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comments-title
{
	margin: 0 0 0.75em;
	line-height:normal;
}
.entry-content h1 {
	font-size: 32px;
	font-weight:normal;
}
.entry-content h2,
.comments-title {
	font-size: 24px;
	font-weight:normal;
}
.entry-content h3,
.comment-reply-title {
	font-size: 20px;
	font-weight:normal;
}
.entry-content h4{
	font-size: 16px;
	font-weight:normal;
}
.entry-content h5 {
	font-size: 13px;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
	text-align:justify;
}
.comment-content {
    line-height: normal;
}
.comment-content p {
    line-height: normal;
    margin-bottom: 8px;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.entry-content td,
.comment-content td {
	padding: 6px;
}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}

a.post-edit-link {
	font-size: 13px;
	color: #B1B1B1;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}


.hero-img {
	width:100%;
	height:auto;
}
#box-nat-promo a,
#recent-testimonal a.test-link,
#box-newsletter-promo  a,
.widget a.linkBtn,
a.enquireBtn {
	font-size : 14px;
	font-weight:bold;
	font-weight:500;
	letter-spacing : 0.35px;
	color : #7a807e;
	border: 1px solid #C2C4C4;
	border-radius:3px;
	line-height:34px;
	padding:0 10px;
	clear:both;
	display:inline-block;
	background-color:transparent;
	white-space:nowrap;
}
#box-nat-promo a:hover,
#recent-testimonal a.test-link:hover,
#box-newsletter-promo a:hover,
.widget a.linkBtn:hover,
a.enquireBtn:hover {
	background-color: rgba(0,0,0,0.08);
}

@media screen and (max-width: 440px) {
	#box-nat-promo a,
	#recent-testimonal a.test-link,
	#box-newsletter-promo  a,
	.widget a.linkBtn,
	a.enquireBtn {
		background-color: rgba(255,255,255,0.7);
	}
	#box-nat-promo a:hover,
	#recent-testimonal a.test-link:hover,
	#box-newsletter-promo a:hover,
	.widget a.linkBtn:hover,
	a.enquireBtn:hover {
		background-color: rgba(255,255,255,0.9);
	}
}
.pricebox {
	background-color:#e6e6e6;
	padding:10px 10px 1px;
	margin-bottom:15px;
	border-radius:3px;
}
.pricebox p {
	margin-bottom:10px;
}
/*Grid list*/
ul.grid-list {
	list-style:none;
	margin:20px 0;
}
.grid-list li {
	display:block;
	width:150px;
	height:100px;
	margin:0 10px 5px 0;
	float:left;
	font-size:17px;
	font-weight:300;
}
.grid-list li a {
	display:block;
	text-align:center;
	width:100%;
	height:100%;
	background-color:#FFF;
	border-radius:3px;
	box-sizing:border-box;
	padding:20px 10px 10px;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
}
.grid-list li a:hover {
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	color: #267197;
}
/* =Archives
-------------------------------------------------------------- */
.entry-content .testimonial-content {
	background-color:#FFF;
	border-radius:3px;
	padding:15px 20px 1px 40px;
	margin:5px 0 15px;
	position:relative;
}
.entry-content .testimonial-content:before {
	content: '\201C';
	position: absolute;
	font-size: 60px;
	color: #C0C0C0;
	top: 10px;
	left: 5px;
	font-family: Georgia, serif;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* = HOME PAGE
-------------------------------------------------------------- 
.home #main {
	overflow:hidden;
}
#sq-slideshow {
	height: 515px;
	background-color: #5F636F;
	position: relative;
	z-index: 100;
	box-sizing:border-box;
	overflow:hidden;
}
#sq-slideshow .slides {
	position:relative;
	width:100%;
	height:100%;
	z-index:10;
}
#sq-slideshow .slide {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	height:100%;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
	z-index:10;

	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
#sq-slideshow .slide  {
	opacity: 0;
	visibility: hidden;
	z-index:10;
}
#sq-slideshow #slide-1 {
	opacity: 1;
	visibility: visible;
}
#sq-slideshow .slide-txt {
	width:auto;
	max-width:960px;
	margin:230px auto 30px;
	padding:10px 0;
    font-size : 16px;
    color : #FFFFFF;
	text-align:center;
}
#sq-slideshow .slide-txt p {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
	line-height:normal;
	text-align:center;
}
#sq-slideshow .slide-txt h1,
#sq-slideshow .slide-txt h2,
#sq-slideshow .slide-txt h3 {
	font-weight : bold;
	font-style : italic;
	font-size : 50px;
	letter-spacing:1px;
	text-align:center;
}
.slider-nav {
    display: block;
    width:100%;
	text-align:center;
    overflow: visible;
    padding: 2px;
    position: absolute;
    bottom: 10px;
    z-index: 100;
}
.slider-nav ul {
    list-style-type: none;
    margin: 0 0 0 ;
}
.slider-nav li {
	display:inline;
    margin: 0 5px;
    width: 15px;
}
.slider-nav a {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 6px;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    text-align: center;
    width: 10px;
	border:1px solid #FFF;
}
.slider-nav a.active {
    background-color: rgba(255, 255, 255, 0.75);
    cursor: default;
    opacity: 1;
}
.slider-nav .slide-prev, .slider-nav .slide-next {
    cursor: pointer;
}
@media screen and (max-width: 440px) {
	#sq-slideshow {
		height: 320px;
	}
	#sq-slideshow .slide-txt {
		margin: 110px auto 0px;
	}
	#sq-slideshow .slide-txt h1, #sq-slideshow .slide-txt h2, #sq-slideshow .slide-txt h3 {
		font-size: 35px;
	}
}


.home .entry-content,
.home .entry-content h2,
.home .entry-content p {
	text-align:center;
}
.home .entry-content h2{
	font-size : 30px;
	font-weight:300;
}
.home .entry-content p{
	font-size : 18px;
	font-weight:300;
}
.text-wrap {
	margin:0 auto;
	max-width:960px;
	width:auto;
	padding:20px;
}
*/
.home .site-content {
    padding: 0;
}
.home .site-content article {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.entry-content .home-links {
	padding-top:25px;
	font-size:18px;
	text-align:center;
	max-width:770px;
	margin:0 auto 20px;
}
.home-links li {
	display:inline-block;
	padding:0px;
	margin:5px 3px 15px;
	list-style:none;
	text-align:center;
	width:140px;
	vertical-align:top;
}
.home-links li a {
	background-color:#FFF;
	display:block;
	border-radius:5px;
	padding:10px;
	font-weight:bold;
	min-height:75px;
	color:#3E4E4D;
	box-shadow:0 0 0 rgba(0,0,0,0.00);
}
.home-links li img {
	width:42px;
	height:42px;
	margin:-21px auto 10px;
	display:block;
	transition:all 300ms;
}
.home-links li a:hover {
	color: #267197;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
}
.home-links li a:hover img{
	width:46px;
	height:46px;
	margin:-23px auto 8px;
}
@media screen and (max-width: 440px) {
	.home-links li {
		width:100%;
	}
	.home-links li a {
		min-height:50px;
	}
	.home-links li img {
		float:left;
		margin:5px;
	}
	.home-links li a:hover img {
		margin:5px;
		width:42px;
		height:42px;
	}

    .wp-block-cover h1,
    .wp-block-cover h2 {
        font-size: 40px !important;
    }
    .wp-block-columns.boxed-links a {
        font-size: 26px;
    }
    .hide-on-mobile {
        display: none!important;
    }
    
}
/* CONTACT
-------------------------------------------------------------- */
div.wpcf7 {
	padding: 0px !important;
	margin-bottom: 0;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 p {
	clear:both;
	line-height:32px;
	margin:0 0 3px;
	min-height:40px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}
.wpcf7 p input {
	font-size:15px;
}
.wpcf7 p.submit-row {
	clear: both;
	text-align: right;
	padding-bottom:5px;
	padding-right:5px;
}
.wpcf7 p.submit-row input {
	float:right;
}
#mc_embed_signup .mc-field-group input {
	width:70%;
}
.wpcf7 p input.wpcf7-text,
.wpcf7 p input.wpcf7dtx-dynamictext {
	width:90%;
}
.wpcf7 p select {
	width:90%;
}
.wpcf7 p input.wpcf7-text:focus,
.wpcf7 p select:focus,
.wpcf7 p textarea:focus  {
	border-color:#3f4ea0;
}
.wpcf7 p textarea {
	/*height:155px;*/
	width:96%;
}
input.wpcf7-submit {
	background-color: #FFF;
	background-image: none;
	color: #3E4E4D;
	text-transform: uppercase;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}

input.wpcf7-submit:hover  {
	background-image:none; 
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.35);
}
span.wpcf7-not-valid-tip {
    color: #971EC9;
    display: block;
    font-size: 0.9em;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color: #FFFBCA;
	line-height:normal;
	
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #3E4E4D;
	background-color:rgba(255,255,255,0.3);
}
div.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 5px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#secondary  a.btn {
    color: #333;
	background-color:rgba(255,255,255,0.3);
	display:inline-block;
	padding:10px;
	border-radius:3px;
	font-size:15px;
	font-weight:bold;
}
#secondary a.btn:hover {
	background-color:rgba(255,255,255,1);
}
#secondary .testimonial-content {
	font-style:italic;
	border:1px solid rgba(255,255,255,0.28);
	border-radius:3px;
	margin-bottom:10px;
	background-color:rgba(0,0,0,0.10);
	font-size:15px;
	padding:10px 10px 1px;
}
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 5px 0 10px;
}
#commentform {
	background-color:rgba(255,255,255,0.5);
	padding:15px;
	border-radius:2px;
	border:1px solid #FFF;
}

.comments-area p,
.comments-area h1,
.comments-area h2,
.comments-area h3 {
	margin:0 0 1em;
}
.comment-notes {
	font-style:italic;
}

.comments-area label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area textarea {
	width:100%;
	box-sizing:border-box;
}
.comments-area input[type="submit"] {
	background-color:#3E4E4D;
	border-color:#3E4E4D;
	color:#FFF;
}
.comments-area input[type="submit"]:hover{
	background-color: #2978A1;
}

.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}
	.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}
.comments-pagination {
	border: 0;
}
.comments-area h2.comments-title {
	font-size: 24px;
	margin-bottom: 0.5em;
}
.comment-respond #reply-title { display: none; }
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list {
	margin-bottom:20px;
}
.comment-list li {
	clear:both;
	padding:15px 10px 20px 60px;
	position:relative;
	background-color:#FFF;
	margin:10px 0;
}
.comment-list article:before {
    content: '\201C';
    position: absolute;
    font-size: 60px;
    color: #C0C0C0;
    top: 10px;
    left: 10px;
    font-family: Georgia,serif;
}
.comment-list li article {
	margin:0;
}
.comment-list li:before {
	display: none;
}
.comment-list li .reply {
	display: none;
}

.comment-body {
	margin: 0px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .says {
	/*display: none;*/
}

.comment-meta {
	margin-bottom:10px;
}
.comment-metadata {
	color: #767676;
	font-size: 10px;
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata time {
	display:none;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-body {
	color: #333;
	font-size: 15px;
	margin-bottom: 4em;
}
.comment-reply-link {
	position: relative;
	margin-top: 5px;
	float: right;
	background-color: rgba(46,133,178,0.6);
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right:-10px;
}
.comment-content {
	/*background-color:#FFF;
	padding:10px;*/
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}
/* = Footer
-------------------------------------------------------------- */
.subfooter-map {
	background-color: #3C4E56;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
}
.subfooter-map iframe {
}

.subfooter {
	background-image:url("images/flowers-footer.jpg");
	background-size:cover;
	background-position:center bottom;
	background-color: #E8E8E8;
	padding:45px 20px;
	text-align:center;
	color:#333;	
}
.subfooter h3 {
	
}
.subfooter .quicklinks li {
	list-style:none;
	display:inline-block;
	margin:0 12px 8px;
	font-size:19px;
}
.subfooter .quicklinks li a {
	color:#333;
}
.subfooter .quicklinks li a:hover {
	color:#000;
}
.subfooter .quicklinks li .fa {
	margin-left:4px;
}
.subfooter .entry-content,
.subfooter .entry-content a,
.subfooter .entry-content h1,
.subfooter .entry-content h2,
.subfooter .entry-content h3,
.subfooter .entry-content p {
	color:#333;
}
.subfooter .entry-content h3 {
	font-style:italic;
	font-size:24px;
	font-weight:normal;
}
.home .subfooter .entry-content h2 {
	font-size:36px;
	font-weight:300;
	margin-bottom:20px;
}
/* = Footer
-------------------------------------------------------------- */
#footer .widget {
	margin:0 0 18px;
	padding:0;
}
#footer .widget-title {
    font-weight : normal;
    font-size : 20px;
    letter-spacing : 0.7px;
    text-transform : uppercase;
    color : #333;
    margin-bottom:10px;
}
#footer .widget p {
	line-height:1.5em;
	margin-bottom:0px;
	font-weight:normal;
	font-weight:300;
	font-size:15px;
}
#footer .widget a {
	color:#333;
}
#footer .widget a:hover {
	text-decoration:underline;
}
#footer-w3 strong {
	display:inline-block;
	
	font-weight:bold;
}
.credits {
	text-align: center;
	padding-top: 20px;
	clear: both;
	font-size:13px;
	color: #7C7C7C;
	line-height:normal;
}

#footer .credits a {
	color: #7C7C7C;
	white-space:nowrap;
}
#footer .credits  a.credit {
	color: #9B9B9B;
}
#footer .credits a:hover {
	color: #646464;
}

.link-button {
	background-color:#2a94db;
	color:#FFF;
	padding:5px 10px;
	border-radius:3px;
}
.link-button:hover {
	background-color: #2183C4;
	color:#FFF;
}
/*New Gutenberg*/
body.full-width .entry-content > .wp-block-group {
    padding: 20px;
}
body.full-width .entry-content > .wp-block-group > .wp-block-group__inner-container,
body.full-width .entry-content > .wp-block-cover > .wp-block-cover__inner-container{
    max-width: 1200px;
    margin: 0 auto;
}

.has-grey-color { color: #333;	}
.has-rusty-color { color: #A95F52;	}
.has-brown-color { color:#BDA18F;	}
.has-mauve-colur { color:#BB8198;	}
.has-blue-color { color:#8EA5C1;	}
.has-green-color { color:#A9AF8B;	}
.has-olive-color { color:#657265;	}
.has-latte-color { color:#DCB99B;	}
.has-light-grey-color { color:#e6e6e6;	}
.has-white-color { color:#ffffff;	}

.has-grey-background-color { background-color: #333; }
.has-rusty-background-color { background-color: #A95F52;}
.has-brown-background-color { background-color:#BDA18F;	}
.has-mauve-background-color { background-color:#BB8198;	}
.has-blue-background-color { background-color:#8EA5C1;	}
.has-green-background-color { background-color:#A9AF8B;	}
.has-olive-background-color { background-color:#657265;	}
.has-latte-background-color { background-color:#DCB99B;	}
.has-white-background-color { background-color:#FFFFFF;	}
.has-light-grey-background-color { background-color:#e6e6e6;	}

.wp-block-column.has-background,
.wp-block-group.has-background {
    padding: 20px;
}
.wp-block-column.has-background p:last-child,
.wp-block-group.has-background p:last-child {
    margin-bottom: 0;
}
.wp-block-columns.boxed-links {
    gap: 10px !important;
    margin-bottom: 10px;
}
.wp-block-columns.boxed-links .wp-block-column {
   
    padding: 0;
}
.wp-block-columns.boxed-links a {
    display: block;
    padding: 25px;
    color: #FFF !important;
    font-size: 34px;
    text-align: center;
     box-shadow:  0 0 0px rgba(0,0,0,0);
    transition: box-shadow 300ms ease-out;
}
.wp-block-columns.boxed-links a:hover {
    box-shadow:  0 0 10px rgba(0,0,0,0.3);
}
.wp-block-columns.no-gap {
    gap: 0px !important;
    margin: 0;
}
.entry-content .has-text-align-center {
    text-align: center;
}
.entry-content .has-text-align-right {
    text-align: right;
}
.entry-content .wp-block-cover h1 {
    margin-bottom: 5px;
}
.wp-block-gallery {
  align-items: normal;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

.wp-block-button__link {
    border-width: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 15px;
    text-decoration: none;
    margin-bottom: 5px;
}
.wp-block-button__link.has-white-color:hover {
    color: #FFF;
}
.has-medium-font-size {
    font-size: 17px;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.is-style-shadow-fx, 
.shadow-fx,
img.shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.is-style-group-shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.wp-block-image.is-style-shadow-fx {
    box-shadow: none;
}
.wp-block-image.is-style-shadow-fx img {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 760 pixels. */
@media screen and (min-width: 760px) {
	
	.author-avatar {
		float: left;
		margin-top: 8px;
		}
	.author-description {
		float: right;
		width: 80%;
	}
	.wrap {
		margin: 0 auto;
		max-width: 1200px;
	
	}
	.site-content,
	body.template-front-page .site-content,
	body.home .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
        float: none;
		width: 100%;
		padding:40px 20px 20px;
		box-sizing:border-box;
	}
    body.page-template-client-videos  .site-content {
        float: left;
		width: 70%;
    }
    body.page-template-front-page  .site-content, 
    body.home .site-content {
        padding:0px;
    }
    body.home #primary.site-content {
        padding:0px;
    }
	.page-template-contact-page .site-content {
		width:100%;
	}
	#secondary.widget-area {
		float: right;
		width: 30%;
	}
	
	/*Header*/
	.logo {		
		margin-top:25px;
		margin-bottom:20px;
        width: 290px;
	}
	.search-form {
        left: auto;
        top: 3px;
        bottom: auto;
		right:0px;
	}
	.hideNav {
		display:none;
	}
    .mobileNav,
    .search-wrap {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .mobileNav {
        display: block;
        opacity:1;
        background-color: transparent;
        position: relative;
        left: auto;
        right: auto;
        width:auto;
        padding:0;
        height:auto;
        box-shadow:none;
        z-index: 9;
    }
       
    .admin-bar .mobileNav {
        padding-top:0px;
    }
    .main-navigation {
        left: auto;
        top: 3px;
        bottom: auto;
        right: 0px;
        background-color: #c0c4c0;
        position:relative;
        
    }
     .menu-main-menu-new-container {
        width: calc(100% - 150px)
    }
    .main-navigation .mobile-only {
        display: none;
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
        font-size: 14px;
        
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #313131;
		line-height: 25px;
        font-size: 14px;
		white-space: nowrap;
        padding:5px 12px;
        background-color: #c0c4c0;
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
	}
	.main-navigation li a:hover {
		background-color: #646B64;
        color: #FFF;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
	.main-navigation li ul {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
        padding-top: 8px;
        background: #c0c4c0;
        transition: all 0.4s ease-in-out;
        width: 220px;
        opacity: 0;
        visibility: hidden;
	}
    .main-navigation ul li:hover > ul {
		 visibility: visible;
        opacity: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
    
    .main-navigation li ul li {
         display: block;
    }
	.main-navigation li ul li a {
		background: #c0c4c0;
		display: block;
		font-size: 13px;
        letter-spacing: 0.5px;
		letter-spacing: normal;
		line-height: 25px;
		padding: 2px 10px;
		white-space: normal;
        position: relative;
        box-sizing: border-box;
        font-weight: normal;
        transition: all 0.4s ease-in-out;
	}
    .main-navigation ul li:hover > ul a {
        padding: 8px 10px;
    }
    .main-navigation li ul li a:before {   
        position: absolute;
        left: 10px;
        top: 20px;
        width: 0;
        height: 2px;
        z-index: 0;
        content: " ";
        background-color: #fff;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
	.main-navigation li ul li a:hover {
		color: #FFF;
        background-color: #646B64;
        padding-left: 30px;
	}
    .main-navigation li ul li a:hover:before {
        width: 10px;
}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_parent > a,
	.main-navigation .current_page_ancestor > a {
        color: #000;
        font-weight: bold;
	}
		
	.main-navigation li > a {
		position:relative;
	}
    .main-navigation li.menu-item-has-children > a {
        padding-right: 18px;
    }
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 5px;
		height: 5px;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 13px;
        right:6px;
        z-index: 10;
        transition: border 0.4s ease-in-out;
	}
    .main-navigation li.menu-item-has-children > a:hover:after {
        border-color:#FFF;
    }
	.members-mobile-only,
	.nonmembers-mobile-only {
		display:none !important;
	}
	
	.logged-in .members-mobile-only {
		display: none !important;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		}
	
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	/*Footer */
	#footer .widget {
		width:30%;
		float:left;
		margin:1.5%;
	}
	

	/*Contact*/
	.page-template-contact-page .white-box  {
		width:43%;
		float:left;
		
	}
	.page-template-contact-page .contact-form  {
		float:right;
		
	}
}

/* Minimum width of 980 pixels. */
@media screen and (min-width:1000px) {

	.wrapper {
		max-width:1200px;
		margin:0 auto;
	}
	.page-template-page-templatesfull-width-php .wrapper{
		max-width:900px;
	}
	.page-template-contact-page .white-box  {
		width:44%;
	}
	.main-navigation li a span {
		display:inline;
	}
    body.full-width .wrapper {
        max-width:100%;
		margin:0 auto;
    }
	
	
	.box-sidebar {
		width:35%;
		float:right;
		margin:0 0 20px 20px;
	}
	 .box-sidebar img {
		 margin:0;
		 float:none;
		 width:100%;
		 height:auto;
	 }
	 .box-sidebar p {
		  margin:0px 0px 5px;
	}
	 .box-sidebar h4 {
		  margin:0px 5px 10px;
	}
	.box-maintext {
		padding-right:40%;
	}
	 .text-wrap {
		width:100%;
		margin:0 auto;
	}
    .entry-content h1 {
        font-size: 38px;
    }
    .entry-content h2 {
       font-size: 32px;
    }
    .entry-content h3 {
        font-size: 24px;
    }
    .entry-content h4{
        font-size: 18px;
    }
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
			text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}