/*
Theme Name: Rockabye
Theme URI: http://smthemes.com/rockabye/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 12/01/2017
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:Arial;
	font-size:13px;
	background:url(http://www.boycottmcdonalds.com/wp-content/themes/rockabye/images/top.png) top center no-repeat, url(images/back.png);
	color:#fff;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#9e9acb;
	text-decoration:none;
}
a:hover {
	color:#ffcd00;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:url(images/more.png) 50% no-repeat;
	color:#fff;
	font-size:12px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:url(images/more.png) 50% no-repeat;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select {
	color:#a9a9a9;
	font-size:12px;
	background:#fff;
	border-radius:4px;
	border:none;
	box-shadow: inset 2px 3px 0 rgba(0,0,0,0.09), 2px 3px 0 rgba(0,0,0,0.15);
	font-weight:bold;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	color:#494949;
}
.accent {
	color:#ffcd00;
	font-family:'mclarenregular';
	font-size:22px;
}
#comments .accent { font-size:16px; }
.descent {
	color:#494949;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#2f4d83;
	color:#ffcd00;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#ffcd00;
	color:#fff;
} 

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:120px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:120px;
	color:#ffcd00;
	font-family:'mclarenregular';
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:120px;
	width: 217px;
	background:url(http://www.boycottmcdonalds.com/wp-content/themes/rockabye/images/search.png) 50% no-repeat;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-top:50px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a9a9a9;
	padding-right: 40px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	color:#5959a4;
	border:none;
	font-family:'FontAwesome';
	background:none;
}
.headersearch .search-box input[type="search"] {
	background:none;
	border:none;
	box-shadow:none;
	font-weight: normal;
	font-size:12px;
	padding-left: 20px;
}
.headersearch .search-box input[type="submit"] {
	color:#5858a4;
	font-size:16px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a9a9a9; }
.search-box input[type="search"]:-moz-placeholder { color:#a9a9a9; }
.search-box input[type="search"]::-moz-placeholder { color:#a9a9a9; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a9a9a9;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:120px;
		margin-left: 20px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:15px;
		line-height:20px;
		padding: 10px 20px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:rgba(14,38,73,0.6);
		border-radius:60px;
		box-shadow:inset 1px 1px 0 rgba(255,255,255,0.2);
	}
	header ul.nav-menu  > li ul {
		box-shadow:inset 1px 1px 0 rgba(255,255,255,0.2);
		background:#102a51;
		text-align:center;
		border-radius:10px;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:14px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#ffcd00;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:60px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#ffcd00;
		padding: 19px 15px;
		font-size:15px;
		font-family: 'mclarenregular';
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ffcd00;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.2);
	border-radius:20px; 
}
.fp-slides {
	z-index:1;	
}
.fp-slides img {
	border-radius:20px;
}
.fp-content-wrap {
	width:501px;
	left:auto;
	right:-40px;
	top:auto;
	bottom:-80px;
	background:url(images/fp-content.png) 50% no-repeat;
	height:248px;
}
.fp-content {
	padding: 20px 40px;
	box-sizing: border-box;
	top: 0;
	position: relative;
}
.fp-title {
	color: #ffcd00;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	font-family: 'mclarenregular';
}
.fp-description {
	color:#fff;
	margin:5px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}
.fp-more {
	float:none;
	padding: 5px 20px;
	margin-left: -10px;
	background:url(images/fp-more.png) 50% no-repeat;
}
.fp-more:hover {
	background:url(images/more.png) 50% no-repeat;	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-30px;
	height:59px;
	width:59px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
@media screen and (max-width:1024px) {
	.fp-content-wrap {
		background:none;
		margin-right:60px;
		bottom:0;
		height:auto;
	} 	
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
	position: relative;
	z-index: 1;
}
.page-title {
	font-family:'mclarenregular';
	color:#ff4a4a;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	font-family:'mclarenregular';
	color:#ffcd00;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#ffcd00;
}
.entry-title a:hover { color:#ff4a4a;}
article {
	border:none;
	background:url(images/article.png) bottom center no-repeat;
	padding-bottom:60px;
	margin-bottom:20px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border:10px solid #4d4593;
	border-radius:6px;
	margin:0 20px 10px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-weight:bold;
	color:#9e9acb;
	font-size:11px;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon, .post-date .icon {
	color:#9e9acb;
	font-weight:normal;
	padding-right: 5px;
}
.post-categories .icon {
	padding-right:5px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-family:'mclarenregular';
	font-size:14px;
	color:#fff;
}
.widget a:hover {
	color:#ffcd00;
}
.widget .caption h4 {
	color:#ffcd00;
	font-family:'mclarenregular';
	font-size:17px;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	border:5px solid #4d4593;
	border-radius:3px;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_avatar img {
	border-radius:50%;
}
.widget_smt_posts .post-date {
	color:#9e9acb;
	font-size:13px !important;
	display: block;
	margin: 7px 0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	position:relative;
	color:#fff;
	margin-top: 260px;
	background:url(http://www.boycottmcdonalds.com/wp-content/themes/rockabye/images/bottom.png) bottom center no-repeat, url(images/footer.png);
}
footer::before {
	content:'';
	position:absolute;
	top: -440px;
	left:0;
	width:100%;
	height:853px;
	background:url(images/beforefooter.png) top center no-repeat;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	font-size:14px;
	color:#fff;
	font-family:'mclarenregular';
}
footer .widget a:hover, footer a:hover {
	color:#ffcd00;
}
footer .footer_txt {
	text-align:center;
	padding:20px 0;	
}
footer .footer_txt a { color:#ffcd00;}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}