/* 
Theme name: Excel Blog Child
Description: Trial child theme
Author: Chris Short
Version: 2.6
Template: excel-blog
*/
@import url('../excel-blog/style.css');


body,
button,
input,
select,
textarea {
	color: black;
	font-family: "Georgia", "Times New Roman",serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

.site-branding img {
       	height:auto;
	margin-bottom: -7px;
	aspect-ratio: auto 1000/288;
	overflow-clip-margin:content-box;
	overflow: clip;}



#search-3 {
	padding-top: 0px!important; /* adjust this to match the height of your header */
	}
aside#secondary.widget-area {
	padding-top: 0px;
}
.site-main {
	padding-top: 0px!important; /* adjust this to match the height of your header */
}

.nav-holder {
  background-color: #CAB9A4;
	z-index: 120;
}


.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
padding-top: 10;
	font: 500 18px/30px 'Georgia', 'Times New Roman', serif;
	text-align: center;
}


.main-navigation li.focus > a,
.main-navigation ul li a:focus {
	background: #8F7F6D;
}

.main-navigation ul ul .focus > a {
	background: #8F7F6D;
}


.main-navigation ul ul a.focus {
	background: #8F7F6D;
}


.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus {
	background: #8F7F6D;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	background: #8F7F6D;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	background: #8F7F6D;
}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background: #CAB9A4;
}

/*Left align the text or list content */


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

#primary .post, #primary .page{
text-align: left;}
}

/*Format the info in lists */

.1cp-customfield {
font-style: italic;
}

div .1cp_excerpt {
font-style: italic;}

/*footer style*/


.site-footer{
	color: #FFFFFF;
}



.wpcf7-form-control.wpcf7-textarea {
width: 750px;
}

.searchandfilter input[type="text"] {font-size:26px; width:630px;}

@media only screen and (max-width: 767px) and (min-width: 480px){
.searchandfilter input[type="text"] {width:325px;}
}
@media only screen and (max-width: 479px){
.searchandfilter input[type="text"] {font-size:16px; width:180px;}
}

.image-holder {
position:absolute;
left: 100px;
}

#primary-look {
position: relative;
left: 530px;
height: 135px;
}

.search-field {
width: 250px;}


/*To correct grey rectangle on RHS of many pages*/

#secondary .widget .widget_text .textwidget {
background: #000000;
}