/*
Theme Name: Creative Blog Responsive Theme
Theme URI: http://www.dessign.net/creativeblogtheme
Description: Creative Blog Responsive Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any creative, illustrator or graphic designer. 
Version: 2.5
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 3 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 0px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 14px; font-family: 'Source Sans Pro', sans-serif; color: #666; line-height: 22px; }
a { color: #555; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #f07d00; }
h1,h2,h3,h4,h5,p { margin: 10px 0; }
img { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
::selection {
	background: #ccc; 
	}
::-moz-selection {
	background: #ccc; 
}
.container { width: 980px; margin: 0 auto; }
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
#header { position: fixed; top: 0; left: 0; padding: 10px 0 15px; -moz-box-shadow: 0 0 2px 1px #ccc; -webkit-box-shadow: 0 0 2px 1px #ccc; box-shadow: 0 0 2px 1px #ccc; width: 100%; background-color: #fff; z-index: 9999; height: 25px; }
.menu_container { float: left; }
.menu_container ul { list-style-type: none; margin: 0; padding: 0; }
.menu_container ul li { display: inline-block; margin-left: 35px; font-size: 14px; letter-spacing: 1px; position: relative; padding-bottom: 10px; text-transform: uppercase; }
.menu_container ul li:first-child { margin-left: 0; }
.menu_container ul li a { text-decoration: none; }
.menu_container ul li.current_page_item a,
.menu_container ul li.current-menu-item a { color: #444; }
.menu_container ul li.current_page_item ul li a,
.menu_container ul li.current-menu-item ul li a { text-decoration: none; }
.menu_container ul li ul { position: absolute; top: 25px; left: 0; border: 1px solid #efefef; background-color: #fff; padding: 5px 10px; display: none; line-height: 13px; z-index: 100;}
.menu_container ul li ul li { font-size: 12px; margin: 0; padding: 10px 5px; border-top: 1px solid #efefef; display: block; width: 130px; }
.menu_container ul li ul li:first-child { border-top: none; }
.menu_container ul li ul li a { color: #999; display: block; }
.menu_container ul li ul li a:hover { color: #444; }
.header_right { float: right; }
.header_search_cont { float: right; position: relative; margin-left: 8px; }
.header_search_cont input[type=text] { width: 155px; height: 24px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; padding: 3px 25px 3px 5px; color: #ccc; font-weight: normal; border: 1px solid #ccc;; background-color: #fff; font-size: 10px; }
.header_search_cont input[type=image] { position: absolute; top: 6px; right: 6px; }
.header_right img { float: left; margin-left: 8px; }
/*.header_right img:first-child { margin-left: 0; }*/
/* Content */
#main_cont { padding-top: 100px; }
.logo_cont { text-align: center; padding-bottom: 18px; }
.logo_cont img { max-width: 100%; height: inherit; }
#slideshow_cont {  width: 980px; height: 410px; position: relative; margin-bottom: 30px; }
.slide_box { display: none; position: absolute; top: 0; left: 0; }
.slide_box_first { display: block; }
.slide_box img, .slide_box iframe { width: 980px; height: 410px;  }
.slide_prev, .slide_next { position: absolute; top: 50%; margin-top: -20px; z-index: 50; cursor: pointer; }
.slide_prev { left: 0; }
.slide_next { right: 0; }
.home_box { float: left; width: 309px; margin-right: 26px; margin-bottom: 30px; }
.home_box h3 { font-size: 18px; margin: 15px 0; font-weight: normal; font-family: 'Source Sans Pro', sans-serif; }
.home_box p { margin-top: 0; }
.home_box_last { margin-right: 0; }
.home_box img,
.home_box iframe { width: 309px; height: 180px; }
.home_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.post_meta { font-size: 12px; margin-bottom: 35px; }
.home_wide_box { margin-bottom: 30px; }
.home_wide_box_img { float: left; margin-right: 30px; }
.home_wide_box_img img,
.home_wide_box_img iframe { width: 465px; height: 260px; }
.home_wide_box_img img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_wide_box_right { float: right; width: 480px; }
.home_wide_box_right .left { width: 395px; }
.home_wide_box_right .left p { line-height: 20px; }
.home_wide_box_right .left h3 { margin-top: 0; font-size: 24px; font-weight: 300; font-family: 'Source Sans Pro', sans-serif; color: #444; }
.home_wide_box_right a.right { width: 35px; height: 260px; background-color: #eeeeee; display: block; float: right; color: #a3a2a2; border-radius: 3px;}
.home_wide_box_right a.right:hover { text-decoration: none; background-color: #222222; }
.home_wide_box .link_cont { display: table; width: 100%; height: 100%; }
.home_wide_box .link_inside_cont { vertical-align: middle; text-align: center; margin: 0; display: table-cell; font-size: 25px; font-weight: 200; font-family: 'Source Sans Pro', sans-serif;  }
.load_more_cont { margin-bottom: 30px; }
.load_more_cont a { display: inline-block; padding: 8px 30px; background-color: #e6e6e6; font-size: 16px; color: #000; }
.single_left { float: left; width: 980px; margin-bottom: 10px; }
.single_inside_content img { max-width: 100%; height: inherit; }
.single_inside_content iframe { max-width: 100%; }
h1.single_title { margin-top: 0; margin-bottom: 15px; font-weight: normal; font-size: 26px; }
.single_inside_content { font-size: 15px; font-family: 'Source Sans Pro', sans-serif;}
.single_inside_content p { line-height: 25px; margin-bottom: 15px; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.archive_title { padding: 15px 5px; border-top: 1px solid #e6e6e6; border-bottom: 0px solid #e6e6e6;  font-size: 24px; color: #ccc; margin-bottom: 30px; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url('images/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url('images/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
/* Footer */
#footer { padding: 25px 0 15px; background-color: #222222; }
.footer_box { float: left; width: 200px; margin-left: 50px; color: #999; }
#footer .footer_box:first-child { margin-left: 0; }
.footer_box ul { list-style-type: none; margin: 10px 0; padding: 0; line-height: 18px; }
.footer_box ul li { margin-bottom: 8px; }
.footer_box p { line-height: 18px; }
.footer_box h3 { margin-top: 0; font-weight: normal; font-size: 17px; color: #ccc; margin-bottom: 15px; }
.footer_box a { color: #999999; }
.footer_box a:hover { color: #fff; }
.copyright_text { padding: 10px 0 0; font-size: 11px; color: #999; text-align: right; border-top: 1px solid #444; margin-top: 15px;} 

/* Custom Styles */
.wpcf7-textarea, .wpcf7-text { border: 1px solid #ccc; color: #343434; font-size: 20px; font-weight: normal; height: 26px; padding-bottom: 0px; padding-left: 5px; padding-right: 25px; padding-top: 2px; width: 75%;
}

.wpcf7-textarea { height: 100px }
.wpcf7-submit { overflow: visible; min-width: 8em; line-height: 2em; font-size: 15px; text-align: center; font-weight: regular; color: #fff; border: 1px solid #ccc; background-color: #343434;  cursor: pointer  } 
/* Accordeon */
.su-spoiler-title { font-size: 18px!important }

/* Comments */
.nocomments { display: none }

/* Menu */
#menu-footer-menue { list-style: none; display: inline-block; padding: 0}
#menu-footer-menue li { display: inline-block }
#menu-footer-menue li a { color: rgb(153, 153, 153)!important }

/* WPCF7 Hacks */
.wpcf7-radio .wpcf7-list-item { display: block }

/* CSS-Button */
a.css-button {

overflow: visible;
min-width: 10em;
line-height: 3em;
border: 0;
border: 0 px solid #000;
color: #fff;
cursor: pointer;
text-align: center;
vertical-align: middle;
margin-right: 0px;
font-weight: normal;
font-size: 22px;
background-color: #f59c4f;
float: left;

}
a.css-button:hover { background-color: #f07d00; }
a.css-button.color2 { background-color: #a7a7a7; }
a.css-button.color2:hover { background-color: #333333; }