/*
Theme Name: TechSavvy
Theme URI: http://magazine3.com/techsavvy/
Author: Magazine3
Author URI: http://magazine3.com
Description: Tech WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mm
Template: techsavvy-codebase
*/ 
 
@import url("../techsavvy-codebase/style.css");
.single-post .content p {
    color: #333;
    display: block;
    font-family: Open Sans,serif !important;
    font-size: 18px !important ;
    line-height: 26px !important;
}
 
/* =Theme customization starts here */

.single .container {
	width: 1050px;
}
.single .content {
	width: 730px;
	margin-right: 20px;
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	.single .container { width: 748px;}
	.single .content {width: 100%; margin: 0 }
}

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	.single .container  { width: 460px;}
	.single .content {width: 100%; margin: 0 }
}

@media only screen and ( max-width: 479px ) {
	.single .container {width: 300px; }
	.single .content {width: 100%; margin: 0 }
}

.widget ul li {font-family: Open Sans !important;}
.widget ul li{font-size:16px !important;}

html body div#ad-wrapper div#ad-content ul li a{font-family:georgia !important;}
div#ad-content ul li a{font-family:georgia !important;}

.c_form {
width: 300px;
height: auto;
background: #333;
font-family: "Droid Serif","Helvetica Neue",Arial,Sans-serif;
}

.cf_title {
display: block;
font-size: 21px;
color: #fff;
background: #e44545;
padding: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: 600;
letter-spacing: -1px;
}

.cf_title span {
display: block;
font-size: 11px;
-moz-opacity: .8;
-webkit-opacity: .8;
opacity: .8;
font-weight: 300;
letter-spacing: normal;
margin-top: -2px;
}

.c_form form {
padding: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}

.c_form form input {
width: 100%;
height: 35px;
background: #fff;
border: none;
padding-left: 7px;
padding-right: 7px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #666;
font-style: italic;
font-size: 12px;
float: left;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.c_form form input:focus {
outline: none;
}

.c_form form input[name="email"]{
width: 200px;
}

.c_form form input[type="submit"] {
width: 80px;
background: #e44545;
color: white;
font-style: normal;
letter-spacing: -1px;
font-size: 13px;
cursor: pointer;
text-align: center;
}

.c_form form input[type="submit"]:hover {
background: #f25757;
color: rgba(255, 255, 255, 1);
}