/*
THEME NAME: James Carl Photography
DESCRIPTION: Custom Theme for James Carl Photography
VERSION: 2.0
AUTHOR: Mr. WPress
AUTHOR URI: https://www.mrwpress.com/
.
*/

/*
CSS Notes:
https://fonts.google.com/?query=Playfair&selection.family=Playfair+Display:400,400i,700,700i|Roboto+Condensed:400,400i,700,700i|Roboto:400,400i,700,700i
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Playfair Display', serif;
 */

/* CSS RESET RULES */
* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    letter-spacing: normal;
}

body,
html {
    background: #000;
}

body {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    display: block;
    margin: 0 0 30px;
    font-weight: 400;
}

h1 {
    font-size: 30px;
}

.single h1,
.single div.date {
    text-align: center;
}

.single h1 {
    font-size: 52px;
}

.single div.date {
    text-transform: uppercase;
}

.single div.date p {
    letter-spacing: 5px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

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

a {
    text-decoration: none;
    transition: color .5s ease;
}

ul,
ol {
    margin: 0 0 30px;
    padding: 0;
}

li {
    list-style: none;
}

.contentwrapper li {
    list-style: inherit;
    margin-left: 60px;
}

.contentwrapper li.widget,
#sidebar-latest_from_blog li {
    list-style: none;
    margin: 0;
}

hr {
    width: 100%;
    background: none;
    height: 4px;
    font-size: 0;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 60px 0;
}

blockquote {
    background: #ebebeb;
    padding: 50px 50px 35px 50px;
    margin: 0 0 50px;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #4889c8;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.fa,
.fas {
    line-height: inherit;
}

img,
video,
embed,
iframe {
    max-width: 100%;
    height: auto;
}

form {
    padding: 0;
    margin: 0 0 30px;
}

form ul,
form ol {
    margin: 0 0 30px;
}

form li {
    margin: 0 0 10px;
}

form .gfield {
    list-style: none !important;
    margin: 0 0 10px;
}

form input,
form textarea {
    border: 1px solid #ccc;
    padding: 5px 8px;
}

header input#toggle,
header label.toggle {
    display: none;
}

.site_center,
#main_contact .sidebar,
#footer_bottom {
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
}

button,
.button,
input[type="submit"] {
    transition: background 0.7s ease;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 12px 50px 12px 12px;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    height: 40px;
}

.gform_footer .button {
    padding-right: 70px;
}

.gform_footer .button i {
    top: 13px;
}

button span {
    position: absolute;
    left: 12px;
    top: 12px;
}

button i,
.button i {
    transition: right 0.5s ease;
    color: #000;
    position: absolute;
    right: 20px;
    line-height: inherit;
    top: 10px;
}

button:hover,
.button:hover {
    background: #000;
    color: #fff;
}

button:hover i,
.button:hover i {
    right: 15px;
    color: #fff;
}

.jc_weddings_archive .button i {
    top: 18px;
}

/*  Columns  */

.one_fourth {
    width: calc(25% - 25px);
    margin: 0 25px 30px 0;
}

.one_third {
    width: calc(33.33% - 25px);
    margin: 0 25px 30px 0;
}

.one_half {
    width: calc(50% - 25px);
    margin: 0 25px 30px 0;
}

.two_third {
    width: calc(66.66% - 25px);
    margin: 0 25px 30px 0;
}

.two_third.last_column {

}

.one_fourth.last_column,
.one_third.last_column,
.one_half.last_column,
.two_third.last_column {
    margin: 0 0 30px 25px;
}


/* end columns  */

/*  Header  */

.headerwrapper {
    position: relative;
    z-index: 9999999;
}

.headerwrapper.scrolled {
    z-index: 9999999999;
}

a#logo {
    display: inline-block;
    margin: 15px;
}

header {
    position: relative;
    z-index: 2;
}

header .navwrapper {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    clear: both;
    float: right;
    margin-top: 10px;
}

header nav {
    text-align: right;
}

.fixnav header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    border-bottom: 2px solid #ccc;
}

header nav li {
    display: inline-block;
    position: relative;
    text-align: left;
}

header nav li a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 20px;
}

header nav li.current_page_item a,
header nav li a:hover {
    text-decoration: underline;
}

header nav ul {
    margin: 0;
}

header nav li ul,
header nav li ul ul {
    position: absolute;
    left: -9999em;
    width: 250px;
    background: #e8d896;
    text-align: left;
}

header nav li:hover ul {
    left: 0;
}

header nav ul ul li {
    display: block;
}

/* end header */

/*  Master Slider  */

.slidecopy {
    color: #fff;
    max-width: 345px;
    right: 16.6% !important;
    font-size: 25px !important;
    line-height: 1.5em !important;
}

.slidecopy.display_none {
    display: none;
    background: #000;
}

.slidecopy strong,
.slidecopy b {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}

.slidecopy hr {
    margin: 10px 0;
    height: 1px;
    border: none !important;
    background: #fff;
}

/*  Contentwrapper  */

.contentwrapper,
div.practice_areas {
    background: #e9ebea;
    color: #323441;
}

.contentwrapper {
    background: #fff;
    padding: 50px 0;
}

.contentwrapper.default_page,
.home .contentwrapper,
.single .contentwrapper,
.contentwrapper.archive {
    padding-top: 0;
}

/*  Home Page  */

.home .contentwrapper article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 65px;
    padding: 0 0 65px;
    border-bottom: 1px solid #d9d9d9;
}

.widget {
    position: relative;
}

#sidebar-jc_our_portfolio {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#sidebar-jc_our_portfolio h2 {
    text-align: center;
}

#sidebar-jc_our_portfolio .custom-html-widget h2 {
    font-size: 75px;
}

#sidebar-jc_our_portfolio h2 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    vertical-align: bottom;
    line-height: 58px;
}

.widget_sp_image {
    /*border: 1px solid red;*/
    width: 100%;
    max-width: 1050px;
    float: left;
    clear: both;
    min-height: 450px;
    margin-bottom: 30px !important;
}

.widget_sp_image:nth-child(odd) {
    float: right;
}

.widget_sp_image a.widget_sp_image-image-link {
    position: absolute;
    z-index: 2;
    left: 0;
}

.widget_sp_image:nth-child(odd) a.widget_sp_image-image-link {
    left: auto;
    right: 0;
}

.widget_sp_image a.widget_sp_image-image-link img {
    max-height: 400px;
}

.widget_sp_image-description {
    background: #f6f6f6;
    width: 60%;
    z-index: 1;
    margin-top: 20px;
    min-height: 270px;
    padding: 65px 0;
    float: right;
}

.widget_sp_image:nth-child(odd) .widget_sp_image-description {
    float: left;
}

.widget_sp_image-description * {
    padding-left: 250px;
    padding-right: 65px;
}

.widget_sp_image:nth-child(odd) .widget_sp_image-description * {
    padding-left: 65px;
    padding-right: 250px;
}

.widget_sp_image-description h2 {
    font-style: italic;
    text-align: left !important;
}

.widget_sp_image-description .button,
#jc_albums_section .button {
    padding: 10px 50px 10px 15px !important;
    background: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.widget_sp_image:nth-child(odd) .button {
    padding-right: 10px;
}

.widget_sp_image-description .button * {
    padding: 0 !important;
}

#jc_albums_section .button:hover,
.widget_sp_image-description .button:hover {
    background: #000 !important;
}

#jc_albums_section .button i,
.widget_sp_image-description .button i {
    top: 12px;
}

#jc_albums_section .button i {
    top: 8px;
}

#jc_albums_section .content-column {
    padding: 150px 0;
    text-align: right;
    margin-right: 5%;
    width: 45%;
}

#jc_albums_section .last_column {
    background: rgba(255, 255, 255, .8);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
}

#jc_albums_section .last_column * {
    max-width: 375px;
}

#jc_albums_section {
    background-attachment: fixed !important;
    background-position: center !important;
    margin-bottom: 70px;
}

#jc_albums_section h2 {
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
    color: #000;
    max-width: 350px;
    float: right;
}

#jc_albums_section p {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 7px;
    color: #000;
}

#jc_albums_section .last_column h2 {
    font-size: 25px;
}

#jc_albums_section .last_column p {
    font-family: 'Playfair Display', serif;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6em;
}

#sidebar-latest_from_blog {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#sidebar-latest_from_blog h2 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 0 50px;
    font-weight: 700;
}

#sidebar-latest_from_blog h2.entry-title {
    font-family: 'Playfair Display', serif;
    text-align: left;
    margin: 0;
}

#sidebar-latest_from_blog h2 em {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: .9em;
}

#sidebar-latest_from_blog h2 span {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    letter-spacing: 10px;
    display: block;
    padding: 15px 0 0;
    font-weight: normal;
}

#sidebar-latest_from_blog .widget_post_content {
    overflow: hidden;
    margin: 0 0 70px;
}

#sidebar-latest_from_blog .widget_post_content div.image,
#sidebar-latest_from_blog .widget_post_content div.content {
    width: 50%;
    float: left;
}

#sidebar-latest_from_blog .category {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 7px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

div.category nav li {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px !important;
    border-left: 1px solid grey;
}

div.category nav li:first-child {
    padding-left: 0;
    margin-left: 0 !important;
    border: none;
}

div.category a {
    color: #000;
    letter-spacing: 5px;
    font-weight: 700;
}

#sidebar-latest_from_blog a.post-title {
    color: #000;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}

.archive .postwrapper .date,
#sidebar-latest_from_blog .date {
    margin-bottom: 20px;
}

#sidebar-latest_from_blog .widget_post_content div.image,
#sidebar-latest_from_blog .widget_post_content:nth-child(even) div.content {
    text-align: right;
}

#sidebar-latest_from_blog .widget_post_content div.content {
    float: right;
}

#sidebar-latest_from_blog .widget_post_content:nth-child(even) div.content {
    float: left;
}

#sidebar-latest_from_blog .widget_post_content:nth-child(even) div.image {
    float: right;
    text-align: left;
}

#sidebar-latest_from_blog .widget_post_content div.content_inner {
    padding: 50px 0 0 50px;
}

#sidebar-latest_from_blog .widget_post_content:nth-child(even) div.content_inner {
    padding: 0 50px 0 0;
}

.archive a.learn_more,
#sidebar-latest_from_blog a.learn_more {
    font-size: 30px;
    color: #000;
}

p.view_all {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
}

p.view_all i {
    top: 13px;
}

#sidebar-latest_from_blog .widget_post_content div.image {
    overflow: hidden;
    position: relative;
}

.archive .postwrapper .post_featured_image,
.widget_sp_image a.widget_sp_image-image-link {
    overflow: hidden;
}

.archive .postwrapper .post_featured_image img,
.widget_sp_image a.widget_sp_image-image-link img,
#sidebar-latest_from_blog .widget_post_content div.image img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.archive .postwrapper .post_featured_image:hover img,
.widget_sp_image a.widget_sp_image-image-link:hover img,
#sidebar-latest_from_blog .widget_post_content div.image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*  Begin banners  */

img#footer_banner_images {
    width: 100%;
}

/*  end banners  */

/*  end home page top content  */

.home .post {
    background: #f6f6f6;
    padding: 30px;
}

.home .main-content .post {
    max-width: 940px;
    margin: 0 auto;
    font-size: 17px;
}

.jc_pg_left {
    background: transparent url(images/jc_excerpt_bg.gif) top left no-repeat;
    background-size: contain;
    min-height: 350px;
    width: 100%;
    max-width: 305px;
    margin: 0 30px 30px 0;
    padding: 18px 30px 0 0;
    float: left;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

.jc_pg_left p {
    letter-spacing: 5px;
}

/*  Main Content  */

section.main-content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.single section.main-content,
.home section.main-content {
    margin-top: -70px;
    letter-spacing: 2px;
    z-index: 9999999;
}

.home section.main-content {
    background: none;
}

section.main-content.pagecontent,
.single section.main-content,
section.main-content.archive,
section.main-content.blog {
    margin-top: -115px !important;
}

.home section.main-content h1 {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 5px;
    font-weight: 700;
}

.home section.main-content h1 i,
.home section.main-content h1 em {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    line-height: 1.1em;
}

section.main-content article {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

section.main-content.pagecontent,
section.main-content.single,
section.main-content.blog,
section.main-content.archive {
    padding: 70px 0 0;
    z-index: 999999999;
}

section.main-content.single article,
section.main-content.blog article,
section.main-content.archive article {
    width: 100%;
    max-width: 1000px;
    float: none;
    margin: 0 auto 30px;
}

.subhead {
    background: transparent url("images/James-Carl-Single-Post.jpg") top center no-repeat;
    /*background-size: cover !important;*/
    color: #fff;
    min-height: 535px;
    padding: 0 0 115px;
    position: relative;
    background-size: cover;
}

.single .subhead,
.archive .subhead {
    min-height: 185px;
}

.subhead.archive {
    background: transparent url("images/James-Carl-Blog.jpg") top center no-repeat;
    min-height: 375px;
    background-size: cover;
}

.subhead.wedding_single {
    background: #fff url("images/jc-wedding-featured.jpg") top center no-repeat;
}

.subhead.jc_weddings_archive {
    background: #fff url("images/jc-archive-wedding-featured.jpg") top center no-repeat;
    min-height: 355px;
}

.subhead .site_center {
    padding-top: 100px;
}

.subhead.archive .site_center {
    padding-top: 250px;
}

.subhead .head_title {
    font-size: 45px;
    display: inline-block;
    padding: 15px 0;
    position: absolute;
    bottom: 120px;
    max-width: 1200px;
    letter-spacing: 5px;
}

.subhead_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.subhead nav.catlist,
article .catlist {
    font-family: 'Roboto Condensed', sans-serif;
    float: right;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
    margin: 0 0 50px;
    text-transform: uppercase;
}

nav.catlist li,
nav.catlist li a {
    letter-spacing: 2px;
}

nav.catlist li {
    display: inline-block;
    margin: 0 0 0 25px;
}

article .catlist li {
    margin: 0 12px !important;
}

.subhead nav.catlist li.label {
    font-weight: 700;
    margin: 0;
}

article .catlist li.label {
    font-weight: 700;
}

.subhead nav.catlist a {
    color: #fff;
}

nav.catlist a:hover,
nav.catlist li.active {
    text-decoration: underline;
}

article .catlist {
    text-align: center;
    float: none;
}

article .catlist a {
    color: #000;
}

#post_tags {
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 2%;
    margin: 0 0 60px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

#post_tags a {
    color: #000;
    text-decoration: underline;
}

div.post_navigation {
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
    margin: 50px 0 85px;
    padding: 0 0 50px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}

div.post_navigation .alignleft,
div.post_navigation .alignright,
div.post_navigation .blog_nav_view_all {
    width: 32%;
    display: inline-block;
}

div.post_navigation .alignright {
    text-align: right;
}

div.post_navigation a {
    color: #000;
}

.blog_nav_view_all a {
    border-radius: 180px;
    border: 1px solid #000;
    font-size: 25px;
    text-align: center;
    display: block;
    width: 178px;
    height: 158px;
    padding: 20px 0 0;
    margin: 15px auto;
    font-family: 'Playfair Display', serif;
}

.blog_nav_view_all span.arrow,
.blog_nav_view_all span.small {
    /*font-size: 15px;*/
    display: block;
}

.blog_nav_view_all span.small {
    font-style: italic;
}

div.post_navigation .post_data {
    padding: 20px 0 0 20px;
    position: relative;
    max-width: 295px;
    float: left;
    text-align: left;
}

div.post_navigation h4 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

div.post_navigation .post_data i {
    position: absolute;
    top: 25px;
    left: 0;
}

div.post_navigation .alignright .post_data {
    padding: 20px 20px 0 0;
    float: right;
    text-align: right;
}

div.post_navigation .alignright .post_data i {
    left: auto;
    right: 0;
}

.related_posts_navigation {
    text-align: center;
}

.related_posts_navigation h3 {
    font-style: italic;
    text-align: center;
    margin: 0 0 15px;
}

.related_posts_navigation li {
    font-family: 'Roboto Condensed', sans-serif;
    list-style: none;
    max-width: 285px;
    display: inline-block;
    margin: 0 12px;
    text-align: left;
}

.related_posts_navigation li img {
    display: block;
    margin: 0 0 20px;
}

.related_posts_navigation a {
    color: #000;
}

.related_posts_navigation h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    font-size: 15px;
}

.archive article .navigation {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 0;
}

.archive article .navigation a,
.archive article .navigation span.current {
    color: #000;
    border-left: 1px solid #d4d4d4;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.archive article .navigation a.prev,
.archive article .navigation a.next {
    width: auto;
}

.archive article .navigation a.prev {
    padding-right: 10px;
}

.archive article .navigation a.next {
    padding-left: 10px;
}

.archive article .navigation a:first-child {
    border-left: 0;
}

#searchform input#s {
    height: 35px;
    padding: 0 10px;
}

/*  end main content  */

/*  Testimonials  Widget  */

#sidebar-testimonials_sidebar {
    background: transparent url("images/testimonial_bg.jpg") top center no-repeat;
    background-size: cover;
    font-size: 25px;
    padding: 80px 0;
    text-align: center;
}

#sidebar-testimonials_sidebar ul {
    margin: 0;
}

#sidebar-testimonials_sidebar .widget_acg_testimonials_widget {
    padding-bottom: 50px;
}

#sidebar-testimonials_sidebar div.content {
    padding-top: 100px;
    background: transparent url(images/testi_quotation.png) 50% 30px no-repeat;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 35px;
    font-style: italic;
}

#sidebar-testimonials_sidebar div.meta {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    letter-spacing: 5px;
    line-height: 1.8em;
}

.testi_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.testi_controls li {
    display: inline-block;
    padding: 0 15px;
    line-height: 20px;
}

.testi_controls li.prev {
    border-right: 1px solid #000;
}

.testi_controls a i {
    color: #000;
}

/*  end testimonials widget  */

/*  Blog  */

.archive .postwrapper {
    position: relative;
    padding-left: 50%;
    min-height: 335px;
    margin: 0 0 70px;
    color: #000;
}

.archive .postwrapper:nth-child(even) {
    padding-left: 0;
    padding-right: 50%;
}

.archive .postwrapper .post_featured_image {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
}

.archive .postwrapper:nth-child(even) .post_featured_image {
    left: auto;
    right: 0;
}

.archive .postwrapper .post_featured_image img {
    width: 100%;
}

.archive .postwrapper .post {
    padding: 50px;
}

.archive .postwrapper:nth-child(even) .post {
    text-align: right;
}

.archive .postwrapper:nth-child(even) h2.entry-title {
    text-align: right !important;
}

.archive .postwrapper h2 {
    font-weight: 500;
}

.archive .postwrapper a {
    color: #000;
}

/*  Wedding - Single  */

.single_jcwedding h1 {
    font-weight: 400;
}

.single_jcwedding h6 {
    font-size: 17.5px;
    line-height: normal;
    font-weight: 400;
}

/*  Wedding Lading Page  */

.featured_wedding_feed {
    background: #fff;
    overflow: hidden;
    width: 100%;
    padding: 0 0 80px;
}

.featured_wedding_feed h2,
.weddings_page_top h2 {
    text-align: center;
    font-style: italic;
    margin: 0 0 60px;
}

.featured_wedding_feed .post {
    font-family: 'Roboto Condensed', sans-serif;
    width: 50%;
    display: inline-block;
    margin: 0 0 30px;
}

.featured_wedding_feed .post a.featured_wedding_thumb {
    display: block;
    margin: 0 0 5px;
    max-height: 380px;
    overflow: hidden;
}

.featured_wedding_feed .post a {
    padding-right: 30px;
}

.featured_wedding_feed .post:nth-child(even) a {
    padding-right: 0;
    padding-left: 30px;
}

.featured_wedding_feed .post a.featured_wedding_thumb img {
    width: 100%;
}

.featured_wedding_feed .post a {
    color: #000;
}

#jc_latest_weddings .site_center {
    max-width: 1220px;
    text-align: center;
}

#jc_latest_weddings h2 {
    font-style: italic;
    margin: 0 0 15px;
}

#jc_latest_weddings div.post {
    display: inline-block;
    max-width: 285px;
    margin: 0 0 30px 20px;
    text-align: left;
}

#jc_latest_weddings div.post:first-child {
    margin-left: 0;
}

#jc_latest_weddings a.latest_wedding_thumb {
    width: 285px;
    height: 185px;
    overflow: hidden;
    margin: 0 0 10px;
    display: block;
}

#jc_latest_weddings a {
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 16px;
}

/*  Footer Styles  */

.footerwraper {
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

/*  Social Media  */

li#gv_social_label {
    color: #e9ebea;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    line-height: 50px;
}

ul.footer_socialmedia_list {
    margin: 0;
}

div.footer_social {
    text-align: center;
    padding: 50px 2%;
}

div.footer_social li {
    display: inline-block;
    margin: 0 15px;
}

ul.footer_socialmedia_list a:hover,
div#footer_bottom nav a:hover {
    color: #ccc;
}

div.footer_social i {
    font-size: 50px;
}

/* end social media */

footer {
    color: #e9ebea;
}

footer .one_half {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
}

footer .one_half.last_column {
    width: 25%;
    margin: 0 25% 0 0;
}

footer form label {
    display: none !important;
}

footer form input[type="text"],
footer form input[type="phone"],
footer form input[type="email"],
footer form input[type="date"],
footer form textarea {
    color: #646467;
    background: #252525;
    font-size: 15px !important;
    border: none;
    margin: 0 0 4px;
    width: 96% !important;
    max-width: 445px;
    padding: 8px 2%;
}

footer button {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: #000 !important;
    width: 80px;
    /*padding-right: 20px !important;*/
}

footer button i {
    color: #fff !important;
    top: 13px !important;
}

#footer_banner_images img {
    width: 50%;
    float: left;
}

#footer_top {
    clear: both;
}

/* end footer styles */

/*  Overrites  */

.weddings_page_top {
    font-size: 22px;
}

.archive .weddings_page_top {
    margin-top: -30px !important;
}

.bne-gallery-loader {
    display: none !important;
}

.slb_details {
    display: none;
}

#slb_viewer_wrap .slb_theme_slb_baseline {
    z-index: 99999999999 !important;
}

/* end overrites */

@media only screen and (max-width: 1260px) {
    .head_title {
        left: 2%;
    }
}

@media only screen and (max-width: 1200px) {
    .home .contentwrapper {
        padding-top: 50px;
    }

    .home section.main-content {
        margin-top: 0;
    }

    .slidecopy {
        font-size: 18px !important;
    }
}

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

    .subhead {
        min-height: 185px;
    }

    div#hp_hero #gv_hero_copy {
        margin-left: 0;
        left: 0;
    }

    div#hp_hero div#gv_hero_small {
        font-size: 25px;
    }

    div#hp_hero div#gv_hero_large {
        font-size: 40px;
    }

    .contentwrapper {
        position: relative;
        z-index: 1;
    }

    section.main-content.pagecontent,
    .single section.main-content,
    section.main-content.archive,
    section.main-content.blog {
        margin-top: 0 !important;
    }

    .subhead .head_title {
        position: relative;
        bottom: auto;
    }

    .widget_sp_image a.widget_sp_image-image-link {
        max-width: 50%;
    }

    .widget_sp_image-description * {
        padding-left: 20%;
    }

    .widget_sp_image:nth-child(odd) .widget_sp_image-description * {
        padding-right: 20%;
    }

    footer .one_half.last_column {
        width: 48%;
        margin: 0;
    }
}

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

    header .navwrapper {
        margin-top: 0;
        width: 100%;
    }

    .navwrapper label.toggle {
        display: block;
        color: #fff;
        text-align: right;
        padding: 23px 20px 0;
        cursor: pointer;
        height: 61px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 50px;
    }

    .navwrapper ul.menu {
        display: none;
    }

    .navwrapper input#toggle:checked + ul.menu {
        display: block;
        background: #000;
    }

    header nav {
        text-align: left;
    }

    header nav li {
        display: block;
        border: none;
    }

    header nav li a {
        border-bottom: 1px solid #fff;
    }

    header nav ul ul {
        position: relative;
        left: auto;
        width: auto;
        display: block;
        background: #d0bb7a;
    }

    header nav ul ul a {
        padding-left: 30px;
    }

    ul.sub-menu a:hover {
        background: #e8d896;
    }
}

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

    .slidecopy {
        display: none;
        padding: 30px;
    }

    .slidecopy.display_none {
        display: block;
    }

    section.main-content article,
    section.main-content aside {
        width: 100%;
        margin: 0 0 30px;
        float: none;
        clear: both;
        display: block;
    }

    footer .one_half,
    .one_half {
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    footer .one_half.last_column,
    .one_half.last_column {
        margin-left: 0;
    }

    .jc_pg_left {
        width: auto;
        max-width: none;
        min-height: auto;
    }

    #jc_albums_section .content-column,
    #jc_albums_section .last_column {
        padding: 30px;
        width: calc(100% - 60px) !important;
        margin: 0 !important;
    }

    #jc_albums_section h2 {
        margin: 0;
    }

    #sidebar-testimonials_sidebar div.content {
        width: 80%;
        font-size: 20px;
    }

    nav.catlist li {
        padding: 20px 0;
    }

    .featured_wedding_feed .post {
        width: 100%;
        margin: 0 0 30px;
        display: block;
        float: none;
        clear: both;
    }

    .featured_wedding_feed .post a {
        padding: 0 0 10px !important;
    }

    .single-post .subhead .site_center {
        padding-top: 50px;
    }

    #footer_banner_images img {
        width: 100%;
        float: none;
        display: block;
        clear: both;
    }

}

@media only screen and (max-width: 700px) {
    div.post_navigation .alignleft,
    div.post_navigation .alignright,
    div.post_navigation .blog_nav_view_all,
    div.post_navigation .post_data {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        clear: both;
        float: none;
        max-width: none;
        text-align: center !important;
    }
}

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

    .archive .postwrapper {
        padding: 0 !important;
    }

    .archive .postwrapper .post_featured_image {
        position: relative;
        display: block;
        width: 100%;
    }

    .two_third,
    .one_third {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        float: none;
        display: block;
        clear: both;
    }

    .two_third.last_column,
    .one_third.last_column {
        padding: 0;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 600px) {
    .widget_sp_image a.widget_sp_image-image-link {
        max-width: none;
        position: relative;
    }

    .widget_sp_image-description {
        width: 100%;
        margin-top: 0;
        padding: 20px 0;
        float: none !important;
        min-height: auto;
    }

    .widget_sp_image-description * {
        padding: 0 20px;
    }

    .widget_sp_image:nth-child(odd) .widget_sp_image-description * {
        padding: 0 20px;
    }
}

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

    #slb_viewer_wrap .slb_theme_slb_default .slb_container {
        margin-top: 100px !important;
    }

    div#hp_hero div#gv_hero_small {
        font-size: 15px;
    }

    div#hp_hero div#gv_hero_large {
        font-size: 20px;
    }

    .home .contentwrapper {
        padding-top: 0;
    }

    .jc_pg_left {
        background: none;
        width: 100%;
        padding: 0;
        float: none;
        text-align: center;
    }

    #home_top_content {
        background: transparent url(images/jc_excerpt_bg.gif) top center no-repeat;
    }

    .home section.main-content {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    li#gv_social_label {
        line-height: 35px;
    }

    div.footer_social i {
        font-size: 35px;
    }
}

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

    a#logo svg {
        max-width: 250px;
    }

    #sidebar-latest_from_blog .widget_post_content div.image,
    #sidebar-latest_from_blog .widget_post_content div.content {
        width: 100%;
        margin-top: 0;
        padding: 20px 0;
        float: none !important;
    }

    #jc_albums_section h2 {
        font-size: 80px;
    }
}