/*
 Theme Name:     Twenty Thirteen Child
 Description:    Twenty Thirteen Child Theme
 Author:         BrightSpark OÃ
 Author URI:     https://www.brightspark.ee
 Template:       twentythirteen
 Version:        0.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentythirteen/style.css');




/* =Theme customization starts here
-------------------------------------------------------------- */

.featured-gallery{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.featured-gallery-item{
  width: 23%;
  margin: 10px 1%;
}
.featured-gallery-item img{
  width: 100%;
  height: auto;
}
.lg-backdrop {
  background-color: rgba(255,255,255,0.95) !important;
}
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0) !important;
}
.lg-toolbar .lg-icon {
  color: #fff !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  font-size: 26px !important;
}
@media (max-width: 1000px){
  .featured-gallery-item{
    width: 31.33333333333333%;
  }
}
@media (max-width: 600px){
  .featured-gallery-item{
    width: calc(50% - 10px);
    margin: 10px 5px;
  }
}

.gallery-image-container:hover .thumbnail-icon {
	display: block;
}

/* Mobile/tablet css */

@media (max-width: 1070px) {

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.site-main,
    .site-content,
    .site-main .sidebar-container,
    .article-arhive-tab {
        width: 100% !important;
    }

	#page {
		position: inherit;
		padding: 0 10px !important;
	}

	.content-area {
		float: none !important;
	}

	.entry-content {
		max-width: 100% !important;
	}

	.entry-content p {
		clear: both;
	}

	.site-main .sidebar-container {
		float: none !important;
		width: 250px !important;
		margin: 0 auto !important;
		position: relative !important;
		/*top: 697px !important;*/
        right: 0;
	}

	/*
    .home.blog .site-main .sidebar-container {
        position: absolute !important;
		top: 697px !important;
    }
	*/

    .site-main .widget-area {
        margin-right: 0 !important;
    }

    .title-footer-social {
    	float: none !important;
        margin-bottom: 30px !important;
        margin-top: 0;
        max-width: 100% !important;
    }
    ˇ
    .title-footer-social .fb-like {
    	width: 78px !important;
    	float: left;
    }

    .title-footer-social > a {
    	float: left;
    }

    .title-footer-social .fb_comment {
    	float: left !important;
    	margin-bottom: 20px;
    }

    #facebook-mobile-comments {
    	margin-top: 10px;
    	max-width: 300px;
    }

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.category-tanavamood .wp-caption-text {
	   display: inline-block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #fff;
		color: #000;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	input#captcha {
		width: 84px !important;
		max-width: 84px;
	}

	input.wpcf7-form-control.wpcf7-text {
		width: 220px !important;
	}

	li.birthdate-label.bullet-size {
		list-style-type: none !important;
		padding-left: 12px !important;
	}

    .femme-main-article {
        margin-right: 0 !important;
    }

}

@media (max-width: 643px) {

	.site-main,
    .site-content,
    .site-main .sidebar-container,
    .article-arhive-tab {
        width: 100% !important;
    }

    .home-link img {
        width: 100px;
        height: auto;
    }

    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        width: 100%;
        padding: 0 !important;
    }

    .site-header {
        position: relative;
        height: 120px;
    }

    .article-post-column {
		width: 217px;
		margin-right: 25px;
		margin-bottom: 30px;
		height: none;
		vertical-align: top;
	}

	p.femme_banner {
	   margin: 5px 0 10px;
	   text-align: center;
	}

	.article-gallery .open-gallery-slider {
		display: block !important;
	}

	.article-gallery:hover .open-gallery-slider {
		display: block !important;
	}

	header > div.excerpt-post-intro > a {
		display: none;
	}

    div.entry-content > p > iframe {
    	width: 100% !important;
    	height: 200px !important;
    }

    .navbar {
        position: absolute;
        top: 0;
        left: 0;
    }

    .navbar .menu-main-menu-container {
        background: white;
        z-index: 3;
        position:relative;
    }

    .nav-menu li {
        display: block !important;
        margin-left: 0 !important;
        left: 10px;
    }

    .navbar .social-link {
        display: inline-block !important;
    }

    .nav-menu .social-link {
        margin-left: 15px !important;
        margin-bottom: 10px !important;
    }

    .nav-menu li:hover > a,
    .nav-menu li a:hover {
        background-color: white !important;
        color: black !important;
    }

    .search-form .search-field {
        display: none;
    }

	.site-header .search-form {
		top: 0 !important;
	}

    .site-header .image-search-button {
        margin: 17px !important;
    }

    #widget_sp_image-2 {
        margin-top: 10px !important;
        background-color: ;
    }

    .gallery-image-container .thumbnail-icon {
    	display: block !important;
		visibility: visible !important;
    }

    .femme-head-logo {
        z-index: 2;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform:translate(-50%, 0);
    }

    .site-main .widget-area,
    .content-area {
        margin: 0 auto !important;
    }

    .femme-main-article .entry-header .entry-title a {
        font-size: 30px !important;
    }

    h1.entry-title, .entry-title a, .entry-title a:hover, .format-video .entry-title {
        padding-top: 10px !important;
    }

    .article-arhive-content {
        text-align: center;
    }

    .article-post-column,
    article.article-list img {
        width:auto !important;
        max-width: 100% !important;
    }

    .site-footer {
        border-top: 0px !important;
    }

    #menu-footer-menu li {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .femme-main-article{
    	margin-right: 0 !important;
    }

    .femme-main-article .entry-header .thumbnail-icon {
		top: 65% !important;
	}

	.wp-caption {
		margin-top: 30px;
	}

   /*mobiilivaates uudiskirja nupu ära kaotamine*/
    aside#text-2{
    	display:none;
    }

    #menu-footer-menu {
        margin: 20px auto 0 !important;
        padding: 10px 0 23px 0;
        border-bottom: 1px solid black;
        width: 90%;
    }

    .femme-logo-footer {
        display: none;
    }

    .site-footer div {
        margin-left: 0 !important;
        margin-bottom: 18px;
    }

    .menu-social-media-footer-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    #menu-social-media-footer {
        text-align: center;
        margin: 10px 0 !important;
        padding: 0 !important;
    }

    .femme-logo-footer-mobile {
        display:inherit !important;
        padding-top: 70px;
    }

    #copyright {
        clear: both;
        text-align: center !important;
        max-width:auto;
        width: 100%;
    }

    /* Article view */
    .single-post-none .entry-title,
    .single-post-tanavamood .entry-title{
        text-align: center !important;
    }

    .single-post-none .title-footer {
        width: 100%;

    }

    .entry-title-tanavamood {
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .single-post-none .single-post-category {
        /*float: none;*/
        display: table;
        margin: 0 auto;
        letter-spacing: 2px;
        vertical-align: bottom;
    }

    .entry-title-tanavamood .post-entry-date {
        font-size: 14px !important;
    }

    .entry-content p {
        font-size: 18px !important;
        padding: 0 5px;
    }

    .single-post-none .single-post-category a {
        font-size: 12px !important;
        padding: 0 3px !important
    }

    .single-post-none .mobile-autor-wrap {
        float: none;
        margin-top: 10px;
    }

    .single-post-none .mobile-autor-wrap div {
        display: inline-block;
    }

    .femme-image-author, .femme-image-caption {
        font-size: 12px !important;
        margin-top: 10px;
    }

    .add-releted-posts-text,{
        margin-bottom: 10px !important;
    }

    .add-releted-posts-text:after,
    .add-comment-text:after {
        border: 0px !important;
        height: 0px !important;
    }

    .title-footer-social .fb-like {
        max-width: 120px !important;
        width: auto !important;
    }

	h1.entry-title-tanavamood,
	.single-post-tanavamood * {
		margin: 0 auto;
		width: 100% !important;
		text-align: center;
	}

	.single-post-tanavamood i {
		display: none;
	}

	.single-post-tanavamood .femme-image-caption {
		font-weight: 400 !important;
		margin: 0 !important;
	}

	h1.entry-title-tanavamood {
		width: auto;
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 0.5px;
	}

	.fb-like > span {
		height: auto !important;
	}

	.single-post-tanavamood div.post-entry-date,
	.single-post-tanavamood span.femme-image-author {
		font-size: 12px;
		margin-top: 0;
	}

	.single-post-tanavamood div.post-entry-date {
		margin-top: -5px;
	}

	.single-post-tanavamood .entry-content p {
		line-height: 22px;
		font-size: 16px !important;
		margin-bottom: 25px;
		margin-top: 10px;
	}

	.single-post-tanavamood .entry-content img {
		max-width: 100% !important;
		padding: 0 15px;
		margin-top: -5px;
	}

	.single-post-tanavamood .title-footer-social iframe {
		width: 78px;
		float: right;
	}

	.single-post-tanavamood .title-footer-social a {
		/*left: 10px;*/
	}

	.single-post-tanavamood .title-footer-social {
		clear: both;
		padding: 24px 0;
	}

	div.tanavamood-line {
		width: 25% !important;
		margin: 0 auto !important;
	}

	.hentry.category-tanavamood {
		margin-right: 0 !important;
		margin-top: 0;
	}

	.tm-related-posts ul.related_post li {
		clear: none !important;
		max-width: 46.8% !important;
		margin-right: 7% !important;
		left: 15px;
	}

	.tm-related-posts ul.related_post li img {
		width: 125px !important;
		height: 125px !important;
	}

	.tm-related-posts  ul.related_post li a:nth-child(2) {
		padding: 0 !important;
		text-align: left;
		line-height: 1 !important;
		height: 165px !important;
		top: 5px;
	}

	.tm-related-posts .related_post_title:after {
		content: '';
		border: 0;
	}

	.tm-related-posts .related_post_title {
		text-align: left;
		width: 90%;
		left: 15px;
	}

   /*footer pages titles*/
	#post-49 .entry-header .entry-title,
	#post-51 .entry-header .entry-title,
	#post-55 .entry-header .entry-title,
	#post-46 .entry-header .entry-title,
	#post-35 .entry-header .entry-title,
	#post-431 .entry-header .entry-title {
		text-align: center !important;
		margin-bottom: 30px !important;
		padding-top: 25px !important;
		font-size: 28px !important;
		font-weight: 600 !important;
		border-top: 1px solid lightgray !important;
		text-transform: uppercase;
	}

	#post-46 .entry-content{
		text-align: center;
	}

	#post-431 .entry-header .entry-title {
		margin-left: -7px !important;
	}
	/*sitemap*/
	div#wp-realtime-sitemap-posts{
		width: 100% !important;
	 	-moz-column-count: 1 !important;
	    -moz-column-gap: 0 !important;
	    -webkit-column-count: auto !important;
	    -webkit-column-gap: auto !important;
	    column-count: auto !important;
	    column-gap: auto !important;
	    margin-left: auto !important;
		height: auto !important;
   }

   .sitemap-list-height{
   		height: auto !important;
   }

   .femme-main-article .entry-header .entry-title {
   		top: 40px !important;
   		font-size: 20px !important;
   		line-height: 28px !important;
   }

  	 .femme-main-article .entry-header.dark .entry-thumbnail {
		background-color: white;
	}

	.femme-main-article .entry-header.dark .entry-meta {
		background-color: black;
	}

	.femme-main-article .entry-header.dark .entry-meta a {
		color: white;
	}

	.femme-main-article .entry-header.light .entry-meta a {
		color: black;
	}

   .femme-main-article .entry-header.dark .entry-title a,
   .femme-main-article .entry-header.dark .entry-title a:link,
   .femme-main-article .entry-header.dark .entry-title a:active,
   .femme-main-article .entry-header.dark .entry-title a:hover {
		line-height: 22px !important;
	}

	.femme-main-article .entry-header.light .entry-title a,
	.femme-main-article .entry-header.light .entry-title a:link,
	.femme-main-article .entry-header.light .entry-title a:active,
	.femme-main-article .entry-header.light .entry-title a:hover {
		line-height: 22px !important;
	}

		nav.navigation.post-navigation {
		display: none !important;
	}

	/* Search results */
	.visual-select-search {
		display: none;
	}

	.customFemmeTable {
	   width: 100% !important;
	}

	.article-image-placeholder {
		display: none !important;
	}

	.single-post-tanavamood .title-footer-social button {
		width: auto !important;
	}

	.title-footer-social .fb_iframe_widget {
		float: left;
		bottom: 0 !important;
	}

	.title-footer-social .fb_iframe_widget {
		margin: 0 auto;
	}

	.single-post-tanavamood .title-footer-social .fb_iframe_widget {
		width: 78px !important;
		float: left;
		bottom: 4px !important;
		margin: 0 auto;
	}

	.single-post-tanavamood .title-footer-social .fb_comment {
		margin-bottom: 0 !important;
		float: none !important;
		width: auto !important;
		margin-left: 0;
	}

	.single-post-tanavamood .title-footer-social > a {
		float: left;
		margin-left: 10px;
	}

	.single-post-tanavamood .title-footer-social .fb-like > span {
		width: 162px !important;
	}
}

@media (max-width: 800px) {
	.title-footer-social.social-tanavamood-single {
		clear: both;
		margin-top: 0;
	}

	.tags-links {
		width: auto !important;
	}
}

@media (max-width: 400px) {
	body {
		padding: 0 10px;
	}

    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding: 0 !important;
      }

    .femme-main-article .entry-header .entry-title a {
        font-size: 18px !important;
    }

    h1.entry-title, .entry-title a, .entry-title a:hover, .format-video .entry-title {
        padding-top: 5px !important;
    }

    .fancybox-title-content span.gallery-share {
    	width: 40%;
    	float: right;
    	margin: 25px 0 0 0;
    }
}

@media (max-width: 320px) {

	.article-post-column  {
		margin-right: 0 !important;
	}

	.article-post-column.col-2.article-container {
		margin-left: 0 !important;
	}

	.article-post-column.col-3.article-container {
		margin-left: 0 !important;
	}

	.page_up {
		left: -10px !important;
	}

	#content > div.article-container.article-large-box > div.article-large-post.col-2.row-0 {
		margin-left: 0 !important;
	}

	.article-large-post,
	.article-large-box	{
		width: auto !important;
	}

	.rps_wrapper {
		margin: 0 -10px !important;
	}

	.rps_item a {
		padding: 4px 7px;
	}

	img.rps_thumb {
		width: 112px !important;
		height: 112px;
	}

	a.rps_prev,
	a.rps_next {
		top: 37%;
	}

	.add-comment-text {
		display: none !important;
	}
}

#page {
    position: relative !important;
}

.fb-comments {
	display: none !important;
}

.page_up {
    padding: 5px;
    border: 1px solid black;
    border-top-right-radius: 4px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.site {
	max-width: 100%;
}

.site-main {
	width: 1000px;
	margin: 0 auto;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: black;
}

embed,
iframe,
object,
video {
	max-width: none;
}

iframe {
	margin-bottom: -1px !important;
	margin-right: -2px;
}

.content-area {
	float: left;
	margin-bottom: 30px;
}

body {
	width: 100%;
	background-color: #FFFFFF;
}

html,
button,
input,
select,
textarea, {
	font-family: "brandon-grotesque",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 28px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
}

h3 {
	font-size: 24px;
	font-weight: 500 !important;
	}

article h2 {
	font-size:16px !important;
	color:black;
}

code,
kbd,
pre,
samp {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

.navigation a,
.navigation a:link,
.navigation a:hover,
.navigation a:active,
.navigation a:visited {
	color: black;
}

.nav-links {
	display:none;
}

/*newsletter li bullet size*/
.bullet-size {
	font-size:12px;
}

.bullet-size.bullet-remove {
	list-style-type: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.bullet-size.bullet-remove {
		padding-left: 13px;
	}
}

#wp-realtime-sitemap-posts li {
	list-style-type:none;
}
.newletter-error-massage {
	list-style-type:none;
}

.menu-main-menu-container {
	font-weight:500;
}

#menu-item-69,
#menu-item-68,
#menu-item-67,
#menu-item-66,
#menu-item-65,
#menu-item-70,
#menu-item-64,
#menu-item-434, {
	padding: 0 3px 0 3px;
}

.entry-title-tanavamood {
	text-align: left;
	font-size: 47px;
	font-weight: 500;
	border-top: 1px solid lightgray;
	width: 712px;
	margin-top: 38px !important;
	margin-bottom: 10px;
}

.sisukaart-title {
	margin-top: -30px;
	margin-left:-10px;
	border-top: 1px solid lightgray;
	padding-top: 10px;
	max-width:700px;
}

#wp-realtime-sitemap-posts {
	margin-left:-90px;
}

td, table {
	border: 0;
	line-height: 1.5;
}

span.content-entry-title h1.entry-title {
	text-transform: none !important;
}

/*related posts*/
.related-posts-thumb-title{
	width: 127px !important
	padding-top: 15px !important;
	border: 0pt none;
	margin: 16pt -5pt 0pt;
	padding: 0pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size:16px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	text-align: left;
}

.related-posts-thumb-background{
	border: 0pt none ;
	margin:0 0 0 -7px;
	padding: 0pt;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	width:130px;
	height:130px;
}

.related-posts-thumb-links{
	margin: 0pt;
	padding: 6px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: left;
	padding-right: 13px !important;
	margin-left: 1px;
}

.related-posts-thumb-list{
	border: 0pt none ;
	margin: 0pt;
	padding: 0pt;
	width:130px;
}

.related-posts-thumb-div{
	width: 100%;
}

.add-releted-posts-text{
	float: left;
	font-weight: bold;
	font-size: 24px;
	font-weight: 500;
}

.add-releted-posts-text:after {
	content: ' ';
	height: 20px;
	position: inherit;
	width: 30%;
	display: block;
	border-bottom: 1px solid black;
	top: 100%;
	left: 0;
	margin-bottom:20px;
}

.sitemap-category-link {
	font-weight:bold;
	font-size:17px;
	margin-left:38px;
	text-transform:uppercase;
}

.ul-sitemap-post-links {
	margin-bottom:45px;
}

.sitemap-head-title {
	margin-left:-10px;
}

.sitemap-unsorted {
	margin-top:0;
}

.sitemap-link-style {
	font-size:12px;
}

.author, .vcard {
	display:none;
}

.sitemap-list-height {
	height:280px;
}

.site-main .sidebar-container {
	position: inherit;
	width: 250px;
	float: right;
	height:auto;
	top: auto;
	margin-top: 8px;
}

div#wp-realtime-sitemap-posts {
 	-moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
    margin-left:-80px;
	height: 840px;
}

.entry-content a,
.entry-content a:active,
.entry-content a:link,
.comment-content a,
.comment-content a:active,
.comment-content a:link,
.format-gallery .entry-meta a,
.format-gallery .entry-meta a:active,
.format-gallery .entry-meta a:link,
.format-gallery .entry-content a,
.format-gallery .entry-content a:active,
.format-gallery .entry-content a:link {
	color: black;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	padding: 0px;
	margin: 0;
	margin-left:-70px;
}

.entry-content a:hover,
.comment-content a:hover {
	color: black;
}

.label-title-req{
	position:absolute;
	font-size:14px;
}

.ui-icon-close-img {
    margin-left: 640px;
    width: 16px;
    height: 16px;
    top:15px;
    position:absolute;
}

.modal-title{
	font-size:30px;
	text-align: center;
	margin-bottom:55px;
}

.modal-text-area, .modal-text-area:focus{
	border-top: none;
	border-left: none;
	border-right: none;
}

/* registration form*/
.ui-dialog-buttonset{
	display:none;
}
.dialog-header-text{
	font-size:14px;
	width:400px;
	margin:auto;
}

.birthdate-label{
	margin-top: 5px;
	list-style-type: none !important;
	padding-left: 8px !important;
	width: 65%;
	margin: 0 auto;
}
.error-label{
	color:black;
}

label.error {
	color:black;
}

.label-title{
	color:black !important;
}

.phone{
	width: 295px;
}

.email{
	width: 315px;
}

.name{
	width: 300px;
}

.lastname{
	width: 255px;
}

.birthdate{
	width: 280px;
}
.datefield{
	margin-top:-32px;
	margin-left:90px;
}

#mc_embed_signup{
	display:none;
}

label.error {
color: red;
font-size:10px;
}

.error{
	color: red;
}

.label-title{
	font-size:14px;
}

.submit-reg-button .register{
	width:300px;
	float:right;
	margin-right:300px;
	bottom:10px;
}

.modal-reg-form{
	border:none;
	list-style-type: none;
}

li.bullet-size:before {
   content: "*";
}

.close-newsletter-dialog:hover {
	cursor: pointer;
}

.bullet-size,
.newsletter-button-wrap,
.dialog-header-text,
.modal-title {
	width: 65%;
	margin: 0 auto;
}

.newsletter-button-wrap,
.dialog-header-text {
	display: block;
	padding-left: 5px;
}

.modal-title {
	margin: 30px auto;
}

.label-title-req {
	left: 50%;
	width: 65%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	margin-left: 20px;
	z-index: -1000;
}

.req-text{
	margin-top:25px;
}

.label-title {
	display: inline-block;
	clear: left;
	padding-top: 10px;
	height: 30px;
}

.modal-text-area {
	float: right;
}

.menu-toggle:after {
    content: "";
}

.toggled-on .menu-toggle:after {
    content: "";
}

.newsletter-button-wrap input,
.newsletter-button-wrap input:hover {
	color: rgb(255, 255, 255);
	font-size: 16px !important;
	font-weight: bold;
	background: linear-gradient(rgb(0, 0, 0) 45%, rgb(0, 0, 0)) repeat scroll 0% 0% transparent;
	border-style: solid;
	border-width: 0px;
	border-color: rgb(97, 137, 38);
	border-radius: 0px;
	text-shadow: 0px 0px 0px rgb(0, 0, 0);
	box-shadow: 0px 0px 0px rgb(51, 51, 51);
	float: right;
	text-decoration:none !important;
	padding-left: 12px;
	padding-right: 12px;
}

.sinle-post-category {
	color: white;
}

.categories-links, .categories-links a:hover, .categories-links a:first-child:before, a:active, a:visited {
	content: none;
	text-decoration: none;
}

.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover{
	color:#000000;
}

.thumbnail-container {
	position: relative;
	clear: both;
}

.thumbnail-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}

.thumbnail-icon .icon-pinterest,
.gallery-thumbnail-icon .icon-pinterest {
	top: -2px !important;
}

.gallery-image-loop-container {
	display: none;
}

.thumbnail-icon a,
.thumbnail-icon a.hover {
	color: black;
	text-decoration: none;
}

.date-author-divider {
	margin: 0 5px;
}

.post-author a {
	color:black;
}

.single-post-none {
	width: 100%;
}

.single-post-none .single-post-category,
.single-post-none .single-post-category a,
.single-post-none .single-post-category a:hover,
.single-post-none .single-post-category a:visited{
	text-decoration:none;
	background:black;
	color: white;
	padding: 0 3px 0 3px;
	font-size: 12px;
	font-weight: 500;
	margin-top: 1px;
}

.single-post-none .title-footer .entry-date {
	padding-left: 10px;
	font-size:14px;
	font-weight: 400;
}

.entry-meta, .entry-meta a, .entry-meta a:hover {
	color:black;
	text-align:center;
	font-weight: 500;
	font-size: 11px;
}

.frontpage-article-link:hover {
	text-decoration: none !important;
}

div .entry-meta .article-list-view {
	margin-top:5px !important;
}

#front-article-list-view {
	margin-bottom: 15px !important;
	margin-top: 5px !important;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.wp_rp_footer{
	display:none;
}

.related-posts-style-line{
	width:70px;
	border:1px solid black;
}

.wp_rp_vertical_m{
	float:left;
	margin-bottom: 20px;
}

li.wp_rp_title a:hover{
	text-decoration:underline;
}

.tags-links,
.fb-comments,
.entry-meta .fb_iframe_widget {
	display: block !important;
	margin-top 10px !important;
	text-align: left;
	clear:both;
}
.title-footer-social .fb-like {
    vertical-align: top;
    bottom: 4px;
}

@media (max-width: 643px) {
    .title-footer-social .fb-like {
        /* display: inline-block !important;
        bottom: 0 !important; */
    }
}

footer.entry-meta{
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left:15%;
	width: 1000px;
}

div.excerpt-post-intro{
	margin-top:10px;
	text-align:center;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 10px 0 10px;
}

.arhive div.excerpt-post-intro{
	margin-top: 0;
	font-size: 15px;
	padding-top: 10px;
	line-height: 18px;
}

.excerpt-post-intro a,
.excerpt-post-intro a:hover {
	text-decoration: none;
	color: black;
}

#copyright {
	max-width: 1000px;
	text-align: right;
	margin: 20px auto 0;
}

#copyright p{
	color:black;
	font-size:10px;
}

#copiright a:active, a:hover, a:visited{
	color:black;
}

.banner-wrapper {
	width: 100%;
	background-color: #FFFFFF;
}

.head-banner {
	height: 152px;
	width: 1000px;
	margin: 0 auto;
}

.head-banner img {
    height: 150px !important;
    width: 1000px !important;
}

img.attachment-femme_banner_side_large {
    height: 400px !important;
    width: 250px !important;
}

img.attachment-femme_banner_side_small {
    height: 90px !important;
    width: 250px !important;
}

.widget-area {
	background-color:white;
	margin-right:0;
}

.widget-follow {
	position: fixed;
	top: 0;
}

.widget-middle {
	position: relative;
	top: 0;
}

.recent-posts-widget {
	width:20px;
	border-bottom:1px solid black !important;
	padding-bottom:10px !important;
	margin-left: auto !important;
  	margin-right: auto !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .recent-posts-widget { margin-bottom: 4px; }
}

.site-main .widget-area {
	float: right;
	width: 250px;
}

.archive-header {
	display:none;
}

#wpp-2,
#custom_html-2 {
	background-color: rgba(233, 254, 247, 1.0);
	width:250px;
	margin-bottom:-9px;
  padding-bottom: 50px;
}

#widget_sp_image-2,
#widget_sp_image-5 {
	margin-bottom: -36px;
}

#widget_sp_image-5 img {
	margin-left: 110px;
}

#widget_sp_image-2 img {
	margin-left: 111px;
}

#widget_sp_image-5 {
	background-color: rgba(233, 254, 247, 1.0);
	width: 250px;
}
#widget_sp_image-2 {
	background-color: rgba(253, 253, 229, 1.0);
	width: 250px;
}

#widget_sp_image-4 {
	padding: 0;
	margin-top: 36px;
}

#widget_sp_image-3 {
	width: 250px;
	margin-top: 16px;
	padding: 0;
	background-color: rgba(253, 253, 229, 1.0);
	margin-bottom:-20px;
}

#widget_sp_image-7 {
	margin-top: 9px;
	padding-top: 0;
}

#widget_sp_image-6 {
	padding: 0;
	margin-top: -18px;
}

.gallery-title {
	width: auto;
}

.widget_recent_entries ul li:last-child div {
	display:none;
}

aside#text-2 {
	margin-left:20px;
	margin-top: 12px;
}
#wpp-2 ul li a:hover {
	text-decoration: none;
}

#recent-posts-2 ul li a:hover {
	text-decoration: none;
}

#menu-item-86 img:hover{
	content:url('https://194.204.37.107/Femme/wp-content/uploads/2013/12/instagram-icon-color.png');
}

#menu-main-menu {
	font-weight: 600;
}

#widget_sp_image-12 img {
	max-width: 250px !important;
	margin-top: -36px;
	padding-left:0 !important;
	margin-bottom: -40px;
}

#widget_sp_image-10 img {
	max-width: 250px !important;
	margin-top: -20px;
	padding-left:0 !important;
}

.recent-look-all{
	font-weight: 400;
	margin-top:20px;
	margin-bottom: -15px;
	font-size: 13px;
	text-decoration: none;
	margin-left: 73px;
}

.popular-posts-look-all{
	font-weight: 400;
	margin-top:20px;
	margin-bottom: -15px;
	font-size: 13px;
	text-decoration: none !important;
	margin-right: 7px;
}

.widget_dk-image-rotator-widget{
	padding:0;
	background-color:white;
}

#recent-posts-2 {
	background-color: rgba(253, 253, 229, 1.0);
	width:250px;
	padding-left: 25px;
}

#recent-posts-2 .widget-title {

}

#banner-2{
	background-color:white;
	margin-left:-20px;
	width: 290px;
	margin-bottom:-20px;
	height:400px;
}
#banner-3{
	background-color:white;
	margin-left:-20px;
	width: 290px;
	display:none;
}

.widget {
	font-size: 15px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	margin: 13px -20px 15px 0px;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:0;
	word-wrap: break-word;
	background:white;
	line-height: 18px;
}

#recent-posts-2 > h3 {
	margin-left: -25px !important;
}

.widget .widget-title {
	font: 18px "brandon-grotesque", sans-serif;
	margin: 0 0 10px;
	text-align: center;
	font-weight: 500 !important;
	margin-bottom: 23px;
	font-size: 18px;
	line-height: 1;
	line-height: 18px;
	width: 250px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	padding: 0 5px 0 5px;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: black;
}

.widget_recent_entries ul > li:last-of-type .recent-posts-widget {
	display: none;
}

.widget a:hover {
	color: black;
	text-decoration:none;
}

/* Search widget */
.search-form-page {
	position: relative;
	width: 60%;
	display: inline-block;
}

.search-form .search-submit {
	display: none;
}

.edit-link{
	display:none;
}

.social-tanavamood {
    float: right;
}

.site-content {
	width: 726px;
	float: left;
}

.site-content .post-content{
	margin: 0 auto;
}

.article-large-box {
	display: inline-block;;
	width: 484px;
	height: none;
	vertical-align: top;
}

.article-large-post .wp-post-image {
	width: 100%;
}

#content > div.article-container.article-large-box > div.article-large-post.col-2.row-0 {
	margin-left: 7px;
}

#content > div.article-container.article-large-box > div.article-post-column.col-3.row-1 {
	margin-right: 0;
	margin-left: 7px
}

.article-large-post {
	display: inline-block;
	width: 466px;
	margin-bottom: 15px;
	height: none;
	vertical-align: top;
}

#post-431 .entry-header .entry-title {
	text-align: left;
	margin-bottom: 30px;
	padding-top: 25px;
	font-size: 28px;
	font-weight: 600;
	margin-left: -1px;
	border-top: 1px solid lightgray;
}

#post-53 .entry-header .entry-title {
	text-align: left;
	margin-bottom: 30px;
	padding-top: 25px;
	font-size: 28px;
	font-weight: 600;
	border-top: 1px solid lightgray;
}

.article-post-column {
	display: inline-block;
	width: 217px;
	margin-right: 25px;
	margin-bottom: 30px;
	height: none;
	vertical-align: top;
}
.article-post-column.col-3.article-container{
	margin-right: 0;
	margin-left: 7px;
}

.article-post-column.col-2.article-container {
margin-left: 7px;
}

.article-image-placeholder {
	display: block;
	margin: auto;
	height: none;
	vertical-align: middle;
}

.paging-navigation {
	background-color: white;
}

.format-video,
.format-gallery {
	background-color: white;
}

.entry-title a,
.entry-title a:hover,
h1.entry-title,
.format-video .entry-title,
h1.entry-title-cat {
	font-size: 16px;
	text-align:center;
	color:black;
	line-height: 18px;
	font-weight: 600;
	text-transform:uppercase;
}

.bx-next .icon-caret-right {
	vertical-align: baseline !important;
}

.bx-prev .icon-caret-left {
	vertical-align: baseline !important;
}

.right-content .entry-title {
	padding: 0;
}

.horizontal-tanavamood-image {
	width: 400px;
}

h1.entry-title-cat {
	margin-top: 17px;
	margin-bottom: 0;
}

h1.entry-title span {
	padding: 0;
}

div.title-bottom-border{
	width:20px;
	border-bottom:1px solid black;
	padding-bottom:10px;
	margin-left: auto ;
  	margin-right: auto ;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	padding: 0px;
	margin: 0;
}

.related_post_title,
.add-comment-text {
	position: relative;
	margin-bottom: 40px;
}
.add-comment-text {
	padding-top: 40px;
}

.related_post_title:after {
	content: ' ';
	height: 20px;
	position: absolute;
	width: 30px;
	border-bottom: 1px solid black;
	top: 100%;
	left: 0;
}

.tm-related-posts .wp_rp_publish_date {
	position: absolute;
	display: block;
	bottom: 0;
}

.tm-related-posts-2{
	position: absolute;
	display: block;
	bottom: 0;
	margin-top: -25px;
}

.add-comment-text:after {
	content: ' ';
	height: 15px;
	position: absolute;
	width: 30%;
	display: block;
	border-bottom: 1px solid black;
	top: 100%;
	left: 0;
}

.related_post {
	margin-top: 40px;
	float: left;
}

.related_post li {
	float: left;
}
.tags-links {
	width: 726px;
}

.tags-links a {
	color:gray;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}

.tags-links a:hover {
	color:black;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.tags-links a:hover {
	color:black;
	text-decoration: none;
	font-weight:500;
}

ul.related_post {
	margin-left: -10px !important;
}

.tanavamood-line{
	height: 10px;
	width: 50px;
	display: block;
	border-bottom: 1px solid black;
	left: 0;
	margin-top:-5px;
	margin-bottom:-5px;
}

.single-post-none .entry-title,
.single-post-tanavamood .entry-title,
.arhive .arhive-head h1.entry-title,
.search-head {
	text-align: left;
	font-size: 44px !important;
	line-height: 40px;
	font-weight: 500 !important;
	margin-bottom: 50px;
	text-transform: initial;
	margin-top: 20px;
}

.entry-content p > a,
.entry-content p > a:hover {
	font-size: 18px !important;
	font-weight: 900 !important;
}

.entry-content p > a:hover {
		text-decoration: underline !important;
}

article .first-line  {
	border-top: 1px solid lightgray;
	width: 99%;
	height: 1px;
	margin-top: 30px;
}

article:first-child .first-line {
	border-top: 1px solid lightgray;
	width: 99%;
	height: 1px;
	margin-top: 30px;
}

.arhive .first-line {
	border-top: 1px solid lightgray;
	width: 99%;
	height: 1px;
	margin-top: 30px;
}


.article-arhive-content article:first-child .first-line {
	margin: 0;
	border-top: none;
}

.search-head h1 {
	font-size: 35px;
	display: inline-block;
}

#post-49 .entry-header .entry-title,
#post-51 .entry-header .entry-title,
#post-55 .entry-header .entry-title,
#post-46 .entry-header .entry-title,
#post-35 .entry-header .entry-title,
#post-4608 .entry-header .entry-title{
	text-align: left;
	margin-bottom: 30px;
	padding-top: 25px;
	font-size: 28px;
	font-weight: 600;
	border-top: 1px solid lightgray;
}

.article-arhive-list {
	display: block;
	width: 100%;
	height: 125px;
	clear: both;
	margin: 10px 0;
	padding: 0;
	background-color: none;
}

.article-arhive-list,
.article-list {
	background-color:transparent;
}

.article-arhive-list:hover,
.article-list:hover,
.article-video:hover {
	background-color:#F2F2F2;
}

.search-form-page .visual-select-search {
	position: absolute;
	bottom: -25px;
	font-size: 12px;
	margin-left: -10px;;
}

.search-form-page .search-field-page {
	font-size: 20px;
}

.arhive .arhive-head h1.entry-title {
	text-align: center;
	font-size: 45px;
}

.article-arhive-list .entry-thumbnail {
	float: left;
}

.article-arhive-list .right-content {
	float: left;
	padding: 10px;
	margin-left: 10px;
	max-width: 80%;
}

.article-arhive-list .right-content .categories-links,
.article-arhive-list .right-content .entry-title,
.article-arhive-list .right-content .excerpt-post-intro {
	float: left;
	padding: 0;
	text-align:left;
	width: 100%;
	font-weight: 400;
}

.article-arhive-list .right-content .excerpt-post-intro {
	font-weight: 400;
}

.categories-links {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
}

.single-post-none .entry-thumbnail img,
.single-post-tanavamood .entry-thumbnail img {
	width: 100%;
}

.femme-gallery-popup {
	display: none;
	position: fixed;
	background-color: white;
	top: 28px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
}

.data-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	heigth: 100%;
}

.image-holder {
	display: block;
	float: left;
	margin: 40px 0 0 40px;
	width: 60%;
	height: 20%;
}

.info-holder {
	display: block;
	float: right;
	width: 30%;
	height: 20%;
	margin: 40px 30px 0 40px;
}

.close-gallery-popup {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 501;
}

.thumbnail-icon .open-gallery-slider {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	background-color: black;
	color: white;
	padding: 5px 20px;
	cursor: pointer;
	display:block;
	margin: 2px;
	clear: both;
	white-space:nowrap;
}

.entry-header.light .thumbnail-icon .open-gallery-slider {
	color: black;
	background-color: white;
}

.article-gallery .open-gallery-slider {
	display: none;
}

.article-gallery:hover .open-gallery-slider {
	display: block;
}

.gallery-image-container {
	position:relative;
	padding-bottom: 60px;
	padding-top: 30px;
}

.gallery-image-container img {
	width: 100%;
}

.gallery-image-container .thumbnail-icon {
	display: none;
}

.gallery-image-container:hover > .thumbnail-icon {
	display: block;
}

.single-post-tanavamood .post-entry-date {
	font-size: 14px !important;
	margin-right: 30px;
	margin-top: 11px;
	clear: both;
}

.single-post-tanavamood .single-post-category {
	font-size: 24px;
	/* clear: both;*/
	font-weight:500;
	width: 560px;
}

.single-post-tanavamood .title-footer {
	margin-bottom: 10px;
	width: auto;
}

.single-post-tanavamood .femme-image-caption,
.thumbnail-container-list .femme-image-author,
.thumbnail-container-list .femme-image-caption {
	float: left;
	display: block;
	margin-top: 0;
	font-weight:700;
}

.single-post-tanavamood .femme-image-author {
	text-align: left;
	float: left;
}

.single-post-tanavamood .femme-image-caption,
.thumbnail-container-list .femme-image-caption {
	margin-left: 10px;
	width: 50%;
}

.single-post-tanavamood .thumbnail-footer,
.thumbnail-container-list .thumbnail-footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
}

.entry-content p > a,
.entry-content p > a:hover,
a.toComments,
a.toComments:hover {
	font-weight: 400;
	font-size: 14px;
	color: black;
}

.entry-content {
	padding-bottom: 50px;
	font-size: 15px;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.entry-content p{
	font-size: 18px;
	line-height: 24px !important;
	font-weight: 400;
}

.entry-meta {
	margin-top 30px;
	display: block;
}

a.toComments {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 35px;
}

.entry-content i {
	padding-left: 0;
}

.femme-image-author,
.femme-image-caption {
	float: right;
	font-size: 11px;
	padding: 0;
	font-weight:400;
	font-style: normal;
}

.wp-caption-text {
	height: 18px;
	padding-bottom: 25px;
}

.wp-caption-text .femme-image-caption {
	margin-right: 10px;
}

.thumbnail-container-list .femme-image-author {
	margin-top: 0 !important;
}

.wp-caption img {
	width: 100%;
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}

.wp-caption.alignright {
	width: auto !important;
	margin-left: 8px !important;
}

.wp-caption.alignright img {
	padding: 0 !important;
}

.wp-caption.alignleft + p {
	clear: both;
}

article.article-list img{
	width: 217px;
	padding: 0;
	margin-bottom: 1px;
}

.title-footer {
	display: inline-block;
	width: 335px;
	margin-bottom: 22px;
	margin-top: 6px;
}

.title-footer div {
	float: left;
}

.title-footer-social {
	position: relative;
	vertical-align: middle;
	float: right;
	top: 7px;
	margin:0;
}

.title-footer-social .fb_iframe_widget {
	margin-right: 10px;
}

.category-tanavamood .title-footer-social {
	display: block !important;
}

.article-arhive-list.hentry,
.arhive.hentry {
	padding: 0;
}

.thumbnail-footer .title-footer-social,
.wp-caption-text .title-footer-social {
	margin-right: 20px;
}

.thumbnail-footer .title-footer-social iframe {
	margin-right: -2px;
}

.title-footer-social button {
	margin-left: 10px;
	font-size: 11px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px 1px;
    vertical-align: top;
    border-color: rgb(178, 178, 179);
    color: rgb(115, 115, 115);
}

.title-footer-social .fb_comment {
	display: inline-block;
	vertical-align: top;
}

.comment-count-side {
	position:relative;
	font-size: 12px;
	color: rgb(115, 115, 115);
	border: 1px solid rgb(178, 178, 179);
	vertical-align: middle;
	margin-left: 5px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    top: -3px;
    padding-left: 7px;
    padding-right: 7px;
}

.comment-count-side:before {
	content: ' ';
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;

	border-right:5px solid rgb(178, 178, 179);
	top: 50%;
	right: 100%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform:translate( 0, -50%);
}

.comment-count-side:after {
	content: ' ';
	position: absolute;
	border-top: 3.8px solid transparent;
	border-bottom: 3.8px solid transparent;

	border-right: 3.8px solid white;
	top: 50%;
	right: 100%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform:translate( 0, -50%);
}

.title-footer .post-entry-date,
.title-footer .date-author-divider,
.title-footer .post-author {
	font-size: 14px;
	font-weight: 400;
}

.title-footer-social a {
	margin-right: 20px;
}

.hentry{
	padding: 0 0 10px 0;
	margin-top: 40px;
}

.hentry.category-tanavamood {
	margin-right: 10px;
}

.entry-meta .tags-links {
	margin-bottom: 20px;
}

.femme-main-article {
	margin-right: 11px;
}

.femme-main-article .entry-header {
	position: relative;
	width: 100%;
	margin-bottom: 1px;
	margin-top: 17px;
}

.format-gallery .entry-title {
	font-size: 16px;
	font-weight: 600;
}

.textwidget {
	width: 250px;
	margin-left: -16px;
}

.femme-main-article .entry-header.dark .entry-thumbnail {
	background-color: white;
}

.femme-main-article .entry-header .entry-meta {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	padding: 2px 15px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	font-size: 12px;
	font-weight: 500;
}

.femme-main-article .entry-header .entry-title {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 73%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 1.1;
}

.femme-main-article .entry-header.light:hover .entry-thumbnail:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
}

.femme-main-article .entry-header.dark:hover .entry-thumbnail:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.3;
}

.femme-main-article .entry-header.dark .entry-title a,
.femme-main-article .entry-header.dark .entry-title a:link,
.femme-main-article .entry-header.dark .entry-title a:active,
.femme-main-article .entry-header.dark .entry-title a:hover {
	font-size: 50px;
	text-decoration: none;
	color: black;
	font-weight:900;
	line-height: 50px;
}

.femme-main-article .entry-header.light .entry-title a,
.femme-main-article .entry-header.light .entry-title a:link,
.femme-main-article .entry-header.light .entry-title a:active,
.femme-main-article .entry-header.light .entry-title a:hover {
	font-size: 50px;
	text-decoration: none;
	color: white;
	font-weight:900;
	line-height: 50px;
}

.femme-main-article .entry-header .excerpt-post-intro {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 95%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	text-align: center;
}

.sidebar-fixed-position{
	position:fixed;
	margin-left:30px !important;
}

.femme-main-article .entry-header.dark .excerpt-post-intro a,
.femme-main-article .entry-header.dark .excerpt-post-intro a:link,
.femme-main-article .entry-header.dark .excerpt-post-intro a:active,
.femme-main-article .entry-header.dark .excerpt-post-intro a:hover {
	text-decoration: none;
	color: black;
	font-size:22px;
	line-height: 24px;
	font-weight:500;
}

.femme-main-article .entry-header.light .excerpt-post-intro a,
.femme-main-article .entry-header.light .excerpt-post-intro a:link,
.femme-main-article .entry-header.light .excerpt-post-intro a:active,
.femme-main-article .entry-header.light .excerpt-post-intro a:hover {
	text-decoration: none;
	color: white;
	line-height: 24px;
	font-size:22px;
	font-weight:500;
}

.femme-main-article .entry-header.dark .entry-thumbnail {
	background-color: white;
}

.femme-main-article .entry-header.dark .entry-meta {
	background-color: black;
}

.femme-main-article .entry-header.dark .entry-meta a {
	color: white;
}

.femme-main-article .entry-header.light .entry-meta a {
	color: black;
}

.entry-header .entry-meta > span {
	margin: 0;
}

.wpp-list {
	font-size: 15px;
	font-weight: 400;
	margin-left: 25px !important;
}

.femme-main-article .entry-header .entry-meta > span {
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 3px;
}

.femme-main-article .entry-header.light .entry-meta {
	background-color: #F2F2F2;
}

.femme-main-article .entry-header.light .entry-meta a {
	color: black;
}

.femme-main-article .entry-header.dark .entry-meta {
	background-color: black;
}

.femme-main-article .entry-header.dark .entry-meta a {
	color: white;
}

.femme-main-article .entry-header img {
	width: 100%;
}

.maxbutton-1{
	white-space: nowrap;
}

a.maxbutton-1,
a.maxbutton-1:hover{
	text-decoration: none;
	color: #ffffff;
	font-family: "brandon-grotesque", sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: black;
	border-style: solid;
	border-width: 0px;
	border-color: #618926;
	border-radius: 0px;
	position: relative;
}

#femme-newsletter-unsubscribe > div > label{
	margin-right: 14px;
}

#femme-newsletter-unsubscribe > div > input.femme-unsubscribe-submit,
#femme-newsletter-unsubscribe > div > input.femme-unsubscribe-submit:focus{
	text-decoration:none;
	border: 0px solid black;
	outline: 0;
}
#femme-newsletter-unsubscribe > div > input.femme-unsubscribe-submit:hover{
	text-decoration:underline;
}

.femme-unsubscribe-text{
	margin-bottom: 15px;
}

.femme-unsubscribe-div{
	text-align: center;
	margin-top: 150px;
}

.femme-unsubscribe-error{
	padding-top: 100px;
	padding-left: 280px;
	margin-bottom: -140px;
}

#primary .unsubscribe{
	margin-bottom: 100px;
}

.femme-unsubscribe-submit{
	text-decoration: none;
	color: #ffffff;
	font-family: "brandon-grotesque", sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: black;
	border-style: solid;
	border-width: 0px;
	border-color: #618926;
	border-radius: 0px;
	position: relative;
}

.a .maxbutton-1:hover{
	text-decoration: underline;
}
.widget-area button,
.widget-area input[type="submit"],
.widget-area input[type="button"],
.widget-area input[type="reset"] {
	background: black; /* Old browsers */
	border: none;
	color: #fff;
	display: inline-block;
	padding: 2px 2px 2px;
	text-decoration: none;
	height:30px;
	width:150px;
	position:absolute;
	font-size:14px;
	text-transform:uppercase;
}
input[type="submit"]:hover{
	text-decoration:underline;
	color: #fff;
}

input:focus,
textarea:focus {
	border: 1px solid black;
	outline: 0;
}

.post-password-required input[type="submit"] {
	padding: 2px 2px 2px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 2px 2px 2px;
}

#newsletterwidget-2 {
	background-color:white;
	padding:0px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 1025px;
	width: 100%;
}

.entry-header,
.entry-content,
.entry-summary,
footer.entry-meta {
	padding: 15px;
}

#text-3{
	margin-top:-40px;
}

.site-main .sidebar-inner {
	margin: 0 auto;
}

.femme-head-logo {
	margin-top: 20px;
	margin-bottom: 10px;
}

.site-header .home-link {
	height: 152px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:white !important;
	text-align: center;
}
.close-newsletter-dialog{
	margin-left: 605px;
	width: 16px;
	height: 16px;
	top:5px;
	position:absolute;
}

.main-navigation {
	max-width: 1000px;
}

.nav-menu li a {
	text-transform:uppercase;
	font-size: 20px;
	padding: 20px 10px;
	font-weight: 500;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #FFFFFF;
	color: #141412;
	text-decoration: underline;
	/*padding-bottom:5px;
	border-bottom:solid;
	display: inline-block;*/
	/*font-weight: bold;*/
}

.nav-menu li {
display: inline-block;
position: relative;
margin-right: 7px;
}

.femme-logo-header {
	float: left;
}

.nav-menu .social-link a{
	padding: 1px 5px 1px 1px;
	margin-left:-6px;
}

.social-link a img {
    width: 23px !important;
}

.social-link-footer a img{
	width: 23px !important;
}

img.hover-img{
    position: absolute;
    top: -45px;
    left: -34px;
}

img.hover-img-mailto{
    position: absolute;
    top: -50px;
    left: -35px;
}
/*Random posts images*/
.rpwe-title {
	display: none;
}

ul.rpwe-ul {
	overflow: hidden;
	padding: 0px !important;
	width: 250px
}

#rpwe_widget-2 > div > ul > li > a > img {
	width: 73px;
	height: 73px;
}

li.rpwe-clearfix {
   float: left;
   padding-right: 15px;
 }

li.rpwe-third-img {
	float: left;
}

aside#rpwe_widget-2 {
	padding: 0 !important;
}

/*.entry-content p strong {
	font-size: 24px;
}*/

.search-form-compact > form#searchform {
	top: -11px;
}
/*Social menu items*/
img.hover-img-insta{
    position: absolute;
    position: absolute;
	top: -45px;
	left: -35px;
}

#menu-item-93{
	margin-left: 27px;
	top: -5px;
}

li#menu-item-95{
	top: -5px;
}

li#menu-item-98{
	top: -5px;
}

li#menu-item-98{
	top: -5px;
}

li#menu-item-100{
	top: -5px;
}

#menu-item-263{
	margin-left: -10px;
	padding-right: 4px;
}

#menu-item-261{
	margin-left: -10px;
	padding-right: 4px;
}

#menu-item-260{
	margin-left: -10px;
	padding-right: 4px;
}

#menu-item-259{
	margin-left: -10px;
	padding-right: 4px;
}

#menu-item-258{
	margin-left: -10px;
	padding-right: 4px;
}

.navbar {
	background-color: #FFFFFF;
	max-width:100%;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	text-decoration: underline;
	color: #000000;
	font-style: normal;
}

.site-header .search-form {
	position: absolute;
	right: 0px;
	top: -4px;
}

.site-header .search-form .search-arhive-link {
	display: none;
	position: absolute;
	left: 25px;
	top: 100%;
	width: 222px;
	background-color: white;
	z-index: 1;
}

.site-header .search-form .search-succest {
	z-index: 2;
	border:1px solid #000000;
}

.search-form .search-succest {
	display: none;
	position: absolute;
	left: 20px;
	top: 100%;
	background-color: white;
	z-index: 2;
	padding: 15px 10px;
	box-shadow: 5px 5px 1px #000000;
	width: 100% !important;
	max-height: 220px;
	min-height: 220px;
	padding: 10px;
}

.search-form .search-succest .search-succest-inner {
	width: 100%;
	max-height: 200px;
	min-height: 200px;
	overflow-y: scroll;
}

.search-form .search-succest .post_cat_wrap div {
	display: inline-block;
	width: 65%;
	font-size: 15px;
}

.search-form .search-succest .post_cat_wrap .category {
	font-size: 13px;
	width: 30%;
	vertical-align: top;
	margin-right: 10px;
}

.cat-change-line {
	width: 90%;
	height: 1px;
	background-color:#555555;
	margin: 15px 10px;
}

.post_cat_wrap .cat-titles a,
.post_cat_wrap .cat-titles a:link,
.post_cat_wrap .cat-titles a:active {
	display: block;
	clear: both;
	color:#000000;
	margin-bottom: 5px;
}

.post_cat_wrap .cat-titles a:hover {
	text-decoration:underline;
}

.navFollow .search-form .search-arhive-link {
	width: 190px;
}

.navFollow li a{
	font-size: 16px !important;
	font-weight: 600;
}

@media (max-width: 643px) {
    .search-field {
        display: none;
        position: fixed;
        top: -5px;
        right: -10px;
        background-color: white;
        z-index: 3;
    }

    .site-header .search-form .search-arhive-link{
        background-color: white;
        z-index: 3;
        left: 35px;
        top: 70%;
    }

    .search-form .search-succest {
        left: -10px;
        top: 75%;
        z-index: 3 !important;
    }
}

.site-header .search-field {
	background-image: none;
	-webkit-transition: none;
	transition:         none;
	cursor: text;
	margin-top:7px;
	margin-right: 10px;
	border-bottom:1px solid #000000;
	width: 90px;
}

.site-header .search-field:focus {
	background-color: transparent;
	border: none;
	border-bottom:1px solid #000000;
	cursor: text;
	outline: 0;
	width: 90px;
	margin-left: 20px;
	margin-right: 10px;
}

.site-header .image-search-button {
	cursor: pointer;
	margin-top: 10px;
	margin-left: -8px;
}

a.maxbutton-1 {
	display:block;
	width: 250px;
	margin-left: -7px;
	text-transform: uppercase;
}

button,
input,
textarea {
	border: 1px solid black;
	font-family: "brandon-grotesque", sans-serif;
	padding: 5px;
}

.search-head .search-field-page {
	background-image: none;
	-webkit-transition: none;
	transition:         none;
	cursor: text;
	margin-top:6px;
	margin-left: 20px;
	margin-right: 10px;
	border: none;
	border-bottom:1px solid #000000 !important;
	width: 60%;
}

.site-footer .sidebar-container {
	background-color: #FFFFFF;
}

.site-footer {
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 90px;
}
.pin-it-btn-wrapper-shortcode {
	margin-left:70%;

}

.article-arhive-tab {
	display: block;
}

.article-arhive-tab:hover {
	cursor: pointer;
}

.article-arhive-tab.year-link {
	display: block;
	color: black;
}

.article-arhive-tab.year-link:hover {
	text-decoration: none;
}

.article-arhive-tab.white {
	width: 98%;
	margin-right: 25px;
	padding: 5px;
	position: relative;
	border-bottom: 1px solid black;
}

.article-arhive-tab.white:after,
.article-arhive-tab.white:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	top: 100%;
}

.article-arhive-tab.white:after {
	border: 5px solid transparent;
	border-top-color: white;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	z-index: 10;
}

.article-arhive-tab.white:before {
	border: 6px solid transparent;
	border-top-color: #000000;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
}

.article-arhive-tab.black,
.article-arhive-tab.active {
	width: 98%;
	margin-right: 25px;
	padding: 5px;
	position: relative;
	background-color: black;
	color: white;
	border-bottom: 1px solid black;
}

.article-arhive-tab.black:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 6px solid transparent;
	border-top-color: #000000;

	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform:translate(-50%, 0);
}

.article-arhive-tab .article-arhive-year {
	float: left;
	margin-left: 10px;
}

.article-arhive-tab.white .article-arhive-year {
	display: none;
}

.article-arhive-tab.black .article-arhive-year,
.article-arhive-tab.active .article-arhive-year {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.article-arhive-tab .article-arhive-date {
	text-align:center;
	width: 60%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 14px;
}

.article-arhive-content {
	margin-top: 20px;
	display: none;
}

.site-footer div {
	display: inline-block;
	margin-left: 70px;
	margin-top:-32px;
}

.icon-spin {
	font-size: 30px;
	vertical-align: middle;
}

.add-comment-line{
	border-bottom:1px solid #000000;
	width:50px;
	margin-top:20px;
}

.navFollow {
	height: 70px;
	display: none;
	position: fixed;
	top: 0;
	z-index: 5000;
	border-bottom:1px solid #000000;
}

#content .gallery .gllr_image_block a img {
	border: none;
}

#content .gallery_box_single .gallery .gllr_image_block p {
	margin: 0;
	padding: 0;
	border: none;
}

.navFollow nav {
	margin-top: 10px;
}

.navFollow .social-link {
	display: none;
}

.add-comment-text{
	float:left;
	font-weight:500;
	font-size:24px;
}

.site-footer .menu,
.site-footer div.menu > ul {
	margin: 0 -10px;
	padding: 0 42px 0 0;
	text-align: left;
	margin-top: 9px;
}

.site-footer .menu li {
	display: inline-block;
}

.site-footer .menu li a {
	color: #141412;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 0px 5px;
	text-decoration: none;
	font-weight:400;
}
.femme-logo-footer img {
	display: block;
	margin-top:20px;
	height: 30px;
	width: 31px;
}

.femme-logo-header img {
	display: block;
	height: 50px;
	width: 55px;
	margin-right: 70px;
}

form#searchform {
	margin-top: -1px;
}

ul.compact {
	margin-top: -1px;
}

.nav-menu.compact {
	margin-left: 70px;
}

.site-footer .menu li:hover > a,
.site-footer .menu li a:hover {
	text-decoration: underline;
}

.site-footer .menu .sub-menu,
.site-footer .menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	left: -2px;
	z-index: 99999;
}

.site-footer .menu .sub-menu ul,
.site-footer .menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.site-footer ul.menu ul a,
.site-footer .menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

.site-footer ul.menu ul a:hover,
.site-footer .menu ul ul a:hover {
	background-color: #db572f;
}

.site-footer ul.menu li:hover > ul,
.site-footer .menu ul li:hover > ul {
	display: block;
}

.site-footer .menu .current_page_item > a,
.site-footer .menu .current_page_ancestor > a,
.site-footer .menu .current-menu-item > a,
.site-footer .menu .current-menu-ancestor > a {
	color: black;
}

.menu-footer-menu-container {
	float: left;
}

.menu-social-media-footer-container {
	float: right;
	margin-right:-4%;
	padding: 0px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: none;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.75);
}

.ui-button {
	display: none;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
	display: none;
}
.ui-dialog .ui-dialog-titlebar {
	display: none;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;

	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
	border: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
	border: 2px solid;
}
.ui-widget-content a {
	color: #222222;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;

.ui-icon {
    width: 16px;
    height: 16px;
    image: url('./images/close-icon.png')/*{iconsContent}*/;
}
.ui-widget-content .ui-icon {
    background-image: url(url('./images/close-icon.png')/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
    background-image: url('./images/close-icon.png')/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
    background-image: url('./images/close-icon.png')/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url('./images/close-icon.png')/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
    background-image: url('./images/close-icon.png')/*{iconsActive}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=60);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.wpp-post-title {
	font-weight: 400;
}

.fb-comments.fb_iframe_widget {
	margin-top: 80px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 0 !important;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.releated-posts-slider-img {
	width:130px;
	height:130px;
	overflow:hidden
}

input.wpcf7-form-control.wpcf7-text {
	width: 220px !important;
}

input#captcha {
		width: 84px !important;
		max-width: 84px !important;
	}

li.birthdate-label.bullet-size {
	list-style-type: none !important;
	padding-left: 12px !important;
}

.dialog-footer-text {
	font-size: 14px;
	width: 65%;
	padding-top: 85px;
	margin: 0 auto -45px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	height: 580px !important;
	width: 600px !important;
}

.send-hint {
	background-color: black !important;
	color: white !important;
}
