/*
Theme Name: Basic Responsive WordPress Theme
Theme URI: https://dessign.net/basicthemeresponsive
Description: Basic Responsive Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any creative, illustrator or graphic designer. 
Version: 2.0.1
Author: Dessign Themes
Author URI: https://dessign.net
Tags: 3 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 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: #1a1a1a;
    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; background-color: #1a1a1a}
body { font-size: 14px; font-family: 'Roboto', monospace; color: #AEAEAE; line-height: 21px;}
a { color: #AEAEAE; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #EEEEEE; }
h1,h2,h3,h4,h5 { margin: 10px 0; text-transform: uppercase;}
p { margin: 10px 0; }
img { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
::-moz-selection {
    background-color: #FFFFFF;
    color: #1a1a1a;
}
 ::selection {
    background-color: #FFFFFF;
    color: #1a1a1a;
}
.container { width: 1200px; margin: 0 auto;  }
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
#header { position: fixed; top: 0; left: 0; padding: 20px 0 15px; width: 100%; background-color: #1a1a1a; z-index: 9999; height: 28px; }
.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: 16px; letter-spacing: 2px; position: relative; padding-bottom: 10px; text-transform: uppercase; font-weight: bold;}
.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: #7A7A7A;  text-decoration: underline; }
.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: #1a1a1a; padding: 5px 10px; display: none; line-height: 13px; z-index: 100; }
.menu_container ul li ul li { font-size: 13px; margin: 0; padding: 10px 5px;  display: block; width: 140px; }
.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: #7A7A7A; }
.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: #333; font-weight: normal; border: 1px solid #ccc;; background-color: #1a1a1a; font-size: 12px; }
.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: 90px; z-index: 100;}
.logo_cont { text-align: center; padding-bottom: 35px; }
.logo_cont img { max-width: 100%; height: inherit; }
#slideshow_cont {  width: 1200px; height: 680px; 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: 1200px; height: 680px;  }
.slide_prev, .slide_next { position: absolute; top: 50%; margin-top: -30px; z-index: 50; cursor: pointer; }
.slide_prev { left: 0; }
.slide_next { right: 0; }
.home_box { float: left; width: 400px; margin-right: 0px; margin-bottom: 5px; }
.home_box h3 { font-size: 23px; margin: 15px 0; font-weight: normal; font-family: 'Roboto', monospace; text-align: center; letter-spacing: 1px; line-height: 140%;}
.home_box h3:hover { text-decoration:underline; }
.home_box p { margin-top: 0; margin-right: 20px; margin-left: 20px; text-align: center; }
.home_box_last { margin-right: 0; }
.home_box img,
.home_box iframe { width: 400px; height: 225px; }
.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: 650px; height: 370px; }
.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: 460px; }
.home_wide_box_right .left p { line-height: 25px; font-size: 17px; font-weight: 300; font-family: 'Roboto', monospace; color: #333;  }
.home_wide_box_right .left h3 { margin-top: 0; margin-bottom: 20px; font-size: 26px; font-weight: normal; font-family: 'Roboto', monospace; color: #7A7A7A; letter-spacing: 1px; line-height: 27px; }
.home_wide_box_right .left h3 a:hover {text-decoration: underline;}
.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: #EEEEEE; font-size: 13px; color: #1a1a1a; }
.single_left { float: left; width: 100%; margin-bottom: 30px; }
.single_inside_content img { max-width: 100%; height: inherit; }
.single_inside_content iframe { max-width: 100%; }
.single_inside_content { font-size: 16px; font-family: 'Roboto', monospace;}
.single_inside_content a { text-decoration:underline;}
.single_inside_content p { line-height: 1.8; margin-bottom: 15px; }
#commentform input[type=submit] { background-color: #161616; color: #1a1a1a; border: 1px solid #6E6E6E; padding: 10px 15px; }
.archive_title { padding: 8px 3px;  font-size: 20px; font-weight: 300; font-family: 'Roboto', monospace; color: #7A7A7A; margin-bottom: 25px;  text-transform: uppercase; letter-spacing: 2px; }
.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; }
#content_left { float: left; width: 830px; line-height: 19px; margin-bottom: 15px; font-size: 20px; font-family: 'Roboto', monospace; font-style: normal; font-weight: normal;  }
.blog_box { padding-bottom: 5px; margin-bottom: 21px; }
.blog_box h3 { margin: 0 0 15px; font-size: 27px; font-family: 'Roboto', monospace;  font-weight: normal; letter-spacing: 1px; color: #555; line-height: 150%; }

.blog_box h3 a:hover {text-decoration:underline;}
.blog_box img { width: 830px; height: 400px; border-radius: 3px; }
.blog_box iframe { width: 830px; height: 400px; }
.blog_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.blog_box p { line-height: 22px; font-size: 15px; font-family: 'Roboto', monospace; font-style: normal; font-weight: normal; }
.read_more { display: inline-block; float: right; color: #333;  font-size: 11px; font-family: 'Roboto', monospace; ; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; padding: 7px 17px 7px 17px; margin: 10px 0;  }
h1.single_title { font-size: 27px; font-family: 'Roboto', monospace;  font-weight: normal; letter-spacing: 1px;  margin: 0 0 15px; line-height: 140%;}
/* Sidebar */
#sidebar { float: right; width: 300px; margin-bottom: 30px; margin-top:40px;}
#sidebar a:hover { text-decoration: underline; }
.side_box { margin-bottom: 25px; padding-top: 8px; border-top: 0px solid #1a1a1a; }
.side_box h3.side_title { margin-top: 0; font-weight: bold; font-size: 18px; margin-bottom: 10px; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 8px; }
/* Footer */
#footer { padding: 5px 0 15px;  }
.footer_box { float: left; width: 262px; 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: #1a1a1a; }
.copyright_text { padding: 10px 0 0; font-size: 11px; color: #999; text-align: center;  margin-top: 15px;} 
.signature{ font-size: 28px; font-family: 'Caveat', monospace; color: #AEAEAE; line-height: 21px;}