/*
Theme Name:     Vissina6
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Vissina
Author URI:     http://example.com/about/
Template:       twentytwelve
Version:        0.1.0
*/




/* === Header === */
body {
    background-color: #fbfbfb;
    color: #666;
    font-family: "Open Sans","Lato",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    position: relative;
}
body .site {
	margin-top: 0;
	max-width: 960px;
	box-shadow: none;
	margin-bottom: 0;
	background: transparent;
	padding: 0;
	min-height: 750px;
}
#topbar {
	width: 100%;
	height: 20px;
	background: #e9e9e9;
}
#top-page {
    box-shadow: none;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
	max-width: 960px;
	margin-bottom: 15px;
}
img.header-image {
    box-shadow: none;
    margin-top: 5px;
	border: 0;
}
h1.site-title, h1.site-title a {
    color: #212121;
    font-family: Lato,"Open Sans",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 40px;
    text-decoration: none;
}
label.screen-reader-text {
	display: none;
}
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], .bypostauthor cite span {
	font-size: 13px;
	background-image:none;
}
h2.tagline {
    font-size: 17px;
    margin-top: 10px;
}
.rssHead a {
    background: url("images/rss.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin-right: 10px;
    width: 24px;
	border:0;
}
.topleft {
	float:left;
}
.topright {
	float: right;
}
.cell {
	position: relative;
 	height: 110px;
}
.top-inner {
    display: table;
    height: 110px;
}
.top-content {
	display: table-cell;
	vertical-align:middle;
}
.top-search {
	padding: 1.5em;
}
.front-slideshow {
	max-height: 300px;
	overflow:hidden;
	margin-bottom: 0px;
	border-left: 1px solid #f3f4f6;
	border-right: 1px solid #f3f4f6;
}
.front-ad {
	display: inline-block;
	background: none repeat scroll 0 0 #fff;
    margin-bottom: 1.5em;
    word-wrap: break-word;
	float: right;
 	width: 26.0417%;
	text-align: center;
}
.flexslider {
	float: left;
}
.front-ad-inner {
    margin: 15px auto;
}
.top-ad {
	clear: both;
	width: 100%;
}


/* === Navigation === */
.main-navigation {
    margin-top: 0;
    padding: 0 10px;
    text-align: center;
	 font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.site-header {
	padding: 0;
	background: #252525;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main-navigation li a,
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a, 
.main-navigation .current_page_ancestor > a {
	color: #FCFCFC;
	text-decoration:none;
	text-shadow: 2px 1px #3d3d3d;
}
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a, 
.main-navigation .current_page_item > a, 
.main-navigation .current_page_ancestor > a {
    font-weight: bold;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: #d3d3d3;
}
.main-navigation li {
    font-size: 11px;
    margin-right: 15px;
    position: relative;
    line-height: 1.42857;
    font-weight: bold;
}
.main-navigation ul.nav-menu, 
.main-navigation div.nav-menu > ul {
	border: 0;
}

/*2nd level dropdown */
.main-navigation li ul {
	background: #efefef;
    min-width: 200px;
}
.main-navigation li ul li a {
    color: #444;
	width: auto;
	height: auto;
	background: none;
	text-shadow: none;
	line-height: 1.5;
}
.main-navigation .current-menu-ancestor > ul li a{
    text-shadow: none;
	color: #444;
	font-weight: normal;
}
.main-navigation li ul li {
	width: 100%;
}
.menu-toggle,
.menu-toggle:hover {
	background-color: #eeeeee;
	width: 50px;
	font-size: 15px;
	border-radius: 0px;
	background-image: none;
}
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a, 
.main-navigation .current_page_item > a, 
.main-navigation .current_page_ancestor > a {
    /*font-weight: bold;*/
}
/* after clicking mobile button */
.menu-toggle:active, 
.menu-toggle.toggled-on, 
button:active, 
input[type="submit"]:active, 
input[type="button"]:active, 
input[type="reset"]:active {
    background-color: #e7e7e7;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    box-shadow: 0 0 8px 2px #c6c6c6 inset, 0 1px 0 0 #f4f4f4;
    color: #757575;
    box-shadow:none;
}
.mob-bar {
    background: none repeat scroll 0 0 #3d3d3d;
    display: block;
    height: 3px;
    margin: 6px auto;
    width: 30px;
}
.showsub {
    cursor: pointer;
    float: right;
    height: 39px;
	background: rgba(0, 0, 0, 0) url(images/plus.png) no-repeat center center;
    text-align: center;
    width: 39px;
	display:none;
}
ul.sub-menu li >.showsub  {
    height: 37px;
    width: 37px;
}
.plus {
	background-position: 0 -1px;
}
.minus {
	background-position:0 -44px;
}




/* === Content === */
.body-h1 {
    margin-bottom: 15px;
}
.body-h1 h1 {
    font-size: 35px;
    letter-spacing: -2px;
}
ul.slides li > .caption-wrap > .caption > h2 {
	color: #fefefe;
}
img {
    height: auto;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    clear: none;
}
.site-content {
    float: left;
    width: 595px;
    margin: 0;
    border-right: 1px solid #d7d8d7;
    padding-right: 30px;
}
.site-content article {
    border-bottom: 0 none;
    overflow: hidden;
    padding-bottom: 0;
	margin-bottom: 15px;
    -moz-hyphens: none;
}
.type-post, .type-page, .type-attachment {
    background: transparent;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	box-shadow:none;
}
h1,
h1.archive-title,
h1.page-title {
	font-size: 24px;
	font-weight: bold;
}
.entry-title, .page-title, .post-title {
    color: #333;
    font-family: 'Francois One',Tahoma,Verdana,Arial;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0.3em 0;
    word-wrap: break-word;
	font-size: 1.5em;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
    color: #444;
    font-family: "Lato","Open Sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 20px;
}
.entry-title {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.entry-header .entry-title {
    color: #444;
    font-family: "Lato","Open Sans",sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 0;
}
.cat-title {
	margin-bottom: 15px;
}
.entry-content,
.entry-summary {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.entry-header {
    margin-bottom: 16px;
}
#image-navigation {
	display: none;
}
.img-holder {
    border: 0 none;
    height: 160px;
    margin: 0 0 10px;
    max-width: 268px;
    overflow: hidden;
}
.img-holder img {
	border: 0;
}
a.more-btn,
a.more-btn:visited {
	color: #444;
    text-align: center;
	font-size: 16px;
	margin: 0 auto;
}
a.more-btn:hover {
	color: #444;
}
.ad {
    height: 303px;
    margin: 0 5px 10px;
    max-width: 48%;
	float: left;
}
textarea, input, select {
    max-width: 100%;
}
.comments-title,
article.comment {
    border-bottom: 1px solid #ececec;
}
div.single-pg > div:first-child {
	float: left;
}
.ad-thumb {
	float: right;
	width: 48%;
	margin-left: 2%;
}
.ads-wrap {
	clear: both;
	overflow: hidden;
}
.ad:nth-of-type(1) {
	margin-right: 2%;
}
.clear {
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 15px;
}
.ad-thumb > .featured-img {
	max-height: 280px;
}
.archive-img-holder > img.featured-img {
	max-width: 300px;
	border: 0;
}
.archive-img-holder {
	float: left;
	margin-right: 10px;
}
.posting-listing {
    margin-bottom: 25px;
    overflow: hidden;
}
h2.entry-title, h2.entry-title > a  {
	font-size: 20px;
}
h2.entry-title > a {
    letter-spacing: -1px;
    padding-left: 10px;
}
.archiveh2 {
	background: #f3f4f6;
	border-bottom: 0;
}
footer.entry-meta {
	display: none;
}
body.single #main {
	padding-top: 5px;
}
.entry-header .comments-link {
	display: none;
}
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	text-transform: none;
}
.archive-header, .page-header {
    border-bottom: 0 none;
    margin-bottom: 15px;
    padding-bottom: 0;
}


/* == Sidebar == */
.widget {
    margin-bottom: 1.5em;
    word-wrap: break-word;
}
.widget-area {
    float: left;
    margin: 0;
    padding: 7px 0 0 30px;
    width: 303px;
}
ul.tab-container > li.widget_recent_entries {
	/* sidebar list for recent comments */
	list-style-type: none
}
.widget-area .widget {
	margin-bottom: 25px;
}
.widget-area .widget li {
    border-bottom: 0;
    font-size: 13px;
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d7d8d7;
}
.widget-area .widget li:last-child {
	border-bottom: 1px solid #d7d8d7;
	padding-bottom: 7px;
}
.widget-area .widget p, 
.widget-area .widget li, 
.widget-area .widget .textwidget {
    font-size: 0.928571rem;
    line-height: 1;
}
h3, h3.widget-title  {
    color: #666;
    font-family: "Lato","Open Sans",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;  
    line-height: 136%;
    text-transform: none;
}
.widget-area .widget a,
.widget-area .widget a:visited {
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #3a7984;
}
#wp-calendar > tbody > tr > td > a,
#wp-calendar > caption {
	font-weight: bold;
}
#wp-calendar > caption {
    font-size: 15px;
    text-align: center;
}
aside.widget > ul {
	margin: 5px;
}
aside.widget > div {
    padding: 13px 10px 5px;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: center;
}
aside.widget_search {
	box-shadow: none;
}
article.sticky .featured-post {
	display: none;
}
.menu-sidebar-menu-container {
	padding-top: 5px;
}
.widget-area .widget ul ul {
	margin-top: 15px;
}
.widget-area .widget ul ul li {
	list-style-type: circle;
}


/* === Pagination === */
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:13px;
	line-height:13px;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:10px;
	text-decoration:none;
	width:auto;
	color:#fefefe;
}
.pagination a:hover {
	color: #fefefe;
}
.pagination .current {
	padding:10px;
	color:#fefefe;
}



/* === Footer === */

footer[role="contentinfo"]  {
	color: #fefefe;
	width: 100%;
	margin-top: 0;
	max-width: 100%;
	height: 60px;
	padding: 0;
}
footer[role="contentinfo"] a {
	color: #FCFCFC;
	text-decoration:none;
	text-shadow: none;
}
footer[role="contentinfo"] a:hover {
	color:#E2E2E2;
	text-decoration:none;
}
.site-info {
	width: 960px;
	margin: 0 auto;
	display: table;
}
.site-info > div {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
ul.footer {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer li {
    float: left;
    padding-right: 12px;
}

/* === Responsive === */
@media only screen and (max-width: 1015px) {
	.site-content {
    	width: 100%;
		float: none;
		clear: both;
		padding-right: 0;
		border-right: 0;
	}
	.widget-area {
		float:none;
		clear: both;
		width: 100%
	}
	.front-ad, .flexslider {
		float: none;
	}
	.front-ad {
		width: auto;
		text-align:center;
		margin: 0 auto;
		display: block;
		box-shadow:none;
		border: 0;
		margin-top: 15px;
	}
	.front-slideshow {
		max-height: 100%;
	}
}
@media screen and (max-width: 960px) {
	.site-info > div, footer[role="contentinfo"] {
		height: auto;
		display: block;
	}
	.site-info {
		height: auto;
		width: 100%;
		padding-top: 5px;
		overflow: hidden;
	}
	.site-content article, .widget-area .widget, #respond {
		padding: 0 7px;
	}
}
@media screen and (max-width: 768px) {
	.topleft, .topright {
		display: block;
		float: none;
		height: auto;
		line-height: normal;
		margin: 0 auto;
		padding: 19px 0;
		text-align: center;
		width: 100%;
	}
	.top-inner {
		width: 100%;
		text-align: center;
		height: auto;
	}
	#top-page {
		height: auto;
		line-height:normal;
	}
}
@media only screen and (max-width: 650px) {
	.main-navigation li:hover > ul li:hover {
		background: rgba(0, 0, 0, 0.1)
	}	
}
@media only screen and (max-width: 599px) {
	.main-navigation .current-menu-ancestor > ul li a {
		text-shadow: none;
		color: #fcfcfc;
		font-weight: normal;
	}
	ul.sub-menu {
		display: none;
	}
	.showsub {
		display: inline-block;
	}
	.main-navigation ul {
		border-top: 1px solid #999;
	}
	.main-navigation li {
		text-align: left;
		font-size: 14px;
		line-height: 2;
		margin:0;
		width: 100%;
		border-bottom: 1px solid #999;
	}
	#primary.site-content {
		width: 100%;
	}
	.main-navigation {
		padding: 0;
		text-align:left;
	}
	.main-navigation li a {
		padding-top: 5px;
		padding-left: 15px;
		display: inline-block;
		padding-bottom: 5px;
		max-width: 65%;
	}
	.main-navigation li:hover  {
		background: rgba(0, 0, 0, 0.05)
	}
	.main-navigation ul.nav-menu, 
	.main-navigation div.nav-menu > ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.main-navigation li ul {
		background-color: inherit;
		border-top: 1px solid #999;
	}
	.main-navigation li:hover > ul li {
		/* grab color of parent bg before hover */
		background-color: transparent;		
	}
	.main-navigation li ul li {
		font-size: 12px;
		color: #fcfcfc;
		border-bottom: 0;
	}
	.main-navigation li ul li a {
		color: #fcfcfc;
		padding-left: 5%;
	}
	.widget-area {
		padding-left: 0;
	}
}
@media only screen and (max-width: 490px) {	
	.img-holder {
		display: block;
		margin: 0 auto 10px;
	}
	.archive-img-holder {
		float: none;
	}
}
@media only screen and (max-width: 370px) {
	.ad {
		width: 90%;
		height: auto;
		margin-bottom: 25px;
	}
}