/*
Theme Name: Theme Grill
Theme URI: https://themegrill.com/
Version: 1.0
Description: A themeshop for beautiful premium WordPress themes.
Author: ThemeGrill
Author URI: https://themegrill.com/
*/

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   border: 0;
   font-family: inherit;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
}
html {
   font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
   overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
   -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
   -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
   background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
   display: block;
}
ol, ul {
   list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   font-weight: normal;
   text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
a:focus {
   /*outline: thin dotted;*/
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
   outline: 0;
}
a img {
   border: 0;
}
*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
   color: #444444;
   font: 16px 'PT Sans', sans-serif;
   line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
   clear: both;
   padding-bottom: 18px;
   color: #444444;
   font-weight: normal;
   font-family: 'PT Sans', sans-serif;
}

h1 { font-size: 34px; line-height: 40px; }
h2 { font-size: 28px; line-height: 34px; }
h3 { font-size: 26px; line-height: 32px; }
h4 { font-size: 22px; line-height: 28px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 18px; line-height: 22px; }

/* Horizontal Line */
hr {
   background-color: #e5e5e5;
   border: 0;
   height: 1px;
}

/* Text elements */
#content p {
   font-size: 16px;
   line-height: 1.6;
   margin-bottom: 20px;
}
#content {
   margin-bottom: 35px;
}
#colophon p {
   font-size: 14px;
   line-height: 22px;
}
ul, ol {
   margin: 0 0 0 0;
}
ul {
   list-style: none;
}
ol {
   list-style: none;
}
li > ul,
li > ol {
   margin-bottom: 0;
   margin-left: 1.5em;
}
dt {
   font-weight: bold;
}
dd {
   margin: 0 1.5em 1.5em;
}
b, strong {
   font-weight: bold;
}
dfn, cite, em, i {
   font-style: italic;
}
blockquote {
   margin: 0;
}
address {
   margin: 0 0 1.5em;
}
pre {
   background: #eee;
   font-family: "Courier 10 Pitch", Courier, monospace;
   font-size: 15px;
   font-size: 1.5rem;
   line-height: 1.6;
   margin-bottom: 1.6em;
   padding: 1.6em;
   overflow: auto;
   max-width: 100%;
}
code, kbd, tt, var {
   font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
}
mark, ins {
   background: #fff9c0;
   text-decoration: none;
}
sup,
sub {
   font-size: 75%;
   height: 0;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}
sup {
   bottom: 1ex;
}
sub {
   top: .5ex;
}
small {
   font-size: 75%;
}
big {
   font-size: 125%;
}
figure {
   margin: 0;
}
table {
   margin: 0 0 1.5em;
   width: 100%;
}
th {
   font-weight: bold;
}
img {
   height: auto; /* Make sure images are scaled correctly. */
   max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
   font-size: 100%; /* Corrects font size not being inherited in all browsers */
   margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
   vertical-align: baseline; /* Improves appearance and consistency in all browsers */
   *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
   line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   background-color: #9C2A00;
   border: none;
   border-radius: 4px;
   color: #FFFFFF;
   font-size: 1.4rem;
   padding: 8px 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   text-decoration: none;
   cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
   padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
   -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
   -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
   -moz-box-sizing:    content-box;
   box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
   -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
   border: 0;
   padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
   color: #666;
   border: 1px solid #ccc;
   border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
   color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
   padding: 3px;
}
textarea {
   overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
   padding-left: 3px;
   vertical-align: top; /* Improves readability and alignment in all browsers */
   width: 98%;
}

/* Blockquote */
blockquote {
   font-size: 18px;
   font-weight: normal;
   padding: 20px;
   border-left: 3px solid #9C2A00;
   border-top: 1px solid #f2f2f2;
   border-right: 1px solid #f2f2f2;
   border-bottom: 1px solid #f2f2f2;
   margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
   font-style: normal;
}
blockquote cite {
   color: #666;
   font: 12px 'PT Sans', sans-serif;
   font-weight: 300;
   letter-spacing: 0.05em;
   text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
   float: right;
   text-align: right;
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 12px;
}
.breadcrumb a {
   color: #999;
}
.breadcrumb,
.breadcrumb a:hover {
   color: #666;
}

/* Links */
a {
   color: #9C2A00;
   text-decoration: none;
}
a:hover,
a:focus,
a:active {
   text-decoration: none;
}

/* Images */
figure {
   margin: 0;
   text-align: center;
}
img {
   max-width:100%;
   height:auto;
   vertical-align:top;
   margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
   max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
   max-width: 100%;
   height: auto;
}
.entry-content img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
   margin-bottom: 1.625em;
}
p img {

}
img#wpstats {
   display: none;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
   display: inline;
   float: left;
   margin-right: 30px;
}
.alignright {
   display: inline;
   float: right;
   margin-left: 30px;
}
.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/* clearfix hack */
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.clearfix {
   display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
   height:1%;
}
.clearfix {
   display: block;
}
/* close commented backslash hack */


/* theme info buttons */
.tg-info-buttons { text-align: center; position: relative; margin-bottom: 5px; top: -37px; }
.tg-info-button { background-color: #ffffff; border: 1px solid #e1e1e1; display: inline-block; min-width: 150px; padding: 12px 20px; transition: all 0.4s ease-in-out 0s; }
.post-type-archive-themes #content a.tg-info-button:hover { background-color: #9C2A00; color: #ffffff; }
.tg-info-button-more { border-bottom-left-radius: 100px; border-top-left-radius: 100px; }
.tg-info-button-demo { border-bottom-right-radius: 100px; border-top-right-radius: 100px; margin-left: -6px; }
.tg-info-price { border: 1px solid #e1e1e1;
   background-color: #ffffff;
   border: 1px solid #e1e1e1;
   border-radius: 50%;
   font-size: 14px;
   height: 35px;
   left: 168px;
   line-height: 34px;
   position: absolute;
   text-align: center;
   top: 7px;
   width: 35px;
   z-index: 999;
}
.tg-info-price-hide { display: none; }

a.button-themes, a.button-support, a.button-coding, a.button-third, a.button-fourth {
   padding: 15px 30px;
   color: #FFFFFF;
   font-size: 18px;
   border-radius: 4px;
}
a.button-themes, a.button-support, a.button-third { margin-right: 12px; }
.home a.button-support { margin-right: 0; }
a.button-themes { background-color: #9C2A00; }
a.button-support { background-color: #3BC492; }
a.button-third { background-color: #228B9B; }
a.button-fourth { background-color: #f2ae72; }
a.button-themes:hover, a.button-support:hover, a.button-third:hover, a.button-fourth:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
}

/**
 * MAIN LAYOUT
 **/
#body-area {
}
.container-inner-wrap {
   margin: 0 auto;
   width: 1260px;
   padding: 0 30px;
}
#main {
}

/**
 * HEADER
 **/
#main-header {
   margin-bottom: 30px;
}
#header-text-nav-container {
   border-bottom: 1px solid #f2f2f2;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 2000;
   background-color: #FFFFFF;
}
/* This will ensure your site looks correct
* when the admin bar is displaying.
--------------------------------------------- */
body.admin-bar #header-text-nav-container {
top: 28px;
}

body {
padding-top: 64px;
}
body.admin-bar {
padding-top: 92px;
}

#header-text-nav-wrap {
   padding-top: 5px;
   padding-bottom: 5px;
}
#header-left-section {
   float: left;
}
#header-logo-image {
   float: left;
}
#header-logo-image img {
   margin-bottom: 0px;
}
#header-right-section {
   float: right;
}

/**
 * NAVIGATION
 **/
#access {
   float: right;
   padding-top: 16px;
}
#access ul {

}
#access li {
   float: left;
   position: relative;
   padding: 0 0 0 12px;
}
#access ul li a {
   font-family: 'PT Sans', sans-serif;
   font-size: 12px;
   padding: 5px 12px;
   letter-spacing: 1px;
}
#access li.default-menu,
li.default-menu {
   display: none;
}
#access a {
   color: #222222;
   display: block;
   float: left;
   font-size: 14px;
   text-transform: uppercase;
}
#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
   color: #FFFFFF;
   background: none repeat scroll 0 0 #9C2A00;
   border-radius: #FFFFFF;
   border-radius: 4px;
}
#access li.login, #access li.my-account, #access li.logout {
   padding-left: 12px;
}
#access li.login a, #access li.my-account a, #access li.login a:hover, #access li.my-account a:hover {
   background: none repeat scroll 0 0 #228B9B !important;
   color: #FFFFFF;
   border-radius: 4px;
}
#access li.logout a, #access li.logout a:hover {
   background: none repeat scroll 0 0 #BFBEB2 !important;
   color: #FFFFFF;
   border-radius: 4px;
}

/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
   display:none;
   z-index: 9999;
}
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
   display:block;
}
#access ul li ul {
   position: absolute;
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
   border-top: 1px solid #9C2A00;
   top: 45px;
   left: 20px;
   width: 150px;
}
#access ul li ul li {
   float: none;
   border-bottom: 1px solid #EAEAEA;
   padding: 0;
   font-family: 'PT Sans', sans-serif;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
   float: none;
   line-height: 21px;
   font-size: 13px;
   font-weight: normal;
   height: 100%;
   padding: 6px 10px;
   color: #555;
   text-transform: capitalize;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
   color: #9C2A00;
}
#access ul li ul li ul {
   left: 190px;
   top: -4px;
}
#access select {
   display: none;
}

/* PAGE HEADER TITLE */
.header-post-title-container {
   border-bottom: 1px solid #f2f2f2;
   padding: 90px 0;
   box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
   width: 100%;
}
.post-title-wrapper h1 {
   text-align: center;
   font-size: 38px;
   padding-bottom: 0;
   color: #333333;
   line-height: 1;
   padding-bottom: 5px;
   text-transform: uppercase;
   word-spacing: 5px;
}
.single-themes .post-title-wrapper h2,
.single-plugins .post-title-wrapper h2 {
   padding-bottom: 10px;
}
.post-title-wrapper h3 {
   text-align: center;
   font-size: 20px;
   color: #666666;
}

#main-actions {
   text-align: center;
   padding-top: 30px;
}
#view-themes, #support {
   font-size: 28px;
   text-align: center;
}
#view-themes, #support {
   color: #FFFFFF;
   display: inline-block;
   font-family: 'PT Sans', sans-serif;
   font-style: italic;
   height: 61px;
   line-height: 53px;
   text-decoration: none;
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
   width: 277px;
}
#view-themes {;
   margin-right: 12px;
}
#support {
}
.post-type-archive-themes #content img,
.post-type-archive-plugins #content img {
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.post-type-archive-themes #content img {
   margin-bottom: 10px;
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
   float: left;
   width: 66%;
   border-right: 1px solid #f8f8f8;
   padding-right: 3%;
}
#secondary {
   float: right;
   width: 28%;
}

/* =RIGHT SIDEBAR
----------------------------------------------- */
#secondary .widget-title span {
   border-bottom: 2px solid #9C2A00;
}
.widget {
   padding-bottom: 12px;
}

.bold-title {
   font-size: 32px;
   color: #333333;
   padding-bottom: 0;
   text-align: center;
}
#main .panel-grid .textwidget .widget-title {
   color: #444444 !important;
}

/* Widget Themes Hightlighter */
.widget_themes_highlighter {
   padding-top: 110px;
   padding-bottom: 80px;
   margin-bottom: 30px;
   background-color: #80abc8;
}
.widget_themes_highlighter .tg-one-third {
   padding-bottom: 15px;
   text-align: center;
}
.widget_themes_highlighter img:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   box-shadow: #000 0 0 0;
}
.widget_themes_highlighter .widget-title {
   text-align: center;
   font-size: 32px;
   padding-bottom: 60px;
   color: #FFFFFF;
   text-shadow: 1px 1px 1px #777777;
   letter-spacing: 2px;
}
#main .widget_themes_highlighter .widget-title {
   font-size: 40px;
}
.theme-name {
   text-align: center;
   font-size: 32px;
   padding-top: 20px;
   color: #FFFFFF;
   text-shadow: 1px 1px 1px #777777;
}
.widget_themes_highlighter {
   margin-bottom: 0;
}
#themegrill_testimonial_widget-2 {
   margin-bottom: 40px;
}

/* =BlOG
----------------------------------------------- */
.home #content {
    margin-bottom: 0;
}
#content .post, #content .page {
   padding-bottom: 35px;
}
#content .post {
   border-bottom: 1px solid #f8f8f8;
   margin-bottom: 40px;
   padding-bottom: 40px;
}
.single #content .post {
}
.post .entry-title {
   font-size: 32px;
   line-height: 1;
   padding-bottom: 10px;
}
.post .entry-title a {
   color: #555555;
   transition: all 0.3s ease 0s
}
.entry-meta {
   margin-bottom: 15px;
   font-style: italic;
}
.post .entry-title a:hover {
   color: #9C2A00;
}
.post .entry-content {
   margin-bottom: 10px;
}
.entry-content ul {
   list-style: square;
}
.entry-content ul,
.entry-content ol {
   padding: 0 0 0 35px;
   margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
   margin-bottom: 0;
}
.entry-content li {
   line-height: 1.3;
}
.post a img {
   background: none repeat scroll 0 0 #f8f8f8;
   border: 1px solid #f2f2f2;
   padding: 1%;
   max-width: 98%;
}
.post a img:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   box-shadow: #000 0 0 0;
}
.post .entry-meta a:hover,
.post .entry-content a:hover,
.default-wp-page a:hover {
   text-decoration: underline;
}
.more-link {
   display: block;
   margin-top: 30px;
}
.more-link span {
   font-size: 15px;
   padding: 5px 20px;
   color: #FFFFFF;
   background-color: #9C2A00;
   transition: background-color 0.3s linear 0s;
   border-radius: 4px;
   cursor: pointer;
   display: inline-block;
   float: right;
}
.more-link  span:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   box-shadow: #000 0 0 0;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page .previous {
   float: left;
   margin-bottom: 30px;
}
.default-wp-page .next {
   float: right;
   margin-bottom: 30px;
}
.wp-pagenavi {
   text-align: center;
   margin-bottom: 30px;
}
#content .wp-pagenavi .page,
#content .wp-pagenavi a {
   padding: 4px 10px;
   color: #666666;
   border: 1px solid #F2F2F2;
}
#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover {
   padding: 4px 10px;
   color: #FFFFFF;
   background-color: #9C2A00;
   border: 1px solid #F2F2F2;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
   margin-left: 0;
   border-radius: 2px;
}
#content .wp-pagenavi span.pages {
   margin-left: 0;
   color: #666666;
   padding: 4px 10px;
   border: 1px solid #F2F2F2;
}
/* =COMMENTS
----------------------------------------------- */
#comments {
}
.comments-title {
   font-size: 22px;
   line-height: 28px;
}
.comment-content a {
   word-wrap: break-word;
}
.comment-navigation {
   margin-bottom: 15px;
}
.bypostauthor {
}
#comments h2.comments-title {
   margin-bottom: 10px;
}
.avatar {
   border-radius: 50%;
   float: left;
}
.comments-area article header {
   margin: 0 0 5px;
   overflow: hidden;
   position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
   display: block;
   margin-left: 100px;
   color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
   color: #9C2A00;
}
.comments-area .comment-author-link a {
   color: #999999;
}
.comments-area .comment-author-link a:hover {
   color: #9C2A00;
}
.comments-area .comment-author-link span {
   margin-left: 10px;
   padding: 0 5px;
   background-color: #9C2A00;
   color: #FFFFFF;
   border-radius: 3px;
}
.comment-content {
   padding: 15px 15px 25px;
   background-color: #F8F8F8;
   border: 1px solid #EAEAEA;
   border-radius: 2px;
}
.comment {
   margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
   float: right;
   color: #AAAAAA;
}
.comment .comment-reply-link:hover {
   color: #9C2A00;
}
.comment-list {
   margin-bottom: 25px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
   list-style-type: none;
   padding: 0;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #9C2A00;
   cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
   text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
   font-size: 22px;
   line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
   margin-left: 10px;
   margin-left: 1rem;
   font-weight: normal;
   font-size: 16px;
   font-size: 1.6rem;
}
#respond form label {
   display: block;
   line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 16px;
   line-height: 1.5;
   padding: 10px;
   width: 100%;
}
#respond form p.form-allowed-tags {
   font-size: 15px;
   line-height: 1;
   color: #5e5e5e;
}
.required {
   color: red;
}

/* Column */
.widget_service_block, .widget_service_block_left {
}
.widget_service_block_2 {
   margin-bottom: 30px;
   border-bottom: 1px solid #f8f8f8;
}
.widget_service_block_last {
   margin-bottom: 10px;
}
.widget_service_block_last .container-inner-wrap {
   border-bottom: none;
}
.widget_service_block h3, .widget_service_block_left h3 {
   font-size: 32px;
   padding-bottom: 10px;
}
.widget_service_block p {
   padding-bottom: 10px;
   margin-bottom: 25px;
}
.tg-one-half .service-title a,
.tg-one-third .service-title a,
.tg-one-fourth .service-title a {
   color: #555555;
}
.tg-one-half .service-title a:hover,
.tg-one-third .service-title a:hover,
.tg-one-fourth .service-title a:hover {
   color: #9C2A00;
}
.tg-one-half p,
.tg-one-third p,
.tg-one-fourth p {
}
.tg-one-half .service-image,
.tg-one-third .service-image,
.tg-one-fourth .service-image {
   text-align: center;
}
.tg-one-half .service-title,
.tg-one-third .service-title,
.tg-one-fourth .service-title {
   margin-bottom: 20px;
}

.widget_service_block_left .tg-one-half .service-title,
.widget_service_block_left .tg-one-third .service-title,
.widget_service_block_left .tg-one-fourth .service-title {
   text-align: right;
}
.widget_service_block_left .tg-one-half p,
.widget_service_block_left .tg-one-third p,
.widget_service_block_left .tg-one-fourth p {
   text-align: right;
   margin-bottom: 25px;
   padding-bottom: 10px;
}
.widget_service_block_left .tg-one-half a,
.widget_service_block_left .tg-one-third a,
.widget_service_block_left .tg-one-fourth a {
   text-align: right;
   float: right;
}

.tg-one-third {
   float: left;
   margin: 0 3.6364% 0 0;
   width: 30.909%;
   padding-bottom: 30px;
}
.tg-one-third-last {
   float: right;
   margin-right: 0;
}
.footer-one, .footer-two {
   float: left;
   width: 300px;
   margin-right: 39px;
}
.footer-three {
   float: right;
   width: 300px
}
.tg-one-fourth {
   float: left;
   width: 23.1527094%;
   margin: 0 2.46305419% 0 0;
   padding: 0px 0px 30px;
}
.tg-one-fourth-last {
   margin: 0px;
}
.tg-one-half {
   float: left;
   width: 48.7684729%;
   margin: 0 2.46305419% 0 0;
   padding: 40px 0;

}
.tg-one-half-last {
   margin: 0px;
}
.post-type-archive-themes .service-title,
.post-type-archive-plugins .service-title {
   text-align: center;
}
.post-type-archive-themes .service-title {
   position: relative;
   top: -37px;
   margin-bottom: 0;
   padding-bottom: 0;
}
.post-type-archive-themes #main-header,
.post-type-archive-plugins #main-header {
   margin-bottom: 40px;
}
.post-type-archive-themes .tg-one-half,
.post-type-archive-plugins .tg-one-half {
   padding: 0 0 10px;
}


/* FOOTER WIDGETS AREA */
.footer-widgets-wrapper {
   border-bottom: 1px solid #E5E4E4;
   border-top: 1px solid #E5E4E4;
   background-color: #111111;
   width: 100%;
}
.footer-widgets-area {
   padding-top: 30px;
   padding-bottom: 25px;
}
.footer-widgets-area .tg-one-fourth .widget-title {
   text-align: left;
}
.footer-widgets-area h3.widget-title {
   color: #FFFFFF;
   font-size: 22px;
   padding-bottom: 10px;
}
.footer-widgets-area .widget ul li a,
.footer-widgets-area p {
   color: #BBBBBB;
}
.footer-widgets-area .widget ul li a:hover {
   color: #FFFFFF;
}
.widget ul li a {
   color: #555555;
   font-size: 14px;
}
.widget ul li a:hover {
   color: #9C2A00;
}
.widget ul li {
   padding-bottom: 2px;
}

/* FOOTER SOCKET AREA */
.footer-socket-wrapper {
   padding: 10px 0px;
}
.footer-socket-area {
   width: 100%;
}
.footer-socket-wrapper .copyright {
   color: #808080;
   max-width: 100%;
   text-align: center;
   font-size: 12px;
}
.footer-socket-wrapper .copyright a {
   color: #555555;
}
.footer-socket-wrapper .copyright a:hover {
   color: #9C2A00;
}

/* Theme Single post */
.single-themes .post-title-wrapper h1,
.single-themes .post-title-wrapper h3,
.single-plugins .post-title-wrapper h1,
.single-plugins .post-title-wrapper h3 {
   text-align: left;
}
.single-themes .header-post-title-container,
.single-plugins .header-post-title-container {
   /*height: 318px;*/
   margin-bottom: 50px;
}
.single-themes .post-title-wrapper,
.single-plugins .post-title-wrapper {
   float: left;
   width: 400px;
}
#single-theme-image {
   float: right;
   padding-left: 30px
}
#single-theme-image img {
   height: 305px;
}
#theme_details {
   margin-bottom: 20px;
}
#theme_details h3, #theme_price, #theme_detail_text {
   display: inline;
}
#theme_details #theme_price {
   font-size: 32px;
   color: #9C2A00;
   font-weight: bold;
}
span.outer {
   color: #000000;
   text-decoration: line-through;
}
span.inner {
   color: #F3715D;
}
#theme_detail_text {
   font-size: 16px;
   color: #454545;
}

.post-type-archive .service-image {
   position: relative;
}
.pro-ribbon {
    background: url("https://themegrill.com/wp-content/uploads/2014/07/pro-ribbon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 85px;
    position: absolute;
    right: -29px;
    top: -2px;
    width: 109px;
}


/* Theme Single Content Part */
#theme_description:before {
   background: url("images/quote_right.png") no-repeat scroll 0 0 transparent;
   content: "";
   height: 16px;
   position: absolute;
   right: 0;
   top: 4px;
   width: 20px;
}
#theme_description {
   background: url("images/quote_left.png") no-repeat scroll 0 4px transparent;
   font-size: 16px;
   color: #454545;
   line-height: 26px;
   padding: 0 47px 0 41px;
   position: relative;
   text-align: center;
   text-shadow: 1px 1px 0 #FFFFFF;
}
.single-themes h3,
.single-themes h4,
.single-plugins h3,
.single-plugins h4 {
   padding-bottom: 2px;
}
.single-themes #content p.feature-desc,
.single-plugins #content p.feature-desc {
   font-size: 15px;
   line-height: 23px;
}
.single-themes #content,
.single-plugins #content {
   margin-bottom: 35px;
}
.single-themes .widget_service_block .container-inner-wrap,
.single-themes .widget_service_block_left .container-inner-wrap,
.single-plugins .widget_service_block .container-inner-wrap,
.single-plugins .widget_service_block_left .container-inner-wrap {
   border-bottom: none;
}
.single-themes .service-title,
.single-plugins .service-title {
   font-size: 26px;
   margin-bottom: 0px;
}
.single-themes .tg-one-fourth p,
.single-plugins .tg-one-fourth p {
   font-size: 14px;
}
.single-themes .tg-one-fourth-last .service-title,
.single-themes .tg-one-fourth-last p,
.single-plugins .tg-one-fourth-last .service-title,
.single-plugins .tg-one-fourth-last p {
   text-align: right;
}
.single-themes .tg-one-fourth .service-image img,
.single-plugins .tg-one-fourth .service-image img {
   border-radius: 163px;
}

/*Extras - Temporary*/
.post-type-archive-themes #content a,
.post-type-archive-plugins #content a {
   color: #444444;
}
.post-type-archive-themes #content a:hover,
.post-type-archive-plugins #content a:hover {
   color: #9C2A00;
}

/* Plugins */
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce-page .col2-set .col-1 {
   width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout .woocommerce-page .col2-set .col-2 {
   display: none;
}
.woocommerce-info:before {
    background-color: #9C2A00;
}
.woocommerce-info {
    border-top: 3px solid #9C2A00;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
    background-color: #f8f8f8;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
   line-height: 1.5 !important;
}
.create-account {
   float: left;
}
.bbp-breadcrumb {
    display:none;
}
.themegrill-forum-intro {
   margin-bottom: 20px;
}
p.themegrill-forum-intro {
   border-radius: 4px;
   padding: 10px 20px;
   background: none repeat scroll 0 0 #D9EDF7;
    border: 1px solid #BCE8F1;
}
.themegrill-forum-title {
   padding-top: 20px;
}
.themegrill-forum-title h1 {
   padding-bottom: 0px;
}

/* Subscribe Widget */
.mc4wp-form {
   margin: 0;
}
.mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"], .mc4wp-form select, .mc4wp-form textarea {
   padding: 8px 0;
   text-align: center;
   width: 100%;
}
.mc4wp-form button, .mc4wp-form input[type="button"], .mc4wp-form input[type="submit"] {
   font-size: 16px;
   margin-top: 14px;
   width: 100%;
}
.footer-widgets-area #mc4wp-form-1 p:first-child {
   margin-bottom: 16px;
}

/* Pricing Plan */
.page-template-plan-php #main-header { margin-bottom: -10px; }
.page-template-plan-php #content { margin-bottom: 0; }
.layer { text-align: center; background-color: #e7f2f0; padding: 50px 0;}
.plan-title { color: #666666; padding-bottom: 50px; }
.lift {
position: relative;
-webkit-transition: all .075s ease-out;
-moz-transition: all .075s ease-out;
-o-transition: all .075s ease-out;
transition: all .075s ease-out;
}
.lift:hover {
top: -3px;
-webkit-box-shadow: 0 2px 6px rgba(39,65,90,.15);
-moz-box-shadow: 0 2px 6px rgba(39,65,90,.15);
box-shadow: 0 2px 6px rgba(39,65,90,.15);
}
.plan-tier {
border-radius: 3px;
-moz-border-radius: 3px;
text-align: center;
width: 400px;
display: inline-block;;
background-color: #fff;
border-left: 2px solid #f8f8f8;
border-right: 2px solid #f8f8f8;
}
.layer-container {

}
.plan-tier-first { margin-right: 50px; }
.plan-tier h4 {
   background-color: #82daca;
   color: #fff;
   font-size: 26px;
   margin: 0;
   padding: 20px 0;
}
.plan-tier h5 {
   line-height: 1;
   padding-bottom: 10px;
   padding-top: 10px;
}
.plan-tier.callout h6 {
   background-color: #3ec6e0;
   color: #fff;
   font-size: 20px;
   padding: 14px;
}
.plan-tier.callout h4 {
   background-color: #53cfe9;
}
#content .plan-tier p.dim-text {
   color: rgba(39, 65, 90, 0.6);
   padding: 0 20px 0;
   font-size: 14px;
   margin-bottom: 0;
}
.plan-tier .plan-price {
   color: red;
   font-size: 50px;
}
.plan-tier.plan-tier-first .plan-price {
   color: #555;
}
.cross-price {
   color: #555;
   text-decoration: line-through;
}
.plan-tier sub {
   color: rgba(39, 65, 90, 0.6);
   font-size: 14px;
}
.plan-tier strong {
color: rgba(39,65,90,0.9);
font-weight: 600;
}
.plan-tier ul li {
   font-size: 18px;
   padding: 8px 0;
   color: rgba(39, 65, 90, 0.7);
   border-bottom: 2px solid #e7f2f0;
}
.plan-tier ul li.unlimited-license {
    border-bottom: medium none;
}
.plan-tier a.button-support { background-color: #82daca; display: inline-block; }
.one-theme-pricing .plan-tier a.button-support.small { margin: 10px 18px; }
.one-theme-pricing .pricing { font-size: 30px; margin: 0 10px; display: inline-block; }
.all-plan-button { margin-top: 10px; margin-bottom: 10px; }
.plans-wrapper { width: 865px; margin: 0 auto; }
.plans-wrapper .plan-tier-first { float: left; }
.plans-wrapper .plan-tier-second { float: right; }
.plan-tier a.button-third { background-color: #53cfe9; display: inline-block; }
span.currency-symbol { font-size: 25px; vertical-align: middle; }

/* New CSS */
.home #main-header {
   background-image: url("images/tg-bg.jpg");
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
body.home {
   padding-top: 0;
}
.home #header-text-nav-container {
   background-color: transparent;
   border-bottom: none;
}
.home #header-text-nav-container.menu-bar-bg {
   background-color: #23282d;
}
.home #access a {
   color: #ffffff;
}
.home .post-title-wrapper h1,
.home .post-title-wrapper h3 {
    color: #ffffff;
}
.home .post-title-wrapper h1 {
   font-size: 44px;
   line-height: 1.5;
   margin-bottom: 60px;
}
.home .post-title-wrapper h3 {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
.home .header-post-title-container {
   padding-top: -60px;
   border-bottom: none;
   box-shadow: none;
   height: 100vh;
   position: relative;
}
.home .header-post-title-container .container-inner-wrap {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
}
.home-main-call-to-action {
    text-align: center;
    margin-top: 40px;
}
.home-main-call-to-action .button,
.featured-product .button {
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 30px;
}
.home-main-call-to-action .button {
   display: inline-block;
   font-size: 22px;
   padding: 16px 40px;
   margin: 0 20px;
}
.home-main-call-to-action .button-one {
}
.home-main-call-to-action .button-one:hover,
.featured-product .button-one:hover {
   border: 1px solid #228b9b;
   background-color: #228b9b;
}
.home-main-call-to-action .button-two {
   border: 1px solid #228b9b;
   background-color: #228b9b;
}
.home-main-call-to-action .button-two:hover {
   border: 1px solid #ffffff;
   background-color: #ffffff;
   color: #555555;
}

.or-text {
    color: #bbbbbb;
    display: inline-block;
    float: left;
    font-style: italic;
    padding: 10px 25px 6px;
    font-size: 14px;
}
.button.button-home-download {
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #9c2a00;
    font-size: 14px;
}
.button.button-home-download:hover {
    opacity: 0.8;
}
.button.button-home-learn-more {
    border: medium none;
    padding: 10px 0;
    font-size: 14px;
}
.button.button-home-learn-more:hover {
    text-decoration: underline;
}

.featured-product .tg-one-half-last {
   padding-bottom: 0;
   margin-bottom: -10px;
}
.featured-product img {
   margin-bottom: 0;
}
.featured-product .tg-one-half .service-title a {
   color: #ffffff;
}
.featured-product .tg-one-half p {
   color: #ffffff;
}
.home-themegrill-downloads {
   text-align: center;
   padding: 40px 0;
}
.home-themegrill-downloads h4 {
   font-size: 32px;
   line-height: 1.3;
}
.home-themegrill-downloads span {
   color: #9c2a00;
   font-weight: bold;
}

/* General Pricing Plan */
.page-template-pricing #main-header { margin-bottom: 0; }
.page-template-pricing #content { margin-bottom: 0; }

/*.post-type-archive-themes #content .container-inner-wrap div:nth-child(21) {
   display: none;
}

.post-type-archive-themes #main .container-inner-wrap div:last-child {
   display: none;
}*/
/*---- My Account Tabs ----------*/
.tabs {
   width: 100%;
   float: none;
   list-style: none;
   position: relative;
   padding: 0;
   margin-bottom: 5em;
   border: 1px solid #ecf6fa;
}

.tabs li {
   float: left;
}

.tabs a {
   color: #228b9b;
}

.tabs label {
   display: block;
   padding: 10px 20px;
   border-radius: 2px 2px 0 0;
   color: #228b9b;
   font-size: 18px;
   font-weight: normal;
   background: rgba(255,255,255,0.2);
   cursor: pointer;
   position: relative;
   top: 3px;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

.tabs label:hover {
   background: #ecf6fa;
   top: 0;
}

[id^=tab]:checked + label {
   background: #228b9b;
   color: white;
   top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
   display: block;
}

.tab-content {
   z-index: 2;
   display: none;
   text-align: left;
   width: auto;
   line-height: 140%;
   padding-top: 10px;
   padding: 15px 0;
   position: absolute;
   left: 0;
   box-sizing: border-box;
   -webkit-animation-duration: .5s;
   -o-animation-duration: .5s;
   -moz-animation-duration: .5s;
   animation-duration: .5s;
}
.tab-content.all-features {
   width: 100%;
}
.tabs li > input[type="radio"] { display: none; }
.woocommerce-account .woocommerce {
   border: 1px solid #eaeaea;
   border-radius: 1px;
   padding: 15px;
}

.nobr {
   font-size: 16px;
   line-height: 2;
   color: #2d87b0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
   line-height: 2;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
   padding: 8px 20px;
}

.digital-downloads li a {
   line-height: 2.5;
   color: #2d87b0;
}

.wc-account-tab table th {
   border-bottom: 2px solid #93cae3;
}

.wc-account-tab table {
   border-collapse: collapse;
}

.api-manager-license-key, .api-manager-subscriptions {
   font-weight: bold;
}

.wc-account-tab blockquote {
   background: #ecf6fa none repeat scroll 0 0 padding-box;
   border: 1px solid #bcdeed;
   border-radius: 2px;
   font-size: 16px;
}

.woocommerce table.my_account_orders .button {
   background-color: #228b9b;
   color: #ffffff;
   margin: .125em 0 .125em .25em;
   padding: 10px 20px;
}

.woocommerce table.my_account_orders .button:hover {
   opacity: .8;
   filter: alpha(opacity=80);
/* For IE8 and earlier */
}

.woocommerce table.my_account_orders {
   font-size: 14px;
}

.api-manager-license-key,
.api-manager-subscriptions,
.api-manager-product a,
.subscription-status.order-status,
.subscription-id.order-number,
.order-number a,
.order-status {
   font-size: 16px;
   font-weight: bold;
}

.api-manager-activations a {
   font-weight: bold;
}

.woocommerce-account ul.digital-downloads li::before {
   color: #228b9b;
   font-size: 20px;
   font-weight: bold;
   margin-right: 5px;
   vertical-align: middle;
}

.tab-content h2 {
   font-size: 22px;
   font-weight: bold;
   padding: 10px 10px 20px;
   text-align: center;
}


/*--------------------------------------------------------------
SINGLE THEME CSS
--------------------------------------------------------------*/
.download a,
.instruction a {
   color: #333333;
}
.download a:hover,
.instruction a:hover {
   color: #9c2a00;
}
.postid-324 .container-inner-wrap {
   width: 1200px;
}

/*--------------------------------------------------------------
16.0 Responsive grid for pages
--------------------------------------------------------------*/

.tg-column-wrapper {
    clear: both;
    margin-left: -3%;
}

.tg-column-1 {
    width: 100%;
    float: left;
    margin-left: 3%;
}

.tg-column-2 {
    width: 47%;
    margin-left: 3%;
    float: left;
}

.tg-column-3 {
    float: left;
    margin-left: 3%;
    width: 30.33%;
}

.tg-column-4 {
    width: 22%;
    margin-left: 3%;
    float: left;
}

.tg-column-bottom-margin {
    margin-bottom: 3%;
}

/*--------------------------------------------------------------
20.0 Page CSS
--------------------------------------------------------------*/

.page-header {
   border-bottom: 1px solid #f2f2f2;
   box-shadow: 0 0 30px rgba(0,0,0,0.05) inset;
}

.page-header-wrapper {
    margin-bottom: 66px;
    padding: 100px 60px 60px;
    margin: 0 auto;
    width: 1600px;
}

.page-header-image {
    float: left;
    width: 67%;
}

.page-header-text {
    float: right;
    width: 28%;
}

.page-header .entry-title {
    color: #333333;
    font-size: 44px;
    line-height: 48px;
    margin: 0 0 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 0;
}

.page-header .entry-content {
    margin: 30px 0;
}

.page-header .theme-detail {
    margin-top: 40px;
}

.page-header .btn,
#themes_features_data .btn,
.call_to_action_block .btn {
    border: 1px solid #228b9b;
    color: #228b9b;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    width: 160px;
    margin-right: 30px;
}

.page-header .button-home-view-pro,
.page-header .button-home-live-deo,
#themes_features_data .view-more {
    background: transparent;
    color: #228b9b;
}

.page-header .button-home-view-pro:hover,
.page-header .button-home-live-deo:hover,
#themes_features_data .view-more:hover {
    background: #228b9b;
    color: #ffffff;
}

.page-header .button-home-view-pro {
    margin-right: 0;
}

.theme-detail ul {
    list-style: outside none none;
    margin: 0;
}

.theme-detail li {
    border-top: 1px solid #d9d6d5;
    font-size: 14px;
    margin-top: 7px;
    padding-top: 7px;
}
.theme-detail li:first-child {
  border-top: medium none;
}
.page-header .download span {
    margin-left: 10px;
}

.page-header .price span {
    color: #228b9b;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.page-header .help {
    font-style: italic;
}

.page-header .instruction {
    margin-top: 20px;
}


/*--------------------------------------------------------------
22.0 Tab CSS
--------------------------------------------------------------*/

.tab {
    margin-top: 60px;
}

.panel-wrap {
    overflow: hidden;
}

.themegrill-tabs {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}

.themegrill-tabs .tab-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f3f3f3 none repeat scroll 0 0;
    border-image: none;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    position: relative;
    text-transform: uppercase;
}

.themegrill-tabs .tab-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -1px;
    content: " ";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.themegrill-tabs .tab-title:hover::after,
.themegrill-tabs .ui-tabs-active::after {
    display: block;
}

.themegrill-tabs .tab-title.ui-tabs-active,
.themegrill-tabs .tab-title:hover {
    background: #ffffff none repeat scroll 0 0;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: medium none;
}

.themegrill-tabs .tab-title:last-child {
    margin-left: -3px;
}

.themegrill-tabs .tab-title:first-child {
    margin-left: 0;
}

.themegrill-tabs .tab-title a {
    display: block;
    padding: 8px 32px;
}

.panel {
    margin-top: 25px;
}

.tab-block-wrapper {
    margin-left: -3%;
    padding-top: 40px;
}

/*.feature-block,
.review-block {
    margin-bottom: 3%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(127, 120, 120, 0.21);
    -moz-box-shadow: 0px 0px 3px 0px rgba(127, 120, 120, 0.21);
    box-shadow: 0px 0px 3px 0px rgba(127, 120, 120, 0.21);
    min-height: 250px;
}*/

.feature-image {
    min-height: 225px;
    display: none;
}

.entry-content .entry-title {
    color: #228b9b;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.entry-content .entry-title a {
    color: #228b9b;
}

.entry-content .entry-title a:hover {}

.ui-tabs-active a,
.tab-title:hover a {
    color: #9c2a00;
    display: block;
}

.call_to_action_block {
    margin-top: 40px;
}

.cta-wrapper {
  background: rgba(0, 0, 0, 0) url("images/cta-background.jpg") no-repeat scroll center center;
  padding: 95px 0;
  text-align: center;
}

.cta-title {
    color: #228b9b;
    display: inline-block;
    font-size: 30px;
    line-height: 34px;
    margin: 5px 40px 0 0;
    text-transform: capitalize;
    vertical-align: top;
}


.call_to_action_block .buy-now {
    margin-right: 0;
    display: inline-block;
}
/*three column css*/

.feature-block.tg-column-3 {
    text-align: center;
}

.feature-block.tg-column-3 .entry-content {
    margin-top: 10px;
}


/*two column css*/

.feature-block.tg-column-2.image-right .feature-image,
.feature-block.tg-column-2.image-left .entry-content {
    float: right;
    width: 50%;
}

.feature-block.tg-column-2.image-left .feature-image,
.feature-block.tg-column-2.image-right .entry-content {
    float: left;
    width: 50%;
}

.feature-block.tg-column-2 .entry-content {
    margin-top: 50px;
}

.feature-block.tg-column-2.image-right .feature-image {
    text-align: right;
}

.no-margin {
    margin-bottom: 2px;
}


/*-------------------table CSS-------------------*/
.compare-table {
   width: 100%;
   padding-top: 40px;
}

#content4 {
    border: 1px solid #f0f0f0;
    text-align: center;
}

#content4 > div {
    border-top: 1px solid #f0f0f0;
}

#content4 > div:first-child {
    border-top: none;
}

#content4 > div >div {
    padding: 10px 0;
    line-height: 30px;
    border-left: 1px solid #f0f0f0;
}

#content4 > div >div:first-child {
    font-weight: 600;
    border-left: none;
}

#content4 i.icon-remove-circle {
    color: #9c2a00;
}

#content4 i.icon-ok-circle {
    color: #0fbe7c;
}

#content4 .tg-column-3 {
    margin-left: 0;
    width: 33.33%;
}

#content4 .table-heading {
    font-size: 22px;
    font-weight: 700!important;
    padding: 0;
}

.table-heading div {
    padding: 15px 0;
}

.free-title {
    background: #228b9b none repeat scroll 0 0;
    color: #fff;
}

.pro-title {
    background: #0fbe7c none repeat scroll 0 0;
    color: #fff;
}

.free-price {
    color: #228b9b;
}

.pro-price {
    color: #0fbe7c;
}

.price-field .free-price,
.price-field .pro-price {
    font-size: 30px;
    font-weight: 600;
}

#content4 > div:nth-child(even) {
    background-color: #fdfdfd
}

#content4 .btn {
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 7px 0;
    width: 160px;
}

#content4 .button-wrap .tg-column-3 {
    padding: 20px 0;
}

.buy-field.tg-column-3,
.download-field.tg-column-3 {
    float: right;
}

#content4 .btn.download-button {
    border: 1px solid #0fbe7c;
    background: #0fbe7c;
    color: #ffffff;
}

#content4 .btn.buy-button,
.call_to_action_block .buy-now {
    border: 1px solid #228b9b;
    background: #228b9b;
    color: #ffffff;
}

#content4 .btn.download-button:hover {
    background: #10ae6c none repeat scroll 0 0;
    border: 1px solid #0fbe7c;
    color: #ffffff;
}

#content4 .btn.buy-button:hover,
.call_to_action_block .buy-now:hover {
    background: #026b7a none repeat scroll 0 0;
    border: 1px solid #228b9b;
    color: #ffffff;
}

#content3 .All-feature-wrapper {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    margin-left: 2.7%;
}

.feature-list {
    margin: 0;
}

.feature-list li:before {
    color: #3bc492;
    content: "\f00c ";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 10px;
}

.feature-list li {
    position: relative;
    padding: 10px 0 10px 30px;
    float: none;
}


/*-------------------all feature CSS-------------------*/

.feature-list li .pro {
    color: #0fbe7c;
    font-size: 9px;
    font-weight: bold;
    margin-left: 11px;
    text-transform: uppercase;
}

#content2 .btn-wraper {
    text-align: center;
}

#content2 .btn-wraper .btn.view-more {
    margin: 0;
    display: inline-block;
}


/*--------------------------------------------------------------
23.0 Footer CSS
--------------------------------------------------------------*/
.home footer {
   padding-top: 0;
}

footer {
    padding: 15px 0;
}

.copyright {
    color: #909090;
    font-size: 12px;
    text-align: center;
}

.copyright a {
    color: #333333;
}

.copyright a:hover {
    color: #9c2a00;
}

/*--------------------------------------------------------------
New Theme Page Header Design CSS
--------------------------------------------------------------*/
.tg-big-theme-image {
   float: left;
   width: 60%;
}
.tg-theme-info {
   float: right;
   width: 35%;
}
.tg-theme-name {
   color: #444444;
   font-size: 50px;
   font-weight: bold;
   line-height: 1.4;
   padding-bottom: 0;
}
.tg-theme-type-intro {
   margin-bottom: 20px;
}
.tg-theme-short-intro {
   color: #444444;
   margin-bottom: 35px;
}
.tg-button-area {
   margin-bottom: 30px;
}
.tg-button {
   background-color: #228b9b;
   border: 2px solid #228b9b;
   border-radius: 3px;
   color: #ffffff;
   display: inline-block;
   font-size: 16px;
   line-height: 1.4;
   margin-bottom: 15px;
   padding: 10px;
   text-align: center;
}
.tg-button:hover {
   background-color: transparent;
   color: #444444;
}
.tg-free-download-button,
.tg-buy-pro-button,
.tg-demo-button {
    width: 200px;
}
.tg-free-download-button {
   background-color: #24b37e;
   border: 2px solid #24b37e;
}
.tg-free-download-button:hover {
   border: 2px solid #24b37e;
}
.tg-demo-button {
   background-color: transparent;
   border: 2px solid transparent;
}
.tg-demo-button span {
   border-bottom: 2px solid #444444;
   color: #444444;
   font-size: 18px;
}
.tg-demo-button span:hover {
   border-bottom: 2px solid #9c2a00;
   color: #9c2a00;
}
.tg-theme-minor-details {
   font-size: 14px;
   margin-bottom: 15px;
}
.tg-theme-support-links a {
   border-bottom: 2px solid #444444;
   color: #444444;
   font-size: 15px;
   margin-right: 20px;
}
.tg-theme-support-links a:hover {
   border-bottom: 2px solid #9c2a00;
   color: #9c2a00;
}
.postid-1244522 .page-header {
   background: none;
   border-bottom: 1px solid #f2f2f2;
   box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}

/*--------------------------------------------------------------
Themes Collection Page
--------------------------------------------------------------*/
.single-theme-wrap {
   margin: 100px 0;
}
.page-template-themes-page .tg-big-theme-image {
   width: 55%;
   padding-top: 40px;
}
.page-template-themes-page .tg-theme-info {
   width: 40%;
}
.page-template-themes-page .tg-theme-name {
   font-size: 44px;
}
.page-template-themes-page .tg-theme-name a,
.tax-themes_categories .tg-theme-name a {
   color: #444444;
}
.page-template-themes-page .tg-theme-name a:hover,
.tax-themes_categories .tg-theme-name a:hover {
   color: #9c2a00;
}
.page-template-themes-page .tg-theme-type-intro {
   font-size: 24px;
}
.tg-learn-more-button {
   background-color: #ffffff;
   color: #444444;
   font-size: 24px;
   letter-spacing: 1px;
   width: 374px;
   margin-top: 30px;
}
.tg-learn-more-button:hover {
   background-color: #228b9b;
   color: #ffffff;
}

/*--------------------------------------------------------------
Themes Category Menu
--------------------------------------------------------------*/
.tax-themes_categories #main-header {
   margin-bottom: 0;
}
#themes-category {
   text-align: center;
   padding-top: 30px;
}
#themes-category ul li {
   display: inline-block;
   font-size: 20px;
   padding: 0 20px;
}
#themes-category ul li a {
   color: #444444;
   border-bottom: 2px solid #444444;
}
#themes-category ul li a:hover {
   color: #9c2a00;
   border-bottom: 2px solid #9c2a00;
}
#themes-category ul li.current-menu-item a {
   color: #9c2a00;
   border-bottom: 2px solid #9c2a00;
}


/*--------------------------------------------------------------
Theme Downloads Info
--------------------------------------------------------------*/
.tg-downloads-stats {
   padding: 40px 0 80px;
   text-align: center;
}
.tg-downloads-stats h4 {
   font-size: 32px;
   line-height: 1.3;
   color: #222222;
}
.tg-downloads-stats span {
   border-bottom: 5px solid #000000;
   color: #000;
   font-weight: bold;
}
.home .tg-downloads-stats {
   padding: 120px 0 130px;
}
.home .tg-downloads-stats h4 {
   font-size: 42px;
}

/*--------------------------------------------------------------
Content Tabs Overwrite
--------------------------------------------------------------*/
.ui-widget {
   font-family: 'PT Sans', sans-serif;
}
.ui-tabs {
   padding: 0;
}
.ui-widget-content {
   color: #444444;
   border: 1px solid transparent;
}
.ui-tabs .ui-tabs-nav {
   padding: 0;
}
.ui-tabs .ui-tabs-panel {
   margin: 30px 0;
   padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 14px 25px 10px;
}
.ui-tabs .ui-tabs-nav li {
   margin-right: 5px;
}
.ui-widget-header {
   background: none;
   border: 1px solid transparent;
   border-bottom: 1px solid #ecf6fa;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
   background-image: none;
   background-color: #ecf6fa;
   border: 1px solid #f8f8f8;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
   color: #444444;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
   border: 1px solid #ecf6fa;
   background-color: #228b9b;
}
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
   color: #ffffff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
   border: 1px solid #228b9b;
}

/*--------------------------------------------------------------
ChangeLog page
--------------------------------------------------------------*/
pre.changelog {
   font-size: 12px;
   background-color: #f5f5f5;
   background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(50%,#ffffff),color-stop(50%,#f2f2f2));
   background-image: -webkit-linear-gradient(#ffffff 50%,#f2f2f2 50%);
   background-image: linear-gradient(#ffffff 50%,#f2f2f2 50%);
   background-size: 38px 38px;
   border: 1px solid #eaeaea;
   display: block;
   line-height: 19px;
   margin-bottom: 10px;
   overflow: visible;
   overflow-y: hidden;
   padding: 0 0 0 4px;
   white-space: pre-wrap;
}

/*--------------------------------------------------------------
Main Feature Block
--------------------------------------------------------------*/
#main-features a {
   text-decoration: underline;
}
#main-features a:hover {
   color: #9c2a00;
}
.main-feature-single-block {
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   padding: 10px 15px;
   text-align: center;
   margin-bottom: 30px;
   position: relative;
}
.main-feature-single-block img {
    max-width: 222px;
}
.main-feature-single-block h3 {
   color: #228b9b;
   font-size: 16px;
   font-weight: 700;
   line-height: 1.5;
   margin-bottom: 10px;
   text-transform: uppercase;
}
#content .main-feature-single-block p {
   color: #666;
   font-size: 15px;
}

/* Aligning Main Features Dynamically */
#main-features .tg-one-third:nth-child(3n+3) {
   float: right;
   margin-right: 0;
}

#main-features .tg-one-third:nth-child(3n+4) {
   clear: both;
}

/*--------------------------------------------------------------
Pro Feature Ribbon
--------------------------------------------------------------*/
.pro-main-feature {
   background: #24b37e  none repeat scroll 0 0;
   content: "";
   display: block;
   height: 30px;
   position: absolute;
   right: 0;
   top: 14px;
   transform: rotate(45deg);
   width: 60px;
}

.pro-main-feature  span {
   color: #fff;
   font-weight: 700;
   line-height: 30px;
   text-transform: uppercase;
}

.pro-main-feature  span::before,
.pro-main-feature  span::after {
   border-bottom: 30px solid #24b37e ;
   border-right: 30px solid transparent;
   content: "";
   position: absolute;
   right: -29px;
   top: 0;
}

.pro-main-feature  span::after {
   border-left: 30px solid transparent;
   border-right: 0 none;
   left: -29px;
   right: auto;
}

/*--------------------------------------------------------------
Pro Ribbon Design Two
--------------------------------------------------------------*/
.ribbon-pro {
   overflow: hidden;
}
.ribbon-pro:after {
   background-color: #24b37e;
   border: 1px solid #069c64;
   box-shadow: 0 0 4px rgba(255,255,255,0.5) inset, 0 1px 3px rgba(0,0,0,0.3);
   color: #fff;
   content: "PRO";
   font-size: 16px;
   font-weight: 700;
   padding: 5px 56px;
   position: absolute;
   right: -34px;
   top: 20px;
   transform: rotate(45deg);
}

/*--------------------------------------------------------------
Reviews Section
--------------------------------------------------------------*/
.review-block {
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   padding: 10px 15px;
   margin-bottom: 30px;
}
.review-head {
   min-height: 90px;
}
.review-image-block {
   float: left;
   width: 15%;
}
.review-head-content {
   float: right;
   width: 82%;
}
.review-head img {
   border-radius: 50%;
   height: 80px;
   margin-right: 20px;
   margin-bottom: 10px;
}
.review-title {
   font-size: 16px;
   font-weight: bold;
   line-height: 1.3;
}
.icon-star {
   color: #e6b800;
}
.review-head-content span {
    font-size: 15px;
}
#content .review-content p {
   font-size: 15px;
}
.ui-widget-content .tg-big-button {
   color: #ffffff;
}
.tg-big-button:hover,
.ui-widget-content .tg-big-button:hover {
   color: #444444;
}
.tg-big-button-wrapper {
    text-align: center;
    padding-top: 40px;
}
.tg-big-button {
   display: inline-block;
   font-size: 24px;
   padding: 20px 70px;
}

/*--------------------------------------------------------------
All Features Section
--------------------------------------------------------------*/
#all-features {
   -moz-column-count: 3;
   -moz-column-gap: 20px;
   -webkit-column-count: 3;
   -webkit-column-gap: 20px;
   column-count: 3;
   column-gap: 20px;
}
.all-features-list li:before {
   color: #24b37e;
   content: "\f00c ";
   font-family: fontawesome;
   font-size: 12px;
   left: 0;
   position: absolute;
}
.all-features-list li {
   position: relative;
   padding: 10px 0 10px 30px;
   font-size: 15px;
}
.all-features-list li .pro {
   color: #24b37e;
   font-size: 10px;
   font-weight: bold;
   margin-left: 12px;
   text-transform: uppercase;
}
.all-features-list a {
   text-decoration: underline;
}
.all-features-list a:hover {
   color: #9c2a00;
}

/*--------------------------------------------------------------
Compare Table
--------------------------------------------------------------*/
#free-vs-pro {
   width: 100%;
   border: 1px solid #f8f8f8;
   text-align: center;
   font-size: 15px;
   color: #666666;
}
#free-vs-pro > div {
   border-top: 1px solid #f8f8f8;
}
#free-vs-pro > div:first-child {
   border-top: none;
}
#free-vs-pro > div >div {
   padding: 10px 0;
   line-height: 30px;
   border-left: 1px solid #f8f8f8;
}
#free-vs-pro > div >div:first-child {
   color: #222222;
   border-left: none;
}
#free-vs-pro i.icon-remove-circle {
   color: #9c2a00;
}
#free-vs-pro i.icon-ok-circle {
   color: #24b37e;
}
#free-vs-pro .tg-column-3 {
   margin-left: 0;
   width: 33.33%;
}
#free-vs-pro .table-heading {
   font-size: 22px;
   font-weight: bold;
   padding: 0;
}
.table-heading div {
   padding: 15px 0;
}
#free-vs-pro a {
   text-decoration: underline;
}
#free-vs-pro a:hover {
   color: #9c2a00;
}
.free-title {
   background-color: #24b37e;
   color: #fff;
}
.pro-title {
   background-color: #228b9b;
   color: #fff;
}
.free-price {
   color: #24b37e;
}
.pro-price {
   color: #228b9b;
}
.price-field .free-price,
.price-field .pro-price {
   font-size: 30px;
   font-weight: bold;
}
#free-vs-pro > div:nth-child(even) {
   background-color: #fdfdfd
}
#free-vs-pro .tg-button {
   margin-bottom: 0;
   text-decoration: none;
}
.ui-widget-content a.tg-button {
   color: #ffffff;
}
.ui-widget-content a.tg-button:hover,
#free-vs-pro a.tg-button:hover {
   color: #444444;
}
.icon-remove, .icon-ok {
   font-size: 20px;
}
.icon-remove {
   color: #9c2a00;
}
.icon-ok {
   color: #24b37e;
}

/*--------------------------------------------------------------
Mobile Menu
--------------------------------------------------------------*/
#nav-trigger {
   display: none;
}
#nav-trigger span {
   display: inline-block;
   padding: 20px 0 0;
   color: #444444;
   cursor: pointer;
   text-transform: uppercase;
   font-weight: bold;
}
#nav-trigger span:after {
   display: inline-block;
   margin-left: 10px;
   width: 12px;
   height: 8px;
   content: "";
   border-left: solid 8px transparent;
   border-top: solid 10px #666666;
   border-right: solid 8px transparent;
}
#nav-trigger span:hover {
   color: #9c2a00;
}
#nav-trigger span.open:after {
   border-left: solid 8px transparent;
   border-top: none;
   border-bottom: solid 10px #666666;
   border-right: solid 8px transparent;
}
.home #nav-trigger span:after {
   border-top: solid 10px #ffffff;
}
.home #nav-trigger span.open:after {
   border-top: none;
   border-bottom: solid 10px #ffffff;
}
.home #nav-trigger span {
   color: #ffffff;
}

nav#nav-mobile {
   /*position: relative;*/
   display: none;
}
nav#nav-mobile ul {
   display: none;
   list-style-type: none;
   position: absolute;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   background-color: #ffffff;
}
nav#nav-mobile ul.expanded {
   display: block;
}
nav#nav-mobile li {
   display: block;
   padding: 5px 0;
   margin: 0 5px;
   border-bottom: solid 1px #fafafa;
}
nav#nav-mobile li:last-child {
   border-bottom: none;
}
nav#nav-mobile a {
   display: block;
   color: #444444;
   padding: 10px 30px;
}
nav#nav-mobile a:hover {
   background-color: #9c2a00;
   color: #fff;
}

/*--------------------------------------------------------------
Front Page Blog Section
--------------------------------------------------------------*/
.tg-latest-posts {
   padding-top: 110px;
   padding-bottom: 80px;
}
.tg-latest-posts .tg-one-half {
   padding: 0;
}
#main .tg-latest-posts .widget-title {
   font-size: 40px;
   text-align: center;
   padding-bottom: 60px;
   letter-spacing: 2px;
}
.tg-single-post {
   box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
   margin-bottom: 80px;
}
.tg-single-post img {
   margin-bottom: 0;
   border-right: 1px solid #f8f8f8;
}
.single-post-image {
}
.tg-latest-posts .single-post-content {
   padding: 30px 5%;
}
.single-post-title {
   font-size: 30px;
   line-height: 1.3;
   padding-bottom: 0;
}
.single-post-title a {
   color: #222222;
}
.single-post-title a:hover {
   color: #9c2a00;
}
#content .single-post-content p {
   padding-top: 20px;
}
.single-post-read-more {
   color: #9c2a00;
}
.single-post-read-more:hover {
   text-decoration: underline;
}

/* Themes Grid View */
.themes-grid-view .single-theme-wrap {
   float: left;
   width: 48.7684729%;
   margin: 30px 2.46305419% 30px 0;
   box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
   padding: 30px;
}

.themes-grid-view .single-theme-wrap:nth-child(even) {
   margin: 30px 0;
}

.themes-grid-view .single-theme-wrap:first-child,
.themes-grid-view .single-theme-wrap:nth-child(2) {
   margin-top: 50px;
}

.page-template-themes-page.themes-grid-view .tg-big-theme-image,
.themes-grid-view .tg-big-theme-image {
   float: none;
   width: 100%;
   padding-top: 0;
}

.page-template-themes-page.themes-grid-view .tg-theme-info,
.themes-grid-view .tg-theme-info {
   float: none;
   width: 100%;
}

.themes-grid-view .tg-theme-type-intro,
.themes-grid-view .tg-theme-short-intro,
.themes-grid-view .tg-learn-more-button {
   display: none;
}

.page-template-themes-page.themes-grid-view .tg-theme-name,
.themes-grid-view .tg-theme-name {
   color: #000;
   font-size: 28px;
   font-weight: normal;
   float: left;
   display: inline;
}

.themes-grid-view .tg-free-download-button,
.themes-grid-view .tg-buy-pro-button,
.themes-grid-view .tg-demo-button {
   width: auto;
}

.themes-grid-view .tg-button-area {
   display: inline;
   float: right;
   margin-bottom: 0;
}

.themes-grid-view .tg-button {
   padding: 4px 8px;
   font-size: 13px;
   margin: 4px 0 0 8px;
   border-width: 1px;
}

a.tg-button del {
   text-decoration: none;
}

.themes-grid-view a.tg-button del {
   display: none;
}

.themes-grid-view .tg-demo-button {
   background-color: transparent;
   border: 1px solid #444;
}

.themes-grid-view .tg-demo-button:hover {
   border: 1px solid #9c2a00;
}

.themes-grid-view .tg-demo-button span {
   border-bottom: medium none;
   font-size: 13px;
}

.view-switch {
   font-size: 12px;
   padding-top: 30px;
   text-align: center;
}

.view-switch span {
   padding: 0 10px;
   cursor: pointer;
}

.view-switch span.full-view {
   color: #9c2a00;
}

.themes-grid-view .view-switch span.full-view {
   color: #444444;
}

.themes-grid-view .view-switch span.grid-view {
   color: #9c2a00;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
nav#access {
   display: none;
}
#nav-trigger {
   display: block;
}
nav#nav-mobile {
   display: block;
}
}

/*--------------------------------------------------------------
Responsiveness Structure
--------------------------------------------------------------*/
@media screen and (max-width: 1500px) {
   .tg-big-theme-image {
      padding-top: 40px;
   }
}

@media screen and (max-width: 1200px) {
   .container-inner-wrap {
      width: 98%;
   }
}

@media screen and (max-width: 768px) {
   .post-title-wrapper h1 {
      font-size: 24px;
   }
   .post-title-wrapper h3 {
      font-size: 16px;
   }
   #themes-category ul li {
      font-size: 16px;
      padding: 0 14px;
   }
   .tg-big-theme-image,
   .tg-theme-info,
   .page-template-themes-page .tg-big-theme-image,
   .page-template-themes-page .tg-theme-info {
      float: none;
      width: 100%;
   }
   .tg-theme-type-intro {
      margin-bottom: 0;
   }
   .tg-free-download-button,
   .tg-buy-pro-button,
   .tg-demo-button {
      width: 49%;
   }
   .tg-learn-more-button {
      width: 100%;
      margin-top: 20px;
   }
}

@media screen and (max-width: 600px) {
   .tg-one-third {
      float: none;
      margin: 0;
      width: 100%;
   }
   .tg-one-half {
      float: none;
      margin: 0;
      width: 100%;
   }
   .themes-grid-view .single-theme-wrap {
      float: none;
      width: 100%;
      margin: 20px 0;
      padding: 10px;
   }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .page-header-wrapper {
        padding: 5% 2%;
        width: 96%;
    }
    .page-header-image {
        width: 60%;
    }
    .page-header-text {
        float: right;
        width: 35%;
    }
    .page-header .entry-title {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 5px;
    }
    .page-header .entry-content {
        margin: 15px 0;
    }
    .page-header .btn,
    #themes_features_data .btn {
        text-transform: capitalize;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 0;
        width: 130px;
    }
    .page-header .theme-detail {
        margin-top: 20px;
    }
    .page-header .price span {
        font-size: 23px;
        line-height: 30px;
    }
    .theme-detail li {
        font-size: 13px;
        margin-top: 5px;
        padding-top: 5px;
    }
    .tg-container {
        margin: 0 auto;
        padding: 0 2%;
        width: 96%;
    }
    .page-header .instruction {
        margin-top: 10px;
    }
    .tg-column-2 {
        width: 46.9%;
    }
    .tg-column-3 {
        width: 30.3%;
    }
    .themegrill-tabs .tab-title:last-child {
        margin-left: -4px;
    }
}

@media (max-width: 1199px) {
    .page-header-wrapper {
        padding: 5% 2%;
        width: 96%;
    }
    .tg-container {
        margin: 0 auto;
        padding: 0 2%;
        width: 96%;
    }
    .tg-column-2 {
        width: 46.9%;
    }
    .tg-column-3 {
        width: 30.3%;
    }
    .themegrill-tabs .tab-title:last-child {
        margin-left: -4px;
    }
}