/*

Theme Name: codedrill-custom

Theme URI: http://codedrillinfotech.com/

Author: Codedrill Team

Author URI: http://codedrillinfotech.com/

Description: theme created by codedrill infotech

Version: 1.3

Text Domain: Codedrill-theme



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.

*/



*, *::before, *::after{ box-sizing:border-box;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;margin:0;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}

ol,ul{list-style:none}a:focus{outline:0}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:''}table{border-collapse:collapse;border-spacing:0}img,object,embed,video{max-width:100%}

object,embed,video{width:100%}img{height:auto;vertical-align:middle;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}

.clearfix::before,.clearfix::after{display:table;line-height:0;content:""}.clearfix::after{clear:both}

 @import url('https://fonts.googleapis.com/css?family=Roboto');

/* ============================================================================ */





/* ============================================================================

 *		LAYOUT

 * ============================================================================ */

html { height: 100%; }

body { width: 100%; min-width: 280px; background: #fff; }

#main { margin: 0 auto; position: relative; }

#content { width: 100%; float: none; }

#sidebar { display: none; }

.container { margin: 0 auto; position: relative;  max-width: 1100px;padding: 0 15px; }





/* ============================================================================

 *		inline HTML TAGS

 * ============================================================================ */



a { color: #222; }

a:hover { color: #659dbd; }



p { padding: 0 0 1em 0; }

p:last-child { padding-bottom: 0; }



h1, h2, h3, h4, h5, h6, .wtitle, .title { 

	margin: 0;

	padding: 0 0 0.5em;

	line-height: 110%;

	font-family: 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;

	font-weight: bold;

}

h1 { font-size: 36px; padding: 0; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5, h6 { font-size: 18px; }



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

