/*   
Theme Name: Q
Theme URI: http://digwp.com
Description: This is just a Q theme
Version: 1
*/

/*
 Table Of Content:
 1) Fonts, General Styles
 2) Blog styles
 --------------------------------*/
 
/*
1) Fonts, General Styles
--------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?sc59fs');
    src:  url('assets/fonts/icomoon.eot?sc59fs#iefix') format('embedded-opentype'),
        url('assets/fonts/icomoon.ttf?sc59fs') format('truetype'),
        url('assets/fonts/icomoon.woff?sc59fs') format('woff'),
        url('assets/fonts/icomoon.svg?sc59fs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'circular-medium';
    src: url('assets/fonts/circular-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/circular-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'circular-bold';
    src: url('assets/fonts/circularstd-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/circularstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'circular-book';
    src: url('assets/fonts/circularstd-book-webfont.woff2') format('woff2'),
         url('assets/fonts/circularstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:'Circular Std Black';
    src: url('assets/fonts/CircularStd-Black.eot');
	src: url('assets/fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/CircularStd-Black.woff2') format('woff2'),
		url('assets/fonts/CircularStd-Black.woff') format('woff'),
		url('assets/fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'CircularStd-BookItalic';
    src: url('assets/fonts/CircularStd-BookItalic.eot');
	src: url('assets/fonts/CircularStd-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/CircularStd-BookItalic.woff2') format('woff2'),
		url('assets/fonts/CircularStd-BookItalic.woff') format('woff'),
		url('assets/fonts/CircularStd-BookItalic.svg#CircularStd-BookItalic') format('svg');
    font-weight: 450;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/fa-regular-400.eot");
  src: url("assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
       url("assets/fonts/fa-regular-400.woff2") format("woff2"), 
       url("assets/fonts/fa-regular-400.woff") format("woff"), 
       url("assets/fonts/fa-regular-400.ttf") format("truetype"),
       url("assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); 
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
 }


.circular-book {
	font-family: 'circular-book', Arial, sans-serif;	
}
.circular-medium {
	font-family: 'circular-medium', Arial, sans-serif;	
}
.circular-bold {
	font-family: 'circular-bold', Arial, sans-serif;	
}
.circular-black {
	font-family: 'circular-medium', Arial, sans-serif;	
}

.light {
	font-weight: 300;
}
.normal {
	font-weight: 400;
}
.semi-bold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: graFyscale;
}
.icon-facebook:before {
    content: "\e901";
}
.icon-linkedin:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e902";
}
.icon-googleplus:before {
    content: "\e900";
}


/* CUSTOMIZE THIS */
body {
  font-family: 'circular-book', Arial, sans-serif;	
  font-size: 16px;
  line-height: 1.55;
  color: #4d525a;
  background: #ffffff;
}
.home_banner.new {
	 background: linear-gradient(#4D5055, #313133);
}
.home_banner.new::after {
	background:none !important;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
h1,.h1 {
  font-size: 50px;
  line-height:1.2;
}
h2,.h2 {
  font-size: 36px;
  line-height:1.2;
}
h3,.h3 {
  font-size: 30px;
  line-height:1.2;
}
h4,.h4 {
  font-size: 24px;
  line-height:1.2;
}
h5,.h5 {
  font-size: 20px;
}
h6,.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 20px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666;
}
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style:italic;
  font-size:18px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size:60px;
  line-height: 0.1em;
  margin-right:15px;
  vertical-align: -0.4em;
}
blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 60px;
    line-height: 0.1em;
    margin-left: 10px;
    vertical-align: -34px;
}
/* /CUSTOMIZE THIS */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.clearfix {
  clear: both;
}
img {
  vertical-align: top;
}
input[type=submit],input[type=button]{
	-webkit-appearance: none;	
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fatop {
  vertical-align: top;
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-arrow-up:before {
  content: "\f062";
  color: #2bb673;
}
.fa-arrow-down:before {
  content: "\f063";
  color: #e90000;
}
.fa-angle-right:before {
  content: "\f105";
  margin: 0 2px;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
 

/*
2) Blog Styles
--------------------------------*/
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Content */
.hentry {
    margin: 20px 0 20px;
	padding-bottom:20px;
	border-bottom: solid 1px #eee;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
 
/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
 
/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}

/* Navigation */
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Widgets */
.widget {
    margin: 0 0 1.5em;
}