/*
Theme Name: Twenty Thirteen-child
Theme URI: http://www.petwebdesigns.com
Author: Pet Web
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:     twentythirteen
*/

body
{
	background-color: #e9acbc;
}
#page{
	background-color: #e9acbc;
}

h2{
	font-family:  Georgia, Times, serif;
	font-size:20px;
	color:#6bba04;
	font-weight:600;
	margin-bottom:5px;
}
.entry-title{
	text-align:center;
	color:#9d154c;
	font-family: 'Merienda One', cursive;
	font-size:30px;
	text-shadow: 1px 1px 3px #555353;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	h3{
	text-align:center;
	color:#9d154c;
	font-family: 'Merienda One', cursive;
	margin-top:0;
	font-size:20px;
	text-shadow: 1px 1px 3px #555353;
}

.ciao{
	/*font-family: French Script MT, serif;
	font-family: 'Pacifico', cursive;*/
	font-family: 'Merienda One', cursive;
	color: #9b1048;
	font-size: 24px;
	padding-right:2px;
}

.greentext
{
	color:#6bba04;
}
.smalltext{
	font-size: 13px;
	font-style: italic;
}

a {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
}

a:active,
a:hover {
	color: #df4387;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.entry-content{
	font-size:18px;
	float:left;
	width:75%;
	background-color:#e4dec6;
	margin-top:-10px;
	padding-top:10px;
	margin-bottom:-10px;
}
.side-content
{
	background-color:#df927b;
	float:right;
	width:25%;
	padding: 10px;
}

.entry-content a,
.comment-content a {
	color: #000;
	font-weight:500;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #df4387;
}

h1 {
	font-size: 30px;
	margin: 25px 0;
	clear:none;
}
h2
{
	font-weight: bold;
}

.content-area
{
	max-width: 815px;
	margin: 0 auto;
	background-color:#df927b;
  border-left:3px solid #de4284;
  border-right:3px solid #de4284;
}

.bottom-footer{
    background-color:#a20015;
    max-width: 815px;
		margin: 0 auto;
    height:30px;
    border-bottom-left-radius:80%;
    border-bottom-right-radius:80%;
}
.top-header{
    background-color:#94ce4a;
    max-width: 815px;
		margin: 0 auto;
    height:50px;
    border-top-left-radius:80%;
    border-top-right-radius:80%;
    margin-top:8px;
    border-top:3px solid #de4284;
    border-left:3px solid #de4284;
    border-right:3px solid #de4284;
}



.site-footer
{
	max-width: 815px;
	margin: 0 auto;
	background-color:#e9acbc;
}



.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 815px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	-ms-hyphens: none;
}

.entry-header {
	margin-bottom: 0;
	margin-top:-10px;
	padding-bottom:5px;
	background-color:#e4dec6;
	width:75%;
	float:left;
}

.hentry {
	padding: 10px 0;
}

.header-area{
	max-width: 815px;
	margin:0 auto;
	background-color:#94ce4a;
	background-image: none;
	border-left:3px solid #de4284;
  border-right:3px solid #de4284;
}

.headertext1{
	text-align:center;
	color:#9d154c;
	font-family: 'Merienda One', cursive;
	font-size:22px;
	text-shadow: 1px 1px 3px #555353;
	margin-top:0;
}

.welcome{
	font-size:32px;
}

.headerlogo
{
	margin-top:0;
	text-align:center;
}


/* Navbar */
.navbar {
	/*max-width: 1080px;
	margin:0 auto;*/
	background-color: #a20015;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  text-align:center;
}

ul.nav-menu,
div.nav-menu > ul {
	padding: 0 25px 0 0;
	margin-left:20px;
}

.nav-menu li a {
	font-size: 17px;
	font-weight:500;
  padding:13px 11px;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	font-style: normal;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
background-color: #000;
}
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #000;
		color: #fff;
	}
	
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		color: #fff;
	}


.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}

.menutitles
{
	color:#f58000;
	font-weight:700;
	border-bottom:1px solid #ccc;
  font-size:15px;
}

/*-----------------forms-------------------*/
form {
width:85%;
margin:4% 10%;
}


/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{
margin-bottom: 10px;
margin-top: 10px;
width:100%;
padding: 10px;
border-radius:10px;
border:1px solid #cccccc;
}

select{
width:100%;
font-size: 18px;
}

textarea{
width:100%;
padding: 15px;
margin-top: 10px;
border:1px solid #cccccc;
border-radius:10px;
margin-bottom: 20px;
resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}

/*-----------------end forms-------------------*/

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #6bba04; /* Old browsers */
	background: -webkit-linear-gradient(top, #6bba04 0%, #679a2b 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #6bba04 0%, #679a2b 100%); /* W3C */
	border-bottom: 3px solid #496b21;
	color: #fff;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #496b21; /* Old browsers */
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #496b21; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #496b21;
	padding: 10px 24px 11px;
}

/* End Buttons */


@media (max-width: 643px) {
	.hh-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
		color:red;
	}
}

/* FlexGRID. */
.flexwrapper {
	width: 100%;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 4%;
	margin: 4% 0 0;
}
body .flexwrapper:first-child {
	margin: 0;
}
.row {
	clear: both;
	max-width: 95%;
	height: 100%;
	margin: 0 auto;
}
.row:after {
	content:"";
	display:table;
	clear:both;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
	float: left;
	width: 100%;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	margin: 4% 0 0;
}

.flexwrapper .row .col_1,
.flexwrapper .row .col_2,
.flexwrapper .row .col_3,
.flexwrapper .row .col_4,
.flexwrapper .row .col_5,
.flexwrapper .row .col_6,
.flexwrapper .row .col_7,
.flexwrapper .row .col_8,
.flexwrapper .row .col_9,
.flexwrapper .row .col_10,
.flexwrapper .row .col_11,
.flexwrapper .row .col_12 {
	padding: 10px;
}
.no_padding,
.row.no_padding .col_1,
.row.no_padding .col_2,
.row.no_padding .col_3,
.row.no_padding .col_4,
.row.no_padding .col_5,
.row.no_padding .col_6,
.row.no_padding .col_7,
.row.no_padding .col_8,
.row.no_padding .col_9,
.row.no_padding .col_10,
.row.no_padding .col_11,
.row.no_padding .col_12 {
	padding: 0 !important;
}

@media all and (min-width : 768px) {
	
	.headertext1{
	text-align:center;
	color:#9d154c;
	font-family: 'Merienda One', cursive;
	font-size:22px;
	text-shadow: 1px 1px 3px #555353;
	margin-top:-15px;
	}
	.headerlogo
	{
		margin-top:5px;
		text-align:right;
	}
	.header-area{
	max-width: 815px;
	margin:0 auto;
	background-color:#94ce4a;
	background-image: url("/daycare/wp-content/themes/twentythirteen-child/images/header-back.jpg");
	background-repeat: no-repeat;
	border-left:3px solid #de4284;
  border-right:3px solid #de4284;
}

.top-header{
    max-width: 815px;
    background-image: url("/daycare/wp-content/themes/twentythirteen-child/images/header-back2.jpg");
    background-position: bottom; 
    background-repeat: no-repeat;
}

	.flexwrapper {
		width: 100%;
		padding: 1% 0;
		margin: 2% 0 0;
	}
	.row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		clear: both;
		margin: 0 auto;
		max-width: 98%;
		height: 100%;
		padding: 2% 0 0;
	}
	.flexwrapper .row {
		padding: 1% 0;	
	}
	.row:after {
		content:"";
		display:table;
		clear:both;
	}
	.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
		margin: 0 2% 0 0;
		float: left;
		word-break: break-word;
		position: relative;
	}
	
	.col_1 { width: 6.5%; }
	.col_2 { width: 15%; }
	.col_3 { width: 23.5%; }
	.col_4 { width: 33%; }
	.col_5 { width: 43.5%; }
	.col_6 { width: 49%; }
	.col_7 { width: 57.5%; }
	.col_8 { width: 66%; }
	.col_9 { width: 74.5%; }
	.col_10 { width: 83%; }
	.col_11 { width: 91.5%; }
	.col_12 { width: 100%; margin: 0; }
	
	.last {
		margin: 0;
	}
}


/* Your styles go here. */
.flexGRID {
	/*background: #fff;*/
}
.flexGRID .row .col_1,
.flexGRID .row .col_2,
.flexGRID .row .col_3,
.flexGRID .row .col_4,
.flexGRID .row .col_5,
.flexGRID .row .col_6,
.flexGRID .row .col_7,
.flexGRID .row .col_8,
.flexGRID .row .col_9,
.flexGRID .row .col_10,
.flexGRID .row .col_11,
.flexGRID .row .col_12 {
		padding: 0 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.flexGRID .row:first-child .col_12 {
	background: none;
	padding: 0;
}
.flexGRID .row:first-child .col_12 h1 {
	font-size: 32px;
	margin-bottom: 2%;
	text-align: center;
}
/*end flexGRID*/


@media (min-width:650px) {
    .desktop-only {
        display:block !important;
    }
     .mobile-only {
       display:none !important;
    }
}

@media (max-width: 649px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
    .entry-content, .side-content, .entry-header{
    	width:100%;
    	float:none
    }
   }

@media (min-width:450px) {
    .header-area{
			max-width: 815px;
			margin:0 auto;
		}
}

@media (max-width:450px) {
    .loc-phone{
			margin-top:20px;
		}
}

