/*
Theme Name: Curious Cat Management Blog v 2.0 (Twenty Twelve Child)
Theme URI: https://wordpress.org/themes/twentytwelve-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 child theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.2
Template:     twentytwelve
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve-child
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	background: #fff;
  font-family: 'Open Sans', sans-serif !important;
	font-size: 1.4rem;
	font-weight: 400;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.widget-area .widget |{
	margin-bottom: 24px;
}

.widget-area .widget h3 {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 14px;
    line-height: normal;
}

body .site {
	box-shadow: 0 0 0;
	margin-top: 20px;
}

body * {
	word-wrap: break-word !important;
	-moz-hyphens: none !important;
	-webkit-hyphens: none !important;	
	-0-hyphens: none !important;
	hyphens: none !important;
}

.comment-content p {
	font-size: 1.2rem;
}

.comments-area article header cite, 
.comments-area article header time {
	margin-left: 0;
}

.comments-area article header {
	padding: 40px 0 0;
    border-top: 4px double #ededed;
}


.comments-area article header img {
    border: 2px solid #4c666a;
}

.comment-author-left {
	float: left;
}

.comment-author-right {
	float: right;
}

.comments-area .comment-content,
.cite,
.entry-content blockquote, 
.comment-content blockquote {
	padding: 30px 40px;
    position: relative;
    border: 1px dashed rgba(0,0,0,0.2);
    margin: 0 auto 20px;
    background: transparent;
    font-style: normal;
    display: block;
    max-width: 71%;
}
 
.comments-area .comment-content {
	padding-bottom: 5px;
}
.cite:before,
.entry-content blockquote:before, 
.comment-content blockquote:before {
    content: '\201C';
    font-size: 4em;
    color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.cite:after,
.entry-content blockquote:after, 
.comment-content blockquote:after {
    content: '\201D';
    font-size: 4em;
    color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: -25px;
    right: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.commentlist .pingback a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
}

.commentlist .pingback a:hover {
	background: #21759b;
	color: #fff;
}

.entry-header .entry-title {
	background: #0C9BCC;
	color: #fff;
	padding: 10px;
	font-size: 1.8rem;
}

.archive .entry-title,
.entry-header .entry-title.page {
	padding: 0;
}

.archive .entry-title a,
.entry-header .entry-title.page a {
	padding: 10px;
	display: block;
}

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

.site-content article {
	border-bottom: none;
	margin-bottom: 0;
}

#secondary.widget-area a:link {
	color: #21759b;
}

#secondary.widget-area a:hover,
#secondary.widget-area a:visited,
.entry-content a:visited, .comment-content a:visited {
	color: #000;
}

.site-header {
	padding-top: 2px;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	text-transform: none;
	font-size: 1.2em;
}

.archive-header, .page-header {
    padding-bottom: 3px;
    margin-bottom: 18px;
}

.nav-next, .next-image {
    float: left;
    text-align: left;
}

.nav-next span, 
.next-image span {
	    float: left;
    transform: rotate(180deg);
    padding-left: 5px;
    display: inline-block;
}

.nav-previous, .previous-image {
    float: right;
    text-align: right;
}

.nav-previous span, 
.previous-image span {
	float: right;
    transform: rotate(180deg);
    padding-right: 5px;
    display: inline-block;
}

.search-results #nav-above {
	display: none !important;
}

/* mainmenu */

.mainmenu {
	background-color: #07617F;
}

.mainmenu li {
	display: inline-block;
	position: relative;
	    margin: 0;
}

.mainmenu li.menu-item-has-children > a:after {
    background-image: url(images/drop.png);
    background-repeat: no-repeat;
    background-position: right center;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 14px;
}

.mainmenu li a {
	padding: 10px 30px;
	display: block;
	color: #fff;
	list-style: none;
	font-weight: 500;
	text-decoration: none;
}

.mainmenu li:hover a,
.mainmenu li a:hover {
	background-color: #0FC1FF;
}

.mainmenu li li a:hover{
	background-color: #4487E3;
}

.mainmenu li ul {
	position: absolute;
	background-color: #214a82;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	transition: all .6s;
	z-index: 9;
}

.mainmenu li:hover ul {
	visibility: visible;
	opacity: 1;
	box-shadow: 0 2px 6px #010101;
}

.mainmenu li ul li {
    display: block;
    border-top: 1px solid #fff;
    margin: 0;
}

.mainmenu li ul li a {
	padding: 10px 20px;
	 font-size: 15px
}

.navbar-toggle {
	display: none;
    width: 42px;
    height: 40px;
    background: transparent !important;
    border: none !important;
    margin: 0 0 0 auto;
}

.navbar-toggle .icon-bar {
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    margin: 5px 0;

}

aside.widget_nav_menu {
	display: none;
}

@media (min-width: 1200px) {
	
	.site {
		max-width: 1160px;
    	padding: 0 20px !important;
	}

	.mainmenu,
	.site-content {
		width: 880px;
	}
	
	.widget-area {
    	width: 260px;
    	margin-top: -190px;
	}
	
}

@media (max-width: 1199px) {
	
	.logo {
		text-align: center;
	}
	
	.mainmenu {
		text-align: center;
	}
	
	.mainmenu li {
		text-align: left;
	}
	
}

@media (max-width: 700px) {
	aside.widget_nav_menu {
		display: block;
	}
	
	.navbar-collapse {
		display: none;
	}
}
