/*
 Theme Name:   Matata Child
 Description:  Matata Child Theme
 Template:     matata
 Version:      1.0.0
*/

@font-face {
    font-family: arialcondensed;
    src: url(http://lovingdalston.co.uk/wp-content/uploads/2016/10/arial-mt-condensed.ttf);
}

html, body {font-family: Georgia;}

.site-header {font-family: Arial, Sans-Serif;}

body.home {font-family: Arial, Sans-Serif;}


.my-clear {clear: both;}

body  { 
	/*font-family: Georgia;
	font-size: 18px;
	line-height: 20px;*/
	font-size: 17px;
}

i, em {
	font-family: Georgia;
	font-style: italic;
}

h1 {
	line-height: 28px;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
}

.alignleft {
	padding: 3px;
	margin: 5px 20px 10px 0px;
	float: left;
	border: 1px solid #b8b8b8;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
}


.wp-caption {
	border: 1px solid #b8b8b8;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	text-align: center;
	padding: 5px 5px 0px 5px;
}

figcaption.wp-caption-text {
	font-size: 11px; 
	font-weight: bold;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

.wp-caption img {
	display: inline;
	padding: 0px 3px;
	
}

.main-navigation, .main-navigation a {
	font-size: 12px;
}

img.lovdal-logo {
	display: block;
	width: 100%;
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
	}

p.site-description {
	width: 100%;
	text-align: center;
	border: none;
	font-size: 16px;
	color: black;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 19px;
}

.top-bar {border-bottom: 1px dotted #CC0000;}

.top-menu {width: 80%;}

.rss-feed-sub {float: right;}

.top-menu p {
	font-size: 11px; 
	color: black;
	text-decoration: none;
}

.top-menu a, .rss-feed-sub a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

.top-menu a:hover, .rss-feed-sub a:hover {text-decoration: underline;}



#masthead nav {
	border-top-color: #506A8F;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
  background-color: #CC0000;
}

.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-color: #506A8F;
}

h2.entry-title {
	color: #506A8F;
	line-height: 110%;
}

h2.entry-title:hover {color: #CC0000;}

.entry-meta, .entry-meta span, .entry-meta span a  {color: #979797;}
.entry-meta span a:hover {color: #565656;}


.entry-content a {color: #506A8F;}

.entry-content a:hover {color: #CC0000;}

.posts-navigation .nav-previous a, .posts-navigation .nav-next a, a.more-link, #comments .reply a {
	background-color: #506A8F;	
}

a.more-link {color: white;}

.posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, a.more-link:hover, #comments .reply a:hover {
	background-color: #CC0000;
	text-decoration: none;
}

a.more-link:hover {color: white;}

.widget .widget-title {
	border-bottom-color: #506A8F;
}

.widget a {color: #506A8F;}

.widget a:hover {color: #CC0000;}

.widget {margin-bottom: 40px;}

#colophon {
	background-color: #ffffff;
	border-top: 1px dotted #cc0000;
	padding: 10px 25px;
}

.site-info {
	background-color: #ffffff;
	color: #727272;
	text-align: center;
}

.home .robots-nocontent.sd-block.sd-social.sd-social-icon-text.sd-sharing {display: none;}

.home .entry-meta {display: none;}

.qpm {display: none;}

h2.widget-title {color: #cc0000;}

h2.homepageh2 {
	color: #cc0000;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cc0000;
	margin-top: 4px;
	text-transform: uppercase;
}


.my-site-search {
	float: left;
	width: 360px;
	margin: 10px 0px 0px;
}

.my-site-search input[type="text"] {
	padding: 3px;
	width: 70%;
	border: 1px solid #bababa;
	margin-top: 1px;
}

.my-site-search button[type="submit"] {
	width: 28%;
	float: right;
	cursor: pointer;
	color: #ffffff;
	background-color: #506A8F;
	font-family:'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 6px 0px 9px;
}

button {background-color: #506A8F;}

@media screen and (max-width: 800px){
	.top-menu {width: 50%;}
}

@media screen and (max-width: 640px){
	.my-site-search {
	float: none;
	width: 95%;
	margin: 20px auto 0px;
	}

	#masthead nav {margin-bottom: 20px;}
}

@media screen and (max-width: 600px){
	.top-menu, #menu-top-menu {
	display: block !important;
	width: 50%;
	}
}

@media screen and (max-width: 460px){
	.top-menu {width: 60%;}
}

@media screen and (max-width: 400px){
	.top-menu {width: 100%; padding-right: 0px;}
	..menu-top-menu-container {width: 100%;}
	.top-menu a {width: auto;}
	.rss-feed-sub {margin-top: -33px;}
}


/* other websites dropdown select links */
#link-dropdown-widget option {
	padding: 1px 1px 1px 1px !important;
}

#link-dropdown-widget, #archives-dropdown-4 {
	width: 100% !important;
	padding: 1px 1px 1px 1px !important;
	height: 30px !important;
	font-size: 15px !important;
}

/* small menu-hamburger menu display */

.menu-toggle {
	display: none;
	float: right;
}

.nav-links {display: none !important;}

.posted-on, .byline, .author .vcard, .cat-links, .comments-link {display: none !important;}

#masthead nav {padding-left: 15px; padding-right: 15px;}

h1.entry-title {/*text-align: center;*/ line-height: 140%;}