/* 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; outline: 0; font-size: 100%; vertical-align: baseline; max-width: 100%;}
.container, iframe { max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
html, body	{ height:100%; }
a img,:link img,:visited img { border:none }
:focus { outline: 0; }
a, a:hover  { text-decoration:none;} 
a, a:active, a:visited {outline: 0 !important; } /* Firefox */
table { border-collapse: collapse; border-spacing: 0; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after {  -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearFloat::before, .clearFloat::after { display:table; content:"";}
.clearFloat::after	{ clear:both; }
img	{ max-width: 100%; height: auto; width: auto9; /* ie8 */ }

/*BS breakpoints: 768 / 992 / 1200 w side-pad 15px
/*font-size: 1.5vw;*/

/* PALETTE
------------------------------------------------------------------------------------*/
body { color: #333; background: WHITE; }
a { color: #333; }
div.wpcf7-mail-sent-ok {border: 2px solid BLACK;}
.hover {color: #94a379;}
.color2	{color: BLUE;}

/* ALT LINKS W. DEFAULT HOVER (BLACK)
------------------------------------------------------------------------------------*/

a:	{ color: BLACK; }
a:hover {color: #94a379;}


/* HTML / FONTS
------------------------------------------------------------------------------------*/
body {
	font-family: 'Bitter', serif;
	display: optional;  
    font-weight: 300;
    line-height: 1.9rem;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,p,figure {
	margin: 0 auto 20px;
	max-width: 730px;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
} /* for slogans and blog titles */

h2.pageTitle,
h2.rowHeading	{
	padding: 40px 0 10px 0;	
	font-size: 2rem;
	font-weight: bold;
	/*margin-bottom: 6px;*/
}

h2.pageTitle {
	text-align: center;
}

h2.pageTitle a:hover	{
	color: #94a379;
}

h3	{ /* Comments titles */
	font-size: 1.4rem;
}

h3#reply-title	{
	font-size: 1.3rem;
}



.mainContent ul,
.mainContent ol {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 20px;
	padding-left: 20px;
}

p::-moz-selection { color: WHITE; background: GREY;}
p::selection { color: WHITE; background: GREY; }

p.editLink	{
	font-size: 10px;
}

p.editLink a	{
	background: #66ff66;
	padding: 0px 4px 0px 5px;
	margin-right: 3px;
}

p.entry-date	{
	font-size: .9em;
	margin-top: -16px;	
}

.wp-block-image figcaption 	{
	font-size: .8em;
	margin-top: .1em !important;
}

.readmore {
	margin-top: 20px;
	text-align: right;
}

a.button	{
	text-align: center;
	padding: 8px 16px;
	padding: 10px 30px;
	border: 1px solid GREY;
	background-color: WHITE;
	color: BLACK;
	border-radius: 0px;

}

a.button:hover	{
	background-color: BLACK;
	border-color: BLACK;
	color: WHITE;
	font-weight: bold;
}

.center {
	text-align:center;
}

img	{
	margin-bottom: 30px;
}

.wp-block-image img	{margin-bottom: 0;}

@media (min-width:768px) {
	.mobileonly { display:none;}
	.desktoponly { display:block; }
}
@media (max-width:768px) {
	.mobileonly { display:block; padding-bottom:15px;}
	.desktoponly { display:none; }
}

/* CONTAINERS
------------------------------------------------------------------------------------*/
.navbar-wrapper {min-height: 60px;background: transparent;z-index: 999;} /* full-width */
@media only screen and (max-width: 768px)	{
	.navbar-wrapper {background: rgba(0,0,0,0.1);}
}
.container-fluid {}
.container {max-width: 1170px;margin: 0 auto;}
.mainContent	{min-height: calc(100% - 180px); }
.mainContent.underFixedNav	{padding-top: 60px;}

section{}
section.footer {min-height: 120px;}
.row	{background-color: TRANSPARENT; margin-left: 0;margin-right:0;}
.row.nothingHere	{ /*404*/
	width: 700px;
	max-width: 100%;
	margin: 10% auto 0;
	text-align: center;
}

/* HEADERS / NAVIGATION
------------------------------------------------------------------------------------*/
.navbar {margin-bottom: 0px;}
.navbar-default {background-color: transparent;border-color: transparent;} /* padded inner */
.navbar-static-top {}

@media only screen and  (min-width: 1px) {
	.navbar-wrapper { position: fixed; width: 100%;}
	.bannerImg { padding-top: 0px; /* or mainContent padding-top 70px */}
	.bannerImg img {width: 100vw;}
}

/* site title -----------------*/

.siteTitle	{
	margin: 10px 0 0 15px;
	max-width: 400px;
	float: left;
}

a.header_logo_link	{ 
	font-family: 'Centaur'; 
	font-weight: bold; 
	font-style: normal;
	font-size: 1.8rem;
	color: 	WHITE;
}


@media only screen and (min-width: 768px)	{
	a.header_logo_link	{font-size: 2rem;}
}

a.header_logo_link:hover	{
	color: #94a379;
	text-shadow: 1px 1px 1px #000;
}

/* main navigation -----------------*/

.navbar-default .navbar-nav>li>a	{
	color: WHITE;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover	{
	color: #94a379;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0,0,0, 0.5);

}
.navmenu_align {
    float: right;     
    width: 100%;
}

@media only screen and (min-width:768px)	{
	.navmenu_align {width: auto; padding-right: 15px;}
}

/* toggle button (=navbar-header)-----------------*/

.navbar-header	{}
.navbar-default .navbar-toggle {border-color: #DDD; margin-top: -30px;}
.navbar-default .navbar-toggle:hover,
.page-home .navbar-default .navbar-toggle:active,
.page-home .navbar-default .navbar-toggle:visited,
.navbar-default .navbar-toggle:focus  {background-color: BLACK; }
.navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}



/* links / dropdown-----------------*/

#navbar {}
.menu-main-navigation-container	{width: 100%;}
.navbar-default .navbar-collapse {border-color: GREY;padding: 0;} /* top of mob-menu */
.navbar-nav {margin:0;}
#navbar ul {list-style-type: none;padding: 0;}
#navbar ul li {display: block; font-size: 15px; margin: 1px auto 0px; padding: 10px 0;border-bottom: 1px solid GREY;text-align: center;background-color: GREY;}
#navbar ul li:first-child	{padding-top: 8px;}

@media only screen and (min-width: 768px)	{ /* wide links */
	#navbar ul li {background-color: transparent;}
	#navbar ul li,
	#navbar ul li:first-child {padding: 0;border-bottom: 0px;} 
}

ul#menu-main-navigation li.current_page_item a	{color: white;}

.nav>li#menu-item-10>a { display: none;}


/* SIDEBAR
------------------------------------------------------------------------------------*/

/* widget styles----------------------------- */

.widget h3, 
.single .widget h3, 
.archive .widget h3 {
    color: BLACK;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .1rem;
	padding-top: 20px;
}

.widget ul li, 
.single #mainContent #rightContent .widget ul li, 
.archive #mainContent #rightContent .widget ul li {
    list-style: none;
}

.mainContent .sidebar .zoom-social-icons-list	{ 
	display: none; /* if in footer) */
}

/* PAGINATION
------------------------------------------------------------------------------------*/

.right { /* for get_previous_post() ie Next » */
    float: right;
    margin-left: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}
.left { /* for get_next_post() ie « Previous */
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

/* FOOTER
------------------------------------------------------------------------------------*/
section.footer	{
	background-color: BLACK;
	border-top: 1px solid BLACK;
	color: WHITE;
	min-height: 70px;
	padding: 50px 15px 30px;
	text-align: center;
	clear:both;
}
section.footer	{
	background-color: WHITE;
	border-top: 1px solid #eee;
	color: #666;
	padding: 30px 15px 0px;
	margin-top: 40px;
	text-align: center;
	clear:both;
	line-height: 1.2rem;
}

.leftText,
.centerText,
.rightText	{
	display: block;
	float: left;
	width: 100%;
	font-size: .9em;
	line-height: 1.1em;
	margin-bottom: 30px;
}


.copyrightMob	{display: block; width: 100%; margin: 16px 0; font-size: .9em;}

@media only screen and (min-width: 550px)	{
	.leftText {text-align: right;}
	.rightText	{text-align: left; float: right;}
	.leftText, .centerText, .rightText	{
		display: block;
		width: 31%;
		margin: 1%;
	}
	.centerText	{text-align: center;}	
	.copyrightMob	{display: none;}
}

.footer ul li	{
	line-height: 1.4em;
	padding-bottom: 5px;
}
	

p.copyright	{
	text-align:center;
	font-size: .8rem;
	margin-bottom: 2px;
	margin-top: 30px;
}

.zoom-social_icons-list__item	{
	margin: 4px 10px !important;
}
/*.socialIcons,*/
.zoom-social-icons-widget	{
	margin-bottom: 20px;
}

p.credit	{
	font-size: .6em;
	color: #aaa;
	margin-bottom: 20px;
}

/*.home p.credit {	display: none;}
.home p.copyright	{margin-bottom: 30px;}
.page-contact p.credit	{ display: block;}*/

p.credit a	{color: #aaa;}
p.credit a	{color: #999;}	
p.credit a:hover	{color: #86966a;}	

/* BANNER
------------------------------------------------------------------------------------*/

.bannerImg img	{
	width: 100vw;
	margin-bottom:0;
}

/* HOME
------------------------------------------------------------------------------------*/

/* overrides -----------------*/

.home ul#menu-main-navigation li.current_page_item	{
	display: none;
}


.home .mainContent section:last-child	{
	border-bottom: 1px solid transparent;
}

/* BLOG POSTS
------------------------------------------------------------------------------------*/

.postData	{
	margin-top: 30px;
	line-height: 1.1rem;
	float:left;
	border-bottom: 1px dashed #ddd;
	padding: 0 0px 0px 0;
}

p.postAuthor{	font-size: 1rem; margin-bottom: 4px;}
p.postDate {	font-size: .8rem; 	color: #666;}


.commentsection	{
	padding-top: 50px;
}

label	{
	display: block;
}

p.comment-form-url	{
	display:none;
}

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

.page-numbers {
	padding: 4px 16px;
	border-right: 1px solid grey;
}

.page-numbers:last-child {border-right: 0px solid grey;}
.page-numbers:first-child {padding: 4px 16px 4px 0;}
.nav-links .current	{
	color: BLACK;
}

.innerRow.row	{
	margin-bottom: 50px;
}

.viewAll  {
	float:right;
	text-align: right;
}

/* FONTS
------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Centaur';
    src: url('/wp-content/themes/connieblog/fonts/Centaur.woff2') format('woff2'),
        url('/wp-content/themes/connieblog/fonts/Centaur.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
