/*
Theme Name: DRAKEBUILD
Author: Webdeveloper
Author URI: https://beautifulwebsites.com.au/
Description: DRAKEBUILD
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DRAKEBUILD
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 8.0 Alignments
 */

 .alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
@media screen and (min-width: 46.25em) {
   blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}
}
@media screen and (min-width: 55em) {
   .image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}
}

/* YouTube responsive frame BEGIN*/
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube responsive frame END*/

/* Added By Mencoweb Team */
.news-desc a{color: #f20e0e;}
.account ul li.pipe-sprtr {
    border-right: 1px solid #000;
    padding-right: 5px;
}
/*input#yith-searchsubmit {
    display: none;
}*/
.single-page{padding: 80px 0;color: #fff;}
.single-page h2{font-size: 32px;font-family: 'Dosis';font-weight: 300;margin: 15px 8px;}
.single-page p{color: #ffffff;margin: 15px 0px;font-size: 18px;}
.search.heading.text-center{color: #fff;}
.home-about .heading h5,.home-about .heading a h4,.home-about .about-desc{color: #fff;}
.featured.search .heading{margin: 30px 0;}
.kc_captcha{color: #fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{color: red;}
/* Css For Pagination */
.paginate ul {border: none;}
.paginate ul li {display: inline-block; margin: 5px; padding-left: 0; /*border-radius: 50%;*/}
.paginate ul li:before {display: none;}
.paginate ul li {margin: 5px;float: left;display: inline;overflow: hidden;}
.paginate ul.page-numbers li {border: 1px solid #0187EB;background: #0187EB;}
.paginate ul li span.current {background: #0187EB;color: #ffffff;/*padding: 10px;*/font-family: 'Open Sans';}
.paginate ul li span {display: table-cell;vertical-align: middle;text-align: center;font-family: 'Open Sans';color: #ffffff;/*font-size: 24px;*//*font-weight: 700;*/width: 36px;height: 35px;}
.paginate ul li a{display: table-cell;vertical-align: middle;text-align: center;color: #484848;font-family: 'Open Sans';/*font-size: 24px;*//*font-weight: 700;*/width: 35px;height: 35px;background: #ffffff;}
.paginate ul li a:hover,.paginate ul li a:focus{background: #0187EB;color: #ffffff;}
