/*
Theme Name: Maria's Love
Theme URI: http://www.mariaslove.com/
*/

/*---------------------------
# Normalize
---------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.55;
}

img {
	vertical-align: middle;
}
p {
	margin-bottom: 30px;
}

/*---------------------------
# Links
---------------------------*/
a { 
	color:#009cde; 
	text-decoration: none;
}
/*a:visited { 
	color: inherit;
}*/
a:hover, a:focus, a:active { 
	/*color: inherit;*/
	outline: 0;
	text-decoration: none;
}

.page a, .post a {
	text-decoration: underline;
}
.page a[class*="btn"], .post a[class*="btn"] {
	text-decoration: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2,
blockquote {
	font-weight: 800;
}
h3, h4 {
	color: #009cde;
	font-weight: 600;
}

.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0);
}
/* Section */
.section a {
	color: #fff;
	text-decoration: none;
}
.section-excerpt p {
	margin-bottom: 10px;
}

/* Site Header and Nav bar */
.site-header .navbar-default {
  background-color: #009cde;
  border-width: 0px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
	.site-header {
		margin-bottom: 50px;
		padding-bottom: 20px;
		background-color: #fbfbfb;
	}
  	.navbar {
    	border-radius: 0px;
  	}
  	.site-header .navbar-default {
  		margin-bottom: 0px;
	}
}

.site-header .navbar-default .navbar-brand,
.site-header .navbar-default .navbar-brand:hover,
.site-header .navbar-default .navbar-brand:focus {
  background-color: #ffffff;
  height: inherit;
}

.site-header .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.site-header .navbar-default .navbar-nav > .active > a,
.site-header .navbar-default .navbar-nav > .active > a:hover,
.site-header .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(0,0,0,0);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #009cde;
}
.site-header .navbar-default .navbar-toggle {
	margin-top: 15px;
	border-color: #fff;
}
.site-header .navbar-default .navbar-toggle:hover,
.site-header .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.site-header .navbar-default .navbar-toggle.active {
	border-color: #009cde;
}
.site-header .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
	border-width: 0px;
}

@media (max-width: 767px) {
	.site-header .navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}
	.site-header .navbar-brand {
		float: none;
		display: block;
	}
	#social.navbar-nav, #social.navbar-nav > li {
		text-align: center;
	}
	.site-header .navbar-nav > li {
		float: none;
	}
	.site-header .navbar-nav > li > a {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* One Page */
.arrow-explore,
.arrow-explore-first {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* Inner Page */
@media screen and (max-width: 991px) {
	.back-menu {    
		position: fixed;
		background: white;
		width:100vw;
		height:80px;
		left:0px;
		top:0px;
		z-index: 90;
		border-bottom: 1px solid #f1f1f2;
	}
	.site-title {
        top: 10px;
    }
}
.single-content {
	font-size: 18px;
	padding: 75px 0 50px;
}
.single-content blockquote {
	line-height: 1.25;
	border-left: 0;
	padding-left: 0px;
	padding-right: 0px;
}

/* Form Button */
.ginput_container input { 
    padding:10px; 
    color: #333; 
    width:100%; 
    border:1px solid #eee;
}
.gform_wrapper .gform_button.button {
	color: #ffffff;
	padding: 10px 30px;
	border: 1px solid #f90;
	background-color: #f90;
}

/* =Post styling
----------------------------------------------- */
.blog-meta .posted-on,
.blog-meta .cat-links,
.posted-on .updated {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.entry-meta a {
    font-size: 13px;
    color: #6B6B6B;
}
.entry-meta {
    margin-bottom: 20px;
}
footer.entry-meta {
    margin-bottom: 0;
}
.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
}
.entry-meta span {
    margin-right: 10px;
}

.entry-title a {
    color: #444;
}
.blog-entry-header .entry-title {
    color: #444;
	font-size: 18px;
	font-weight: 600;
	/*margin-top: 0;*/
    margin-bottom: 15px;
}
.page .entry-title {
    margin-bottom: 30px;
}

.entry-footer {
    margin-top: 20px;
}
.entry-footer > *, 
.entry-footer a {
    color: #696969;
    margin: 0 6px 0 0;
}

hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* author */
.author-bio {
    clear: both;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.author-bio .avatar {
    float: left;
}
.author-bio-content h4 {
    font-size: 14px;
    margin-top: 0;
}
.author-bio .author-bio-content {
    margin-left: 74px;
}
.secondary-content-box {
    padding-top: 0;
    padding-bottom: 0;
}

/* Blog Post*/
.archive .post-inner-content {
    margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.page .post-inner-content {
    border: 0;
    padding: 0;
}

.comment-author .fn, .author-bio h4, .comment-reply-title {
    text-transform: uppercase;
    font-weight: 700;
}
.comment-author .fn {
    letter-spacing: 2px;
    font-style: normal;
}
.cat-title {
    border-bottom: 1px solid #dedede;
    margin: -30px 0 50px 0;
    padding-bottom: 20px;
    text-align: center;
}
.cat-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cat-title ul li {
    display: inline;
}
.cat-title a {
    color: #8e6193;
    text-transform: uppercase;
}
article.post .post-categories, 
.post-inner-content .cat-item {
    position: relative;
    font-size: 12px;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    list-style: none;
}
article.post .post-categories:after, 
.post-inner-content .cat-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 40px;
    margin-left: -20px;
    background: #009cde;
}
article.post .post-categories a, 
.post-inner-content .cat-item a {
    color: #696969;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* Masonary style */
article.post:first-child .post-inner-content {
    padding-top: 0;
}

@media (min-width: 768px) {
    /*.article-container {
        overflow: hidden;
    }*/
    .blog .blog-post article.post:first-child {
        width: 100%;
    }
	.blog .blog-post article.post:first-child .blog-entry-header {
		position: absolute;
		top: 40px;
		left: 40px;
		right: 40px;
	}
	
	.blog .blog-post article.post:first-child .entry-title a,
	.blog .blog-post article.post:first-child .entry-title {
		font-size: 50px;
		color: #fff;
		font-weight: 800;
	}
	
	.blog .blog-post article.post:first-child .hide { 
		display: inline-block!important; }
	.blog .blog-post article.post:first-child .blog-meta { 
		display: none!important; }
		
	.blog .site-main.col-md-8 {
		border-right: 1px solid #eee;
	}
}

@media (max-width: 767px) {
    .post-inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #secondary {
        padding: 30px 15px 0!important;
    }
}

.videos-post .post-inner-content {
	position: relative;
}
.videos-post .video-entry-header {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
}

.video-entry-header .btn,
.video-entry-header .entry-title a {
	color: #fff;
}

/* =Navigation
----------------------------------------------- */
.post-navigation a, .paging-navigation a {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post-navigation a:hover, .paging-navigation a:hover {
    text-decoration: none;
}
.paging-navigation {
    margin-top: 1.5em;
    text-transform: uppercase;
}
.post-navigation .nav-previous, .paging-navigation .nav-previous {
    float: left;
}
.post-navigation .nav-next, .paging-navigation .nav-next {
    float: right;
    text-align: right;
}
.more-link {
    float: right;
    margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}

/* =Comments
----------------------------------------------- */

.comment-content {
    margin-top: 10px;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {}
#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
#respond> p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
}
p.logged-in-as {
	font-size: 12px;
    padding-bottom: 0px;
}
.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
}
.comment-list li .comment-body {
    position: relative;
}
.comment-list li .comment-body:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #009cde;
    margin-left: -20px;
}
.comment-list> li:last-child .comment-body:after {
    content: none;
}
.comment-list, .comment-list .children {
    list-style: none;
}
.comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    margin-top: 2em;
    padding-left: 100px;
    position: relative;
    min-height: 100px;
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: left 20px;
}
.comments-title, .comment-reply-title {
    font-size: 12px;
    margin: 0 0 50px 0;
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.comment-author.vcard {
    font-size: 12px;
    margin-bottom: 10px;
}
.vcard .avatar {
    border-radius: 50%;
    /*position: absolute;
    left: 0;
    top: 0;*/
}
.comment-metadata {
    display: none;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}
.comment-reply-link {
    background: #f2f2f2;
    border-radius: 2px;
    color: #000000;
    font-size: 10px;
    margin-left: 20px;
    display: inline-block;
    padding: 4px 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
}
.comment-respond label {
    display: block;
    font-weight: normal;
}
.comment-respond .required {
    color: #C7254E;
}

.comment-navigation, .single .nav-links {
    overflow: hidden;
    margin-top: 30px;
}
.comment-form input.form-control {
    border: 1px solid #eeeeee;
    border-radius: 0;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 10px;
    width: 100%;
}
.comment-form textarea.form-control {
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 100px;
}
.comment-form #submit {
	font-size: 12px;
    height: 35px;
	color: #FFFFFF;
    border-radius: 0;
    padding: 0 80px;
    text-transform: uppercase;
    border: 0;
	background: #009cde;
}
.comment-form .form-submit {
    margin: 0;
}
.comment-meta.commentmetadata a {
    color: #999;
    font-style: italic;
}
@media(max-width:767px) {
    .post-inner-content {
        padding: 20px 25px;
    }
    .comment-list .children {
        padding-left: 10px;
    }
}

/* =Widgets
----------------------------------------------- */
/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
    height: 40px;
}
.widget input, .widget textarea, .widget select {
    padding: 5px 10px;
    width: 100%;
	border: 1px solid #eee;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}
.widget .widget-title {
	margin-bottom: 20px;
}
.widget ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget ul {
    padding: 0;
    line-height: 18px;
    font-size: 14px;
}
.widget ul.nav.nav-tabs {
    padding: 0;
}
#secondary .widget {
    margin-bottom: 50px;
    overflow: hidden;
}
#secondary .widget:last-child {
    margin-bottom: 0px;
}
.tab-content ul li {
    list-style: none;
}
#secondary .widget > h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #009cde;
}
#secondary .widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
	font-weight: 600;
}
#secondary .widget-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #333;
}
.widget ul ul {
    padding: 10px;
}
.widget ul#social li {
	font-size: 20px;
    border-bottom: 0px;
	padding: 15px 15px 15px 0;
}

@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}
ul#menu-social-items, #secondary .widget .social-icons {
    margin-bottom: 0;
}
ul.children, ul.children li {
    border: 0;
    margin: 0;
}

/* Custom Category Widget */
.cats-widget ul li span {
    float: right;
}

/* Recent Post widgets */
.recent-posts-wrapper .post {
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.recent-posts-wrapper .post .post-image {
    width: 80px;
    height: 80px;
    float: left;
    display: block;
    background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.recent-posts-wrapper .post .post-image img:hover {
    opacity: 0.6 !important;
}
.recent-posts-wrapper .post .post-content {
    margin-left: 100px;
}
.widget .post-content> span {
    display: block;
}
#secondary .widget .post-content a {
    font-style: italic;
    font-size: 16px;
}
#secondary .widget .post-content a:hover {}
.widget .post-content span {
    font-size: 12px;
}

/* Tags */
.tagcloud {
    margin-top: 25px;
}
.tagcloud a {
    padding: 6px 8px;
    margin-right: 2px;
    margin-bottom: 4px;
    line-height: 100%;
	font-size: 12px!important;
    display: inline-block;
	color: #ffffff;
    background-color: #f69300;
    text-transform: uppercase;
}
.tagcloud a:hover {
    color: #ffffff;
    background-color: #009cde;
    border-color: #009cde;
}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
    margin-right: 20px;
}
.social-icons {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
#secondary .widget .social-icons {
    text-align: left;
}
#secondary #social a {
    color: #696969;
    display: block;
    font-size: 18px;
    list-style: none;
    text-align: center;
}
.header-search-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#secondary #social a:hover {
    color: #009cde;
}

/* scroll-to-top */
.scroll-to-top {
    background: #363636;
    background: rgba(100, 100, 100, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
    background: #009cde;
    opacity: .8;
}

.sidenav .site-info {
	color: #909090;
	font-size: 14px;
	padding: 15px 15px 15px 42px;
	position: absolute;
	bottom: 25px;
}

/* Footer Widget */
.footer-widget {
	padding: 40px 0 30px;
}


/* Footer */
.error404 .site-footer {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
}
.site-footer {
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	background-color: #191919;
}
.site-footer a,
.site-footer .widget-title {
	color: #fff;
}
.site-info {
	padding: 15px 0;
	background-color: #141414;
}