@import url("base.css");
@import url("font-awesome.min.css");

/*
[Master Stylesheet]
Project: Knoxville

[Table of contents]
1. WordPress Core
2. Header
3. Menu
4. Footer
5. Content

*/

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
}

.dn {
    display: none;
}

body {
    padding: 0;
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    background: #ffffff;
}

body,
html {
    overflow-x: hidden !important;
}

p {
    margin: 0 0 18px 0;
    padding: 0;
}

a {
    color: #555555;
    outline: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

img {
    vertical-align: top;
    outline: none;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

iframe {
    max-width: 100%;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0
}

ul.nolist, .sidepanel ul, footer ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

ul.nolist li, footer li, .sidepanel li {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    padding: 7px;
    text-align: center;
    border: 1px solid #cecece;
}

/* Header */
header {
    margin-top: 30px;
    margin-bottom: 45px;
}

.logo {
    clear: both;
    padding-top: 30px;
}

.logo a {
    display: block;
    margin: 0 auto;
}

.gt3_socials {
    margin-top: 2px;
}

.gt3_socials a {
    margin-left: 15px;
    transition: all 0.3s;
}

.gt3_socials a:first-child {
    margin-left: 0;
}

.gt3_socials i {
    font-size: 15px;
    color: #333333;
}

.gt3_socials a:hover {
    opacity: 0.7;
}

/* Menu */
header .menu li {
    position: relative;
}

header .menu li a {
    letter-spacing: 1px;
}

header .menu > li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
}

header .menu li a {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
}

header .menu > li a:hover, header .menu > li.current_page_item > a, header .menu li.current-menu-ancestor > a, header .menu li.current-menu-item > a {
    text-decoration: underline !important;
}

header .sub-menu {
    display: none;
    position: absolute;
    padding-left: 0;
    top: 30px;
    left: 50%;
    margin-left: -95px;
}

header .sub-menu li {
    width: 190px;
    display: block;
}

header .sub-menu .sub-menu li {
    padding-left: 5px;
}

header .sub-menu li:first-child a {
    padding-top: 7px !important;
}

header .sub-menu li:last-child a {
    padding-bottom: 7px !important;
}

header li a i.fa {
    display: none;
}

header .sub-menu li.menu-item-has-children > a i {
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
}

header .sub-menu {
    padding: 10px 0;
}

header .menu li:hover > .sub-menu {
    display: block;
    z-index: 30000;
}

header .menu li .sub-menu a {
    display: block;
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    line-height: 30px;
    text-transform: none;
    padding: 0 20px;
}

header .menu li .sub-menu li a:hover {
    text-decoration: underline;
}

header .sub-menu .sub-menu {
    left: 100%;
    margin-left: 0;
    top: -16px;
}

.error404 .tiny_contentarea {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.error404 h1 {
    font-size: 250px;
    line-height: 170px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
    margin-top: 0;
}

.error404 h2 {
    text-align: center;
    color: #333333;
    display: inline-block;
    padding: 2px;
    font-size: 30px;
    margin-top: 40px;
}

.error404 h3 {
    text-align: center;
    font-size: 15px;
    text-transform: none;
    color: #555555;
    margin-top: 15px;
}

button:focus, .stand_slide:focus, input:focus {
    outline: 0;
}

.search_form input {
    font-size: 13px;
}

.search .tiny_contentarea {
    border-bottom: none;
}

.tiny_contentarea .search_form {
    padding-top: 13px;
}

.tiny_contentarea .search_form input[type=text] {
    border: 1px solid #333333;
    font-size: 13px;
    padding: 9px 12px;
    width: 30%;
}

.tiny_contentarea .search_form input[type=submit] {
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 19px;
    transition: all 0.3s;
    margin-left: 14px;
}

.tiny_contentarea .search_form input[type=submit]:hover {
    background-color: #333333;
    color: #ffffff;
}

.recent_posts_content {
    position: relative;
    line-height: 13px;
    min-height: 50px;
    padding-bottom: 16px;
    padding-top: 2px;
}

.sticky, .gallery-caption, .bypostauthor {
}

.with_img .recent_posts_content {
    padding-left: 56px;
}

.recent_posts_content img {
    position: absolute;
    top: 0;
    left: 0;
}

.recent_posts_content a {
    font-size: 15px !important;
    text-transform: none !important;
    line-height: 15px !important;
}

.recent_posts_info {
    font-size: 13px;
    padding-top: 14px;
}

.mc_form_inside label {
    display: none;
}

.mc_form_inside .mc_input {
    background-color: transparent !important;
    border: 1px solid #666666 !important;
    margin-top: 0;
}

footer .mc_form_inside .mc_input {
    color: #ffffff;
}

textarea:focus {
    outline: 0;
}

body .jr-insta-thumb ul.thumbnails li a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}

/* Footer */
footer {
    padding-top: 50px;
    margin-top: 80px;
    line-height: 30px;
}

.sidepanel .title {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 22px;
}

.footer_sidebar {
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.copyblock {
    padding: 23px 0 27px 0;
    text-align: center;
}

.flickr_badge_image {
    display: inline-block;
    width: 17%;
    height: auto;
    margin-left: 4%;
    margin-bottom: 4%;
}

.flickr_badge_image img {
    transition: 0.3s all;
}

.flickr_badge_image:hover img {
    opacity: 0.7;
}

.flickr_widget_wrapper {
    margin-left: -4%;
    padding-left: 2px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar td {
    text-align: center;
    line-height: 20px;
}

/* Content */

.content {
    border-top: 1px solid #eeeeee;
    padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tiny_contentarea h1, .tiny_contentarea h2, .tiny_contentarea h3, .tiny_contentarea h4, .tiny_contentarea h5, .tiny_contentarea h6 {
    color: #333333;
}

h1 {
    font-size: 30px;
    line-height: 30px;
}

h2 {
    font-size: 26px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-size: 16px;
    line-height: 16px;
}

h6 {
    font-size: 13px;
    line-height: 13px;
}

.entry-title {
    text-align: center;
    padding-bottom: 15px;
}

.entry-title h1 {
    display: inline-block;
    padding: 0 3px;
    color: #333333;
    transition: all 0.3s;
}

blockquote {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    padding-left: 30px;
    border-left: 2px solid;
}

.tiny_contentarea ol {
    padding-left: 23px;
}

.tiny_contentarea ul, .tiny_contentarea ol {
    padding-left: 50px;
}

.tiny_contentarea ul ul, .tiny_contentarea ol ol, .tiny_contentarea ul ol, .tiny_contentarea ol ul {
    padding-left: 25px;
    margin-top: 8px;
}

.tiny_contentarea li {
    margin-bottom: 8px;
}

pre {
    word-wrap: break-word;
}

.tac {
    text-align: center;
}

.post_featured_image {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.rounded_image {
    border-radius: 50%;
}

.postformats_cont {
    text-align: center;
    margin-bottom: 21px;
}

.postformats_cont.gt3_pf_audio {
    margin-bottom: 15px !important;
}

.single-post .entry-title {
    text-align: left;
    padding-bottom: 22px;
}

.single-post .entry-title h1 {
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
}

.the_category a {
    color: #333333;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 3px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    transition: all 0.2s;
}

.the_category a:hover {
    text-decoration: none;
    background: #333333;
    color: #ffffff;
}

.post_meta {
    color: #888888;
    font-size: 0;
    padding-bottom: 13px;
}

.post_meta a {
    color: #888888;
}

.meta_dib {
    display: inline-block;
    font-size: 13px;
}

.meta_dib:after {
    content: "|";
    padding: 0 12px;
}

.meta_dib:last-child:after {
    display: none;
}

.meta_dib a {
    text-decoration: none;
}

.meta_dib a:hover {
    text-decoration: underline;
}

.tiny_contentarea p:last-child {
    margin-bottom: 0;
}

.tiny_contentarea {
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 35px;
}

.tiny_contentarea:after {
    content: "";
    display: block;
    clear: both;
}

.already_liked .fa-heart {
    color: #b33632;
}

.gt3_likes i {
    font-size: 16px;
}

.likes_count {
    padding-left: 2px;
}

.post_bottom {
    color: #333333;
    font-size: 13px;
}

.gt3_likes {
    display: inline-block;
}

.gt3_add_like {
    cursor: pointer;
}

.share_block {
    display: inline-block;
    margin-left: 23px;
}

.share_block .fa-facebook-square {
    color: #5567a9;
}

.share_block .fa-twitter-square {
    color: #61abea;
}

.share_block .fa-google-plus-square {
    color: #be4a39;
}

.share_block .fa-pinterest-square {
    color: #cb2027;
}

.share_block i {
    transition: color 0.3s;
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    margin-right: 2px;
}

.share_block i:hover {
    color: #000;
}

#comments {
    clear: both;
}

.prev_link, .next_link {
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s;
}

.prev_link {
    margin-left: 24px;
}

.next_link {
    margin-right: 24px;
}

.prev_link a, .next_link a, .prev_link, .next_link {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 2px 2px 2px 3px;
    position: relative;
}

.prev_link:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    position: absolute;
    left: -24px;
    top: 3px;
    background: url("../img/next_back.png") transparent 0 0;
}

.next_link:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: -24px;
    top: 3px;
    background: url("../img/next_back.png") transparent -18px 0;
}

.next_link_inactive, .next_link_inactive:before {
    background: transparent !important;
    margin-right: 0;
}

.prev_link_inactive, .prev_link_inactive:before {
    background: transparent !important;
    margin-left: 0;
}

.next_link a, .prev_link a {
    transition: 0.3s all;
}

.next_link:hover a, .prev_link:hover a {
    color: #ffffff !important;
}

.featured_items {
    margin-top: 37px;
    margin-bottom: 30px;
}

.featured_items .entry-title h1 {
    font-size: 20px;
    line-height: 22px;
}

.featured_items .featured_image {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.single-post .featured_items .entry-title {
    padding-bottom: 13px;
}

.single-post .featured_items .post_meta {
    padding-bottom: 4px;
}

.single-post .featured_items .post_excerpt {
    padding-bottom: 10px;
    color: #555555;
}

.featured_items h1 {
    transition: all 0.2s;
}

.postcomment {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #333333;
}

.stand_comment {
    position: relative;
}

.children .stand_comment {
    margin-bottom: 20px;
}

.comment_info .date {
    color: #888888;
}

.stand_comment .thiscommentbody {
    padding-left: 70px;
    color: #555555;
}

.stand_comment .thiscommentbody p {
    margin-bottom: 14px;
    line-height: 22px;
}

.stand_comment .commentava {
    position: absolute;
    top: 0;
    left: 0;
}

.author_name a, .author_name {
    font-size: 18px;
    text-decoration: none;
    color: #333333;
}

.author_name a:hover {
    text-decoration: underline;
}

.stand_comment .thiscommentbody .date {
    padding-left: 17px;
}

.comment_info {
    margin-bottom: 8px;
}

.stand_comment {
    margin-bottom: 30px;
}

.comment-reply-link {
    position: relative;
    margin-left: 25px;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 2px 2px 2px 3px;
    transition: all 0.3s;
}

.comment-reply-link:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    position: absolute;
    left: -24px;
    top: 3px;
    background: url("../img/next_back.png") transparent 0 0;
}

.comment-reply-link:hover {
    text-decoration: none;
    background: #333333;
    color: #ffffff;
}

.comment-respond {
    border-top: 1px solid #eeeeee;
}

.comment .comment-respond {
    padding-bottom: 40px;
}

.commentlist li:last-child {
    padding-bottom: 5px;
}

.form-submit {
    margin-bottom: 0;
}

.comment-reply-title {
    margin-top: 35px;
    font-size: 18px;
    line-height: 20px;
}

.comment-form input[type=text], .comment-form textarea {
    width: 100%;
    border: 1px solid #333333;
    margin-bottom: 17px;
    padding: 11px 0;
    text-indent: 13px;
    font-size: 13px;
}

.comment-form textarea {
    min-height: 130px;
}

.logged-in-as {
    margin-bottom: 14px;
}

.comment-form .submit {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 9px 22px;
    transition: all 0.3s;
}

.comment-form .submit:hover {
    background-color: #333333;
    color: #ffffff;
}

.entry-title a:hover h1 {
    color: #000000;
}

.content.right_sidebar, .content.left_sidebar {
    border-top: none;
    padding-top: 5px;
}

.left-sidebar-block {
    float: left;
    margin-left: 0 !important;
}

.left_sidebar .content_block {
    float: right;
}

.content .sidepanel {
    padding: 20px 30px;
    color: #333333;
}

.content .sidepanel a {
    color: #333333;
}

.content .sidepanel .title {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 25px;
}

.content .sidepanel select {
    max-width: 100%;
}

.widget_rss li {
    margin-bottom: 20px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss cite {
    text-align: right;
    display: inline-block;
    width: 100%;
}

.sidepanel input[type=text] {
    width: 98%;
    border: 1px solid #333333;
    padding: 9px 0 10px 0;
    text-indent: 15px;
}

.sidepanel input[type=submit] {
    display: none;
}

.wp-caption-text {
    text-align: center;
    margin: 7px 0;
}

.sidepanel select {
    width: 100%;
}

.content .widget_categories li:before, .content .widget_archive li:before, .content .widget_pages li:before, .content .widget_meta li:before, .content .widget_recent_comments li:before, .content .widget_recent_entries li:before, .content .widget_nav_menu li:before {
    content: "-";
    display: inline-block;
    padding-right: 10px;
}

.content .widget_categories li, .content .widget_archive li, .content .widget_pages li, .content .widget_meta li, .content .widget_recent_comments li, .content .widget_recent_entries li, .content .widget_nav_menu li {
    margin-bottom: 7px;
}

.widget_nav_menu .sub-menu {
    margin-top: 7px;
}

.widget_nav_menu ul > li:last-child {
    margin-bottom: 0;
}

.widget_tag_cloud a {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #333333;
    text-decoration: none;
    font-size: 13px !important;
    color: #333333;
    line-height: 20px;
    transition: all 0.3s;
    margin-bottom: 7px;
}

.widget_tag_cloud a:hover {
    background: #333333;
    color: #fffefe;
}

.sidepanel > ul > li:last-child {
    margin-bottom: 0;
}

.single-format-link .entry-title, .single-format-quote .entry-title {
    display: none;
}

.single-format-link .featured_items .entry-title, .single-format-quote .featured_items .entry-title {
    display: block;
}

.single-format-link .content_block > .post_meta, .single-format-quote .content_block > .post_meta {
    margin-top: 20px;
}

.postformats_cont.gt3_pf_link, .postformats_cont.gt3_pf_quote {
    padding: 38px 50px 40px 130px;
    text-align: left;
    position: relative;
    color: #ffffff;
}

.postformats_cont.gt3_pf_link a.title_link, .postformats_cont.gt3_pf_quote a.title_link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.main_color_text_hover {
    transition: color 0.3s;
}

.postformats_cont.gt3_pf_quote {
    padding: 40px 50px 40px 130px;
}

a.post_format_link_href {
    color: #ffffff;
    word-wrap: break-word;
}

.postformats_cont.gt3_pf_link .entry-title-pformat, .postformats_cont.gt3_pf_quote .entry-title-pformat {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 13px;
}

.postformats_cont.gt3_pf_link a, .postformats_cont.gt3_pf_quote a {
    font-size: 13px;
}

.postformats_cont.gt3_pf_link a.post_format_link_href, .postformats_cont.gt3_pf_quote a.post_format_link_href {
    font-size: 15px;
}

.postformats_cont.gt3_pf_link i, .postformats_cont.gt3_pf_quote i {
    position: absolute;
    top: 48px;
    left: 50px;
    font-size: 50px;
}

.postformats_cont.gt3_pf_quote .entry-title-pformat {
    margin-bottom: 0;
}

.postformats_cont.gt3_pf_quote .pformat-top-cont {
    min-height: 62px;
}

.page .tiny_contentarea {
    margin-bottom: 0;
}

.page .tiny_contentarea {
    border-bottom: none;
}

.right_sidebar .post_featured_image, .left_sidebar .post_featured_image {
    margin-top: 0;
}

.right_sidebar .entry-title, .left_sidebar .entry-title {
    text-align: left;
}

.right_sidebar .entry-title h1, .left_sidebar .entry-title h1 {
    margin-top: 0;
}

.comment-notes {
    margin-bottom: 15px;
}

.wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #333333;
    width: 97%;
    padding: 10px 1.5%;
    font-size: 13px;
}

.wpcf7-submit {
    border: none !important;
    width: auto !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    position: relative;
    top: -4px;
    transition: all 0.3s;
    margin: 0 !important;
}

.wpcf7-submit:hover {
    color: #ffffff;
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 7px !important;
    border-width: 1px !important;
    width: 97% !important;
    padding: 10px 1.5% !important;
}

.stand_post {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.stand_post:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.stand_post .post_excerpt {
    margin-bottom: 10px;
}

.stand_post .post_meta {
    padding-bottom: 6px;
}

.stand_post .entry-title h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 26px;
}

.pformat-quote-author {
    margin-bottom: 10px;
}

.gt3_pf_quote, .gt3_pf_link {
    margin-bottom: 10px;
}

.single .gt3_pf_quote, .single .gt3_pf_link {
    margin-bottom: 27px;
}

.gt3_pf_quote hr, .gt3_pf_link hr {
    border: none;
    border-bottom: 1px solid #666666;
    margin-top: 30px;
    margin-bottom: 25px;
}

.gt3_pf_quote .post_meta, .gt3_pf_quote .post_meta a, .gt3_pf_link .post_meta, .gt3_pf_link .post_meta a {
    color: #ffffff;
    font-size: 13px;
}

.gt3_pf_quote .tiny_contentarea, .gt3_pf_link .tiny_contentarea {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.gt3_pf_quote .the_category, .gt3_pf_link .the_category {
    margin-top: 15px;
    margin-bottom: 10px;
}

.pagerblock {
    position: relative;
    top: -5px;
    clear: both;
}

.pagerblock li {
    display: inline-block;
}

.pagerblock li a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 8px 13px;
    text-decoration: none;
    margin-right: 5px;
    transition: all 0.3s;
    color: #333333;
}

.pagerblock li a:hover, .pagerblock li a.current {
    color: #ffffff;
}

.pagerblock li a.current {
    background-color: #333333;
}

.blog_grid_style .comment-respond {
    margin-top: 35px;
}

.blog_grid_style.without_sidebar {
    border-top: 0;
    padding-top: 0;
}

.blog_grid_style .pagerblock {
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

.blog_grid_style .postformats_cont {
    margin-bottom: 20px;
}

.blog_grid_style .stand_post .entry-title h1 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
}

.blog_grid_style .stand_post .entry-title {
    text-align: left;
}

.blog_grid_style.without_sidebar .entry-title h1 {
    margin-top: 0;
}

.blog_grid_style .postformats_cont.gt3_pf_quote .entry-title-pformat, .blog_grid_style .postformats_cont.gt3_pf_link .entry-title-pformat {
    font-size: 20px;
    line-height: 30px;
}

.blog_grid_style .postformats_cont.gt3_pf_quote, .blog_grid_style .postformats_cont.gt3_pf_link {
    padding-left: 50px;
    padding-top: 95px;
    padding-bottom: 20px;
}

.blog_grid_style .postformats_cont.gt3_pf_quote i, .blog_grid_style .postformats_cont.gt3_pf_link i {
    top: 30px;
}

.blog_grid_style .stand_post {
    min-height: 500px;
}

.page-id-2 .tiny_contentarea {
    padding-bottom: 12px;
}

.page-id-2 footer {
    margin-top: 60px;
}

.masonry_style .help_class {
    margin-left: 0;
}

.masonry_style .row .help_class:first-child {
    margin-left: 0;
}

.masonry_style .stand_post {
    margin-bottom: 40px;
    min-height: 10px;
}

.masonry_style .content_block .posts_container {
    opacity: 0;
    transition: opacity 0.3s;
}

.top_slider_blog {
    margin-left: -30px;
    margin-bottom: 55px;
}

.blog .without_sidebar .entry-title {
    text-align: left;
}

.page-id-64 .entry-title {
    padding-bottom: 0;
}

.page-id-69 footer {
    margin-top: 30px;
}

.wpcf7-form textarea {
    height: 100px;
}

.page .entry-title {
    letter-spacing: 1px;
}

.slick-dots li:first-child {
    margin-left: 30px;
}

.left-sidebar-block .widget_search.sidepanel:first-child, .right-sidebar-block .widget_search.sidepanel:first-child {
    padding-top: 30px;
}

.left-sidebar-block .widget_posts.sidepanel .recent_posts li:last-child .recent_posts_content, .right-sidebar-block .widget_posts.sidepanel .recent_posts li:last-child .recent_posts_content {
    padding-bottom: 0;
}

.mc_merge_var {
    margin-bottom: 0 !important;
}

.mc_merge_var input[type=text] {
    font-size: 13px;
}

.postformats_cont.gt3_pf_image a, .stand_slide .innerpadding > a, .stand_post .gt3_pf_video > a {
    display: block;
    background: transparent;
    transition: all 0.3s;
}

.postformats_cont.gt3_pf_image a:hover, .stand_slide .innerpadding > a:hover, .stand_post .gt3_pf_video > a:hover {
    background: #000000;
}

.postformats_cont.gt3_pf_image img, .stand_slide img {
    transition: all 0.3s;
    display: block;
}

.postformats_cont.gt3_pf_image img:hover, .stand_slide img:hover, .stand_post .gt3_pf_video img:hover {
    opacity: 0.5;
}

.stand_post .gt3_pf_video img {
    transition: all 0.3s;
}

.sidepanel.widget_tag_cloud {
    padding-bottom: 10px;
}

.sidepanel.widget_posts {
    padding-bottom: 10px;
}

.sidepanel.jr-insta-slider {
    padding-bottom: 5px;
}

.sidepanel.widget_search {
    padding-bottom: 10px;
}

.widget_text .title {
    margin-bottom: 20px !important;
}

.sidepanel.widget_text {
    padding-bottom: 10px;
}

.widget_mailchimpsf_widget .title {
    margin-bottom: 22px !important;
}

.widget_mailchimpsf_widget {
    padding-bottom: 11px !important;
}

.sidepanel.widget_text:last-child {
    padding-bottom: 30px;
}

.top_slider_blog {
    margin-top: 5px;
}

.sidepanel.widget_categories li a {
    text-decoration: none;
}

.sidepanel.widget_categories .current-cat a, .sidepanel.widget_categories a:hover {
    text-decoration: underline;
}

.single .postformats_cont a {
    cursor: default;
}

.single .postformats_cont a img {
    opacity: 1 !important;
}

footer .sidepanel .title {
    margin-bottom: 29px;
}

footer .tagcloud {
    margin-top: -2px;
}

footer .jr-insta-thumb img, footer .recent_posts_content img {
    transition: all 0.3s;
}

footer .jr-insta-thumb img:hover, footer .recent_posts_content img:hover {
    opacity: 0.6;
}

.rounded_image_parent {
    background: transparent !important;
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
}

.rounded_image_parent img.rounded_image {
    display: inline-block !important;
    opacity: 1 !important;
}

footer .mc_signup, footer .tagcloud {
    position: relative;
    top: -1px;
}

.comment-reply-title {
    color: #333333;
}

.widget_categories {
    padding-bottom: 10px !important;
}

.widget_categories h4 {
    margin-bottom: 20px !important;
}

.postformats_cont img {
    -webkit-backface-visibility: hidden;
}

dt {
    font-weight: bold;
    text-decoration: underline;
}

dd {
    margin: 0;
    padding: 0 0 0.5em 0;
}

dl.wp-caption {
    border: none
}

#wp-calendar td, #wp-calendar th {
    border: none !important;
}

.sidepanel .children {
    margin-top: 7px;
}

.sidepanel .wp-caption {
    background: transparent;
    border: none;
}

a.retina_logo {
    display: none;
}

.mobile_menu_button {
    display: none;
}

.prelative {
    position: relative;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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; /* Above WP toolbar. */
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    a.default_logo {
        display: none;
    }
 
    a.retina_logo {
        display: block;
    }

    .mobile_menu_button {
        background: url("../img/retina/mobile_icons.png") transparent 0 0 !important;
        background-size: 30px 26px !important;
    }
}

/* Responsive */
@media only screen and (max-width: 1280px) {
    header .menu li:first-child .sub-menu {
        margin-left: -24px;
    }
}

@media only screen and (max-width: 1024px) {
    .span6.masonry-brick {
        width: 47%;
    }

    .span4.masonry-brick {
        width: 30%;
    }
}

@media only screen and (max-width: 1023px) {
    .search_form input[type=text] {
        width: 94%;
    }

    .span4.masonry-brick, .span6.masonry-brick, .blog_grid_style .help_class.span4 {
        width: 100%;
    }

    .blog_grid_style .help_class.span4 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 736px) {
    .site_container {
        margin: 0 20px;
    }

    .content_block {
        margin-bottom: 30px;
    }

    footer {
        padding-top: 30px;
        margin-top: 40px;
    }

    .posts_container .row:last-child .stand_post {
        min-height: 460px;
    }

    footer {
        padding: 20px;
    }

    footer .sidepanel .title {
        margin-top: 20px;
    }

    footer .recent_posts li:last-child div {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 667px) {
    header .menu {
        display: none;
        margin: 20px 0;
    }

    .mobile_menu_button {
        display: block;
        width: 30px;
        height: 26px;
        background: url("../img/mobile_icons.png") transparent 0 0;
        position: relative;
        top: -11px;
        cursor: pointer;
    }

    header .gt3_socials {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    header .sub-menu {
        display: block;
        position: static;
        margin-left: 0 !important;
        padding-top: 0;
    }

    header .menu li {
        width: 100%;
    }

    header li a {
        width: 100%;
        display: block;
        padding-right: 0 !important;
        font-size: 17px !important;
        padding-left: 20px !important;
    }

    header li .sub-menu a {
        padding-left: 10% !important;
        width: 90% !important;
    }

    header .menu > li:first-child {
        padding-top: 15px;
    }

    header .menu > li:last-child {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 668px) {
    header .menu {
        display: block !important;
    }
}

/* Vertical iPhones */
@media only screen and (max-width: 414px) {
    h1 {
        font-size: 22px;
        line-height: 25px;
        word-wrap: break-word;
    }

    h2 {
        font-size: 20px;
        line-height: 23px;
        word-wrap: break-word;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
        word-wrap: break-word;
    }

    h4 {
        font-size: 17px;
        line-height: 19px;
        word-wrap: break-word;
    }

    .postformats_cont.gt3_pf_link .entry-title-pformat, .postformats_cont.gt3_pf_quote .entry-title-pformat {
        font-size: 20px;
        line-height: 30px;
    }

    .post_bottom .fright {
        clear: both;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    iframe {
        height: auto;
    }
}

@media only screen and (max-width: 320px) {
    .logo a {
        max-width: 280px !important;
        height: auto !important;
    }

    .postformats_cont.gt3_pf_quote, .postformats_cont.gt3_pf_link {
        padding: 40px 50px 40px 50px;
    }

    .pformat-top-cont i {
        display: none;
    }

    .blog_grid_style .postformats_cont.gt3_pf_quote, .blog_grid_style .postformats_cont.gt3_pf_link {
        padding-top: 40px;
    }

    h1 {
        font-size: 19px !important;
        line-height: 24px !important;
    }

    h2 {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    h3 {
        font-size: 17px !important;
        line-height: 22px !important;
    }

    h4 {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    h5 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    h4 {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .error404 h1 {
        font-size: 80px !important;
        line-height: 90px !important;
    }

    .error404 h2 {
        font-size: 25px;
        margin-top: 20px;
    }

    .tiny_contentarea .search_form input[type=text] {
        width: 27%;
    }

    .tiny_contentarea .search_form input[type=submit] {
        margin-left: 1px;
    }
}