/*
 * Theme Name: Blank Voce Child
 * Description: Child theme for Voce Theme - Completely blank and an exact replica of the parent Voce Theme.
 * Template: voce-theme
*/
.main, #container {
	width: 100%;
}
body {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	height: auto;
}
a {
	text-decoration: none;
	color: #2b6b7f;
}
a:visited {
	color: #2b6b7f;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-family: 'Overlock SC', sans-serif;
	font-size: 2.5em;
}
h4 {
	font-family: 'Overlock SC', sans-serif;
	font-size: 2.5em !important;
	padding-bottom: 0px;
}
.menu li a {
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
}
#menu-area-standard,
#menu-area-footer,
#standard-menu-wrap,
#footer-menu-wrap {
	background: #2b6b7f;
	color: #daebeb;
	text-align: center;
}
.menu li a:hover,
.menu a:hover {
	color: #bcd3b1;
}
#menu-area-standard .menu a:hover,
#menu-area-footer .menu a:hover,
#header-menu-wrap .menu a:hover,
#standard-menu-wrap .menu a:hover,
#footer-menu-wrap .menu a:hover {
	color: #bcd3b1;
}
#menu-area-standard .menu {
	font-size: 1.2em;
}
#menu-area-footer .menu {
	font-size: 0.9em;
}
.header-navigation .menu li ul a,
.secondary-navigation .menu li ul li a {
	background: #525252;
	color: #000000;
	padding: .66667em;
	width: 180px;
}
/*medium+ screen sizes*/
@media (min-width: 1201px) {
    .desktop-only {
        display: block !important;
    }
	
	.mobile-only {
		display: none !important;
	}
}
 
/*small screen sizes*/
@media (max-width: 1200px) {
    .mobile-only {
        display: block !important;
    }
 
    .desktop-only {
        display: none !important;
    }
}
/* Body  styles
  --------------------------------------------- */
body, html {
	overflow-x: hidden;
	height: auto;
}
* {
	margin: 0;
	padding: 0
}
.hs_cover p {
	padding-right: 100px;
	padding-left: 100px;
}
.hs_cover_mobile p {
}

.wrapper {
	background: 
    /* top, transparent green, faked with gradient */ 
    linear-gradient(
      rgba(188, 211, 177, 0.5), 
      rgba(188, 211, 177, 0.5)
    ),
    /* bottom, image */
    url('/wp-content/uploads/water_texture.jpg');
	height: 500px;
	margin: -25px;
    background-attachment: fixed;
	background-repeat: repeat;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.section {
	padding-top: 5px;
}
.voce_header_top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section h1 {
	color: #f4f4f4;
	font-size: 5em;
	text-align: center;
	text-shadow: 13px 7px 25px rgba(0, 0, 0, 0.35);
}
/*small screen sizes*/
@media (max-width: 1200px) {
	.wrapper {
		height: 300px;
	}
    .section h1 {
        font-size: 2.7em;
    }
}
voce_footer_bottom img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_wrapper {
	background: 
    /* top, transparent green, faked with gradient */ 
    linear-gradient(
      rgba(188, 211, 177, 0.5), 
      rgba(188, 211, 177, 0.5)
    ),
    /* bottom, image */
    url('/wp-content/uploads/water_texture.jpg');
	height: 100px;
	margin: -12px -25px -10px -25px;
    background-attachment: fixed;
	background-repeat: repeat;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.homeheader {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Embeddabook styles */

.embeddabook-author {
	display: none !important;
}
h2.embeddabook-title {
	display: none !important;
}
