/*

Theme Name: Canyondoc

Theme URI: http://underscores.me/

Author: canyonthemes

Author URI: http://www.canyondocs.com/

Description: Canyonthemes Shop Documentation

Version: 1.0.0

Text Domain: canyondoc

/*Default CSS*/
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600');

html {

    font-family: 'Nunito', sans-serif;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust:     100%;

}



* {

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



*:before,

*:after {

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

body {

    margin: 0;

}

body,

button,

input,

select,

textarea {

    position: relative;

    color: #333333;

    background-color: #ffffff;

    -webkit-font-smoothing: antialiased;

}

img {

    max-width: 100%;

    height: auto;

    border: 0;

}

svg:not(:root) {

    overflow: hidden;

}

embed,

iframe,

object,

video {

    max-width: 100%;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

    display: block;

}

figure {

    margin: 0;

}

audio,

canvas,

progress,

video {

    display: inline-block;

    vertical-align: baseline;

}

audio:not([controls]) {

    display: none;

    height: 0;

}



[hidden],

template {

    display: none;

}



/* Links */

a,

button,

input[type="submit"] {

    transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;

}



a {

    color: #fff;

    text-decoration: none;

    background-color: transparent;

}



a:active,

a:hover,

a:focus {

    outline: 0;border: none;text-decoration: none;

    color: #000000;

}



/* Typography */



h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: 600;
    color:#1BA9FF;
    line-height: 1.1;

}



h1 a:hover,

h2 a:hover,

h3 a:hover,

h4 a:hover,

h5 a:hover,

h6 a:hover {

    text-decoration: none;

}



h1,

h2,

h3 {

    margin-top: 10px;

    margin-bottom: 15px;

}



h1 {

    font-size: 27px;

}



h2 {

    font-size: 20px;

}



h3 {

    font-size: 18px;

}



h4 {

    font-size: 16px;

}



h5 {

    font-size: 14px;

}



h6 {

    font-size: 12px;

}



hr {

    box-sizing: content-box;

    background-color: #ccc;

    border: 0;

    height: 1px;

    margin-bottom: 1.5em;

}



p {

    margin-bottom: 15px;

}



p a{

    text-decoration: underline;

}



q,

blockquote,

blockquote p {

    color: #787878;

}



q::before,

q:before,

blockquote p::before {

    content: open-quote;

}



q::after,

q:after,

blockquote p::after {

    content: close-quote;

}



dfn,

cite,

em,

i {

    font-style: italic;

}



b,

strong {

    font-weight: bold;

}



blockquote {

    margin: 0 1.5em;

}



address {

    margin: 0 0 1.5em;

}



pre {

    background: #eee;

    font-size: 15px;

    font-size: 0.9rem;

    line-height: 1.6;

    margin-bottom: 1.6em;

    max-width: 100%;

    overflow: auto;

    padding: 1.6em;

}



code,

kbd,

tt,

var,

samp {

    font-size: 15px;

    font-size: 0.9rem;

}



abbr,

acronym {

    border-bottom: 1px dotted #666;

    cursor: help;

}



mark,

ins {

    background: #fff9c0;

    text-decoration: none;

}



big {

    font-size: 125%;

}



small {

    font-size: 80%;

}



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}



ul,

ol {

    margin-top: 0;

    margin-bottom: 20px;

    list-style-position: inside;

}



ul ul,

ol ul,

ul ol,

ol ol {

    margin-bottom: 0;

}



dt {

    font-weight: bold;

}



dd {

    margin: 0 1.5em 1.5em;

}



@media screen and (max-width: 479px){

    h1 {

        font-size: 28px;

    }

}



/* Accessibility */



.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

}



/* Forms */

form {

    position: relative;

}



input {

    outline: 0;

    border: 1px solid #dddddd;

    height: inherit;

    color: #333333;

    font-size: 16px;

    padding: 8px 15px;

    line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box;

    padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

    height: auto;

}



button,

html input[type="button"],

input[type="button"],

input[type="reset"],

input[type="submit"] {

    border: 1px solid;

    border-color: #ccc #ccc #bbb;

    background: #e6e6e6;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

    color: rgba(0, 0, 0, .8);

    font-size: 14px;

    line-height: 1;

    padding: 10px 15px 11px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

    -webkit-appearance: button;

    cursor: pointer;

    vertical-align: top;

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

    border-color: #ccc #bbb #aaa;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);

}



button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

    border-color: #aaa #bbb #bbb;

    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);

}



button[disabled],

html input[disabled] {

    cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="tel"],

input[type="password"],

input[type="search"],

textarea {

    color: #666;

    border: 1px solid #ccc;

    background-color: #F7F7F7;

    box-sizing: border-box;

    padding: 8px 5px 8px 15px;

}



input[type="search"] {

    -webkit-appearance: textfield;

    box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus{

    color: #111;

    background-color: #ffffff;

    -webkit-appearance: none;

}



fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



legend {

    border: 0;

    padding: 0;

}



textarea {

    overflow: auto;

    width: 100%;

}



optgroup {

    font-weight: bold;

}



select:focus{

    outline: none;

}



/* Button */



button {

    border-radius: 3px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    -o-border-radius: 3px;

    -ms-border-radius: 3px;

    outline: thin dotted;

    outline: 5px auto -webkit-focus-ring-color;

    outline-offset: -2px;

    outline: 0;

    outline-offset: 0;

    border: none;

    overflow: visible;

}



/* Clearings */



.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

    content: "";

    display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

    clear: both;

}



/* Table */



table,

th,

td {

    border: 1px solid #eaeaea;

    border: 1px solid rgba(51, 51, 51, 0.1);

}



table {

    border-collapse: separate;

    border-spacing: 0;

    border-width: 1px 0 0 1px;

    margin: 0 0 1.6em;

    table-layout: fixed; /* Prevents HTML tables from becoming too wide */

    width: 100%;

}



caption,

th,

td {

    font-weight: normal;

    text-align: left;

}



th {

    border-width: 0 1px 1px 0;

    font-weight: 700;

}



td {

    border-width: 0 1px 1px 0;

}



th, td {

    padding: 0.4em;

}



del {

    opacity: 0.8;

}



dl {

    margin-bottom: 1.6em;

}



dt {

    font-weight: bold;

}



dd {

    margin-bottom: 1.6em;

    margin-left: 0;

}



dd a{

    text-decoration: underline;

}

/* Alignments */



.alignleft {

    display: inline;

    float: left;

    margin-right: 1.5em;

}



.alignright {

    display: inline;

    float: right;

    margin-left: 1.5em;

}



.aligncenter {

    clear: both;

    display: block;

    margin-left: auto;

    margin-right: auto;

}

/* Captions */



.wp-caption {

    margin-bottom: 1em;

    max-width: 100%;

}





.wp-caption img[class*="wp-image-"] {

    display: block;

    margin: 0 auto;

}



.wp-caption-text {

    text-align: center;

}



.wp-caption .wp-caption-text {

    margin: 0.8075em 0;

}

/* Galleries */

.gallery {

    margin-bottom: 1.5em;

}

.gallery-item {

    display: inline-block;

    text-align: center;

    vertical-align: top;

    width: 100%;

    margin-bottom: 15px;

    margin-top: 15px;

}



.gallery-columns-2 .gallery-item {

    max-width: 50%;

}



.gallery-columns-3 .gallery-item {

    max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

    max-width: 25%;

}



.gallery-columns-5 .gallery-item {

    max-width: 20%;

}



.gallery-columns-6 .gallery-item {

    max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

    max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

    max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

    max-width: 11.11%;

}



.gallery-caption {

    display: block;

}



@media screen and (max-width: 767px){



    .gallery-columns-5 .gallery-item,

    .gallery-columns-6 .gallery-item,

    .gallery-columns-7 .gallery-item,

    .gallery-columns-8 .gallery-item,

    .gallery-columns-9 .gallery-item {

        max-width: 100%;

    }

}



@media screen and (max-width: 480px){

    .gallery-columns-3 .gallery-item,

    .gallery-columns-4 .gallery-item {

        max-width: 100%;

    }

}



/*main css*/

section {

    display:block;

}

p, ul, ol{

    margin:18px 0;

    line-height:1.5em;

}

li{

    list-style:none;

}

hr {

    border:0;

    border-top:1px solid #8DD925;

    border-bottom:1px solid #8DD925;

    margin:16px 0;

}



#canyonthemesdocs-content{

    position:absolute;

    right:18px;

    left:350px;

    padding-left:10px;

    padding-bottom:800px;

    min-height:100%;

    height:auto;

    z-index:1;

}

#canyonthemesdocs-sidebar{

    -moz-box-shadow:0 0 6px rgba(3,3,3,0.6);

    -webkit-box-shadow:0 0 6px rgba(3,3,3,0.6);

    box-shadow:0 0 6px rgba(3,3,3,0.6);

    position:fixed;

    left:0;

    width:320px;

    height:100%;

    min-height:100%;

    z-index:100;

    overflow-y: scroll;
    background:#021c35;

}
#canyonthemesdocs-sidebar .logo-bg {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
}

#canyonthemesdocs-sidebar a{

    position:relative;

    z-index:100;

}

/* Sidebar*/

#canyonthemesdocs-sidebar #canyonthemes-logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 15px auto 0;
    width: 200px;
}

/*tocify*/

#canyonthemesdocs-sidebar ul{

    height: auto;

    min-height: inherit;

    font-size:14px;

    font-weight:400;

    padding: 0;

    margin:0;

}

#canyonthemesdocs-sidebar ul li{

    text-align:right;

    padding:0;

}

#canyonthemesdocs-sidebar ul a {
    border-bottom: 1px solid #00011a;
    border-top: 1px solid #213b54;
    display: block;
    padding: 10px 15px;
    text-align: right;
}

#canyonthemesdocs-sidebar ul li.active,#canyonthemesdocs-sidebar ul li:hover{

    background:#1BA9FF;

}



/* Content*/
#canyonthemesdocs-title-content ul {
    padding-left: 15px;
}

#canyonthemesdocs-content li{
    list-style: inherit;
}

#docs-title-content h2{
    margin-top: 70px;
    padding-top: 20px;
    border-top: 1px solid #1BA9FF;
}



/* Added by Sandilya */

#canyonthemesdocs-content a {
    color: blue;
    text-decoration: underline;

}