/*
Theme Name: GirlMagic
Theme URI: http://smthemes.com/girlmagic/
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: 07/12/2016
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:'montserratlight';
	font-size:14px;
	background:#fff;
	color:#c5c5c5;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#212121;
	text-decoration:none;
}
a:hover {
	color:#3782ff;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:#3782ff;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-family:'montserratregular';
	float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#296bd8;
	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 { 
	border:none;
	border-bottom:2px solid #f0f0f0;
	border-color:#e0e0e0;
	color:#dfdfdf;
	font-family:'montserratregular';
}
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:#3782ff;
	border-color:#3782ff;
}
.accent {
	color:#212121;
	font-size:22px;
	font-family:'montserratregular';
}
#comments .accent {
	font-size:15px;
}
.descent {
	color:#212121;
	font-size:12px;
	font-family:'montserratregular';
}

/* ....................... Page Navigation .................... */
nav.pagination {
	padding:0 20px;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	border-bottom:1px solid #e5e5e5;
	color:#e5e5e5;
	font-size:16px;
	font-weight:bold;
	padding:12px 25px;
	box-sizing:border-box;
	margin: 0;
}
nav.pagination .page-numbers:first-child {
	padding-left:0;
}
 nav.pagination .page-numbers:last-child {
	padding-right:0;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	margin-bottom:0;
	color:#3782ff;
	padding:12px 25px 11px;
	border-bottom:2px solid #2560c2;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	border-color:#e5e5e5; color:#212121;
}

/* ========================================= Theme Header. ========================================= */
#absolute-top-background {
	background:#b385bf;
	height:270px;
	width:100%;
	top:0;
	left:0;
	position: absolute;
}
.has-slider #absolute-top-background {
	display:none;
}
#logo {
	float:left;
	position:relative;
	z-index:9;
	display:flex;
	align-items:center;
	height:180px;
	margin-left:60px;
}
#logo img {
	max-height:180px;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	display:flex;
	align-items:center;
	height:180px;
	position:absolute;
	left:0;
	right:0;
	margin-top:4px;
	margin:0 auto;
	width:500px;
	max-width:100%;
	z-index:9;
}
.headersearch > form {
	width:100%;
}
@media screen and (max-width:800px) {
	#logo {
		display:block;
		margin:0;
	}
	.headersearch {
		margin-top:80px;
		display:block;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border-bottom: 2px solid #dfdfdf;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2e2e2e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	color:#3782ff;
	font-size:18px;
	background:none !important;
}
.headersearch .search-box {
	border-radius:60px;
	background:rgba(255,255,255,0.15);
	width:100%;
	padding-right:60px;
	border:none;
	box-sizing: border-box;
}
.headersearch .search-box input[type="search"] {	
	height:60px;
	line-height:60px;
	font-family:'montserratregular';
	font-size:15px;
	color:#fff;
}
.headersearch .search-box input[type="submit"] {
	height:60px;
	width:60px;
	color:#fff;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#dfdfdf; }
.search-box input[type="search"]:-moz-placeholder { color:#dfdfdf; }
.search-box input[type="search"]::-moz-placeholder { color:#dfdfdf; }
.search-box input[type="search"]:-ms-input-placeholder { color:#dfdfdf;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#fff; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	.admin-bar #menu-trigger {
		top: 68px;
	}
	#menu-trigger {
		position:absolute;
		height:60px;
		width: 60px;
		right: 60px;
		top:60px;
		background:url(images/menu.png) 50% no-repeat;
		cursor: pointer;
		z-index: 5;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {
		background: url(images/menu-active.png) 50% no-repeat;
	}	
	#extra-menu > div:first-child {
		z-index: 3;
		padding: 140px 60px 120px;
		text-align: right;
		box-sizing:border-box;
		background:#302a2a;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	#extra-menu ul.nav-menu > li {
		float:left;
		width:100%;
	}
	#extra-menu {
		float:right;
		width: 370px;
		position:relative;
		right:0;
		top:0;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#aca1a1;
		padding:20px 0;
		font-size:16px;
		text-transform:uppercase;
		font-family:'montserratextra_bold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li ul {
		position:relative;
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:11px;
		text-transform:uppercase;
		font-family:'montserratextra_bold';
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#3782ff;
	}
	#extra-menu ul.nav-menu  > li ul ul {
		position: absolute;
		right: 100%;
		left: auto;
		top:0 !important;
		background:#3782ff;
		padding:15px 5px;
	}
	#extra-menu ul.nav-menu  > li ul ul li a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li ul ul li:hover > a {
		color:#000;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		position:relative;
		z-index:9;
		display:flex;
		justify-content:center;
		align-items:center;
		height:60px;
		padding-bottom: 100px;
		margin-left: 20px;
	}
	.has-slider #main-menu {
		float:left;
	}
	#main-menu ul.nav-menu > li > a {
		color:#aca1a1;
		padding:10px 40px 10px 0;
		font-size:16px;
		text-transform:uppercase;
		position:relative;
		font-family:'montserratextra_bold';
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#main-menu ul.nav-menu > li:hover > a::after {
			content:'';
			position:absolute;
			bottom:0;
			left:0;
			height:2px;
			background:#fff;
			width:40px;
	}
	#main-menu ul.nav-menu  > li ul {
		padding:10px 40px;
		background:#3782ff;
		margin-left:40px;
		margin-top:-10px;
	}
	#main-menu ul.nav-menu  > li > ul {
		margin:0;
	}	
	#main-menu ul.nav-menu  > li ul li {
		padding:0;
	}
	#main-menu ul.nav-menu > li {
		padding:20px 0;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a::after {
			content:'';
			position:absolute;
			bottom:21px;
			left:-40px;
			height:2px;
			background:#fff;
			width:40px;
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:11px;
		padding:15px 5px;
		text-transform:uppercase;
		font-family:'montserratextra_bold';
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#2b2828;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
		color: #ffffff;
		margin: 25px 0;
	}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top: -180px;
	margin-bottom: -280px;
	background:#fff;
}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(144,0,255,0.25);
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
}
.fp-content {
	bottom:25%;
	box-sizing:border-box;
	padding:20px;
	z-index: 1;
}
.fp-title {
	color:#fff;
	font-size:42px;
	font-family:'montserratsemi_bold';	
}
.fp-description {
	font-size:16px;
	font-family:'montserratregular';
	color:#fff;
}
.fp-more {
	float:left;
	background:rgba(255,255,255,0.3);
	font-size:13px;
	padding:10px 25px;
	padding:10px 40px;
	margin:5px 0 0;
}
.fp-more:hover {
	background:#3782ff;
}
.fp-prev-next-wrap {
	width:101px;
	bottom: 25%;
	right:20px;
	margin-bottom: 20px;
	top: auto;
	position:absolute;
	z-index: 4;
}
.fp-prev-next-wrap a {
	bottom:0;
	height:50px;
	width:50px;
	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;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-50px top;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
@media screen and (max-width:1024px) {
	.slider-container {
		margin-bottom: -180px;		
	}
	.fp-content {
		bottom:0;
	}	
	.fp-prev-next-wrap {
		display:none;
	}
	.fp-title {
		margin:5px 0;
		font-size:28px;
	}
	.fp-description {
		font-size:14px;
		margin:5px 0;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	box-sizing:border-box;
	width:1000px;
	max-width:100%;
	margin:40px auto;
}
.site-content #container {
	border:2px solid #296bd8;
	box-sizing:border-box;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	font-family:'montserratregular';
	color:#212121;
}
.entry-title a {
	font-weight:normal;
}
article {
	padding:0 25px;
	margin:25px 0;
	border:none;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 15px 15px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#2b2b2b;
	font-size:13px;
	border:2px solid #f7f7f7;
	font-family:'montserratregular';
	margin: 5px 0 0 !important;
	padding: 8px 10px 9px;
}
.entry-meta a {
	color:#2b2b2b;
}
.entry-meta a:hover {
	color:#3782ff;
}
.entry-meta > span {
	margin: 0 25px 0 0;
}
.entry-meta > span .icon {
	color:#2b2b2b;
	font-size: 16px;
	padding-right: 15px;
}
.post-categories {
	color:#212121;
	font-size:12px;
	font-family:'montserratregular';
	margin: 0 0 10px;
}

/* ....................... Sidebar .................... */
.sidebar {
	padding:15px;
	background:#f7f7f7;
	box-sizing: border-box;
}
.sidebar .widget {
	margin-bottom:50px;
}
.widget {
	line-height:24px;
}
.widget .caption h4 {
	font-size:18px;
	font-family:'montserratregular';
	color:#212121;
	font-weight:normal;
	margin: 0 0 10px;
}
.widget a {
	color:#3782ff;
	font-size:15px;
	font-family:'montserratregular';
}
.widget a:hover {
	color:#1c5bc3;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 1px solid #eaeaea; 
}
.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:block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	display:inline-block;
	border-color:#1c5bc3;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts .featured-img {
	position:relative;
}
.widget_smt_posts img {
	width:100%;
	vertical-align: bottom;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	background:#3782ff;
	font-size:13px;
	font-family:'montserratregular';
	width:100%;
	text-align:center;
	color:#fff;
	margin:0 0 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	display: block;
}
.widget_smt_posts .post-date .icon {
	padding-right:10px;
}
.widget_smt_posts .featured-img .post-date {
	position:absolute;
	width:150px;
	margin:0;
	max-width:100%;
	left:0;
	right:0;
	bottom: 0;
	margin:0 auto;
}
.widget_smt_posts .title {margin: 12px 0 10px;display: block;}
.widget_smt_posts p:last-of-type {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }
@media only screen and (min-width:801px) {
	.sidebar { width:30%; float:left; }
	.sidebar-right .sidebar {
		margin-left:-30%;
	}
}

/* ========================================= FOOTER. ========================================= */
footer .footer_txt {
	padding:15px;
	text-align:center;
	background:#3782ff;
	color:#fff;
}
footer .footer_txt a {
	color:#212121;
}
footer .widget  {
	padding-top:30px;
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}