/*
Theme Name: Qaween
Theme URI: http://www.themewarrior.com/item/qaween/
Description: Powerful wedding WordPress theme
Author: ThemeWarrior
Author URI: http://www.themewarrior.com
Version: 2.6.0
License: GPL
License URI: license.txt
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, post-formats, translation-ready
*/


/* -----------------------------------
    Main CSS Style for Qaween Template
-----------------------------------*/
@import url("css/reset.css");
@import url("css/font-awesome.css");

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background-color: #fff;
    font: 16px/150% "Lato", Helvetica, Arial, sans-serif;
    color: #555;
    margin: 0 auto;
    overflow-x: hidden;
    /* position: relative; */
}

html.skrollr {
    margin-top: 0 !important;
}

body.menu-opened {
    overflow: hidden;
}

/* -----------------------------------
    Common Styles 
-----------------------------------*/
input, textarea {
    font: 100% "Lato", Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 20px;
}

a:link {
    color: #1952a9;
}

a:hover {
    color: #e36060;
}

.clear {
    clear: both;
}

p,
blockquote {
    margin: 0 0 1.7em 0;
    color: #555;
}

blockquote {
    margin-left: 7%;
    padding-left: 3%;
    border-left: 1px solid #ededed;
}

blockquote p {
    font-size: 16px;
    line-height: 160%;
}

h1, 
h2, 
h3, 
h4 {
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0;
    margin: 20px 0;
}

h5, 
h6 {
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0;
    margin: 10px 0;
}

h1 {
    font-size: 40px;
    margin: 40px 0;
}

h2 {
    font-size: 30px;
    margin: 30px 0;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11px;
}

table {
    clear: both;
    margin: 10px 0;
}

ul, ol {
    margin: 20px 24px;
}

ul li {
    list-style: disc;
    margin-bottom: 4px;
}

ol li {
    list-style: decimal;
    margin-bottom: 4px;
}

li ul,
li ol {
    margin-top: 4px;
}

img,
embed,
iframe,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
}

select {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

::selection {
    background: #f66767;
    color: #fff;
}

.wrapper {
    float: left;
    clear: both;
    width: 100%;
}

.clearfix {
    display: table;
    width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.rsvp-cf7 #rsvp .container {
}

/* -----------------------------------
    Header Style
-----------------------------------*/
#header {
    position: fixed;
    border-bottom: solid 1px #efefef;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    transition: all ease-in .3s;
}

body.admin-bar.logged-in #header.fixed,
body.logged-in #header,
body.admin-bar .pswp__top-bar {
    top: 32px;
}

body.menu-opened header#header {
    right: 280px;
    left: -280px;
}

#logo {
    text-align: center;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9e9e9e;
    padding: 15px 0;
}

#logo a {
    color: #9e9e9e;
}

#logo .thumbnail {
    width: 22%;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

#logo .love-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#logo .name {
    font-weight: 700;
    display: inline-block;
    margin: 0 2%;
    vertical-align: middle;
}

#logo .and {
    font: italic 100px "Times New Roman", Georgia, serif;
}

#logo .name.left {
    text-align: right;
}

#logo .name {
    font-size: 48px;
    text-transform: uppercase;
    color: #555;
}

#logo .name span {
    display: block;
    font-size: 24px;
    text-transform: none;
    margin-top: 20px;
}

#logo .name.left span {
    text-align: right;
}

#logo .name.right span {
    text-align: left;
}

#logo .and {
    display: inline-block;
    color: #555;
    line-height: 1;
    position: relative;
    top: 25px;
}

nav.main {
    background: #fff;
    letter-spacing: 0;
    text-align: center;
    filter: alpha(opacity=70);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    float: right;
    position: relative;
}

#menu-trigger, #close-menu {
    display: none;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    width: 40px;
    padding: 10px;
    cursor: pointer;
    margin-top: 7px;
}

#close-menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: all ease-in .3s;
    opacity: 0;
    z-index: 1;
}

body.menu-opened #close-menu {
    opacity: 1;
    display: block;
}

nav ul.nav {
    margin: 0;
}

.nav li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.nav li a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    padding: 15px;
    box-sizing: border-box;
}
.mix .gallery-item:hover img, .galleries .gallery-item:hover img, ul.posts-grid li .thumbnail:hover img {    
    -webkit-transform: rotate(3deg) scale(1.2, 1.2);    
    -o-transform: rotate(3deg) scale(1.2, 1.2);    
    transform: rotate(3deg) scale(1.2, 1.2);
}

.nav > li:last-child a {
    border-right: none;
}

.nav li a:hover,
.nav li.current-menu-item a,
.nav li.current_page_item a {
    color: #838383;
}

.nav li ul.sub-menu a {
    padding: 10px 15px;
}

.nav li ul.sub-menu {
    display: none;
    background-color: #fff;
    /* width: 200px; */
    text-align: left;
    margin-top: 0;
    border-bottom: none;
    position: absolute;
    z-index: 30;
    margin: 0;
    border: solid 1px #eee;
}

.nav li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -1px;
    margin-left: -2px;
}

.nav.mobile li ul {
    position: relative;
    border: none;
    width: 100%;
    background: #dadada;
    text-align: right;
}

.nav.mobile li ul li a {
    color: #000;
}

.nav li ul li {
    width: 200px;
}
 
.nav li ul li a {
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 20px;
}

body.menu-opened #mobile-menu {
    transform: translateX(0px);
}

#mobile-menu .nav li ul.dropdown li a {
    font-size: 14px;
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
}

.trigger {
    display: none;
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
}

.trigger i:hover {
    color: #e36060;
}

li.menu-item.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    content: "\f107";
    margin-left: 10px;
}

ul.sub-menu li.menu-item.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    margin-top: 5px;
}

#mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 280px;
    background: #fff;
    transform: translateX(300px);
    transition: all ease-in .3s;
    box-shadow: 0 0 15px #000;
}

body.admin-bar #mobile-menu {
    top: 32px;
}

#mobile-menu .nav li {
    display: block;
    border-bottom: solid 1px #eee;
    position: relative;
    width: 100%;
}

#mobile-menu .nav li a {line-height: 20px;}

#mobile-menu #menu-main-menu {
    margin: 0;
}

#mobile-menu li ul.sub-menu {
    position: relative;
    width: 100%;
    background: #eee;
    left: 0;
    margin-left: 0;
}

#mobile-menu li ul.sub-menu li {
    border-bottom: solid 1px #ddd;
}

.dropdown-trigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    line-height: 30px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

ul.sub-menu .dropdown-trigger {
    line-height: 20px;
}

#skrollr-body {
    background: #fff;
}

/* --------------------------------------
    Slideshow Styles
----------------------------------------*/
#slideshow {
    height: 500px !important;
    clear: both;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#slideshow .wedding-date {
    display: inline-block;
    width: 500px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #fff;
    position: relative;
}

#slideshow .slideshow-images {
    display: none;
    margin: 0;
    padding: 0;
}

#slideshow .slideshow-images li {
    margin: 0;
    padding: 0;
}

/* --------------------------------------
    Breadcrumb Styles
----------------------------------------*/
#breadcrumb {
    font-size: 14px;
    text-align: center;
    text-transform: none;
    margin-top: 10px;
}

#breadcrumb a:link {
    color: #555;
}

#breadcrumb a.home {
    margin-left: 0;
}

#breadcrumb a.home i {
    margin-right: 5px;
}

/* Main Content Styles */
#main {
    background: #fff;
    transition: all ease-in .3s;
}
body.menu-opened #skrollr-body #main {
    opacity: 0.3;
}

.home.page #main {
    background: none;
}

section.main {
    position: relative;
    overflow: hidden;
}

section.container.main {
}

section.container.main .content {
    max-width: 1100px;
    margin: 0 auto;
    float: none !important;
}

section.main.rsvp-cf7 {
    background: none;
    margin-bottom: 40px;
    padding: 0;
}

section.main.countdown {
}

section.main.blog {
    margin-top: 0;
}

section.main .galleries {
    margin-bottom: 0;
}

section.main.slideshow, 
section.main.countdown, 
section.main.rsvp-cf7, 
section.main.map, 
section.main.home-gift,
section.main.home-guestbook,
section.main.twitter, 
section.main.home-events, 
section.main.blog, 
section.main.home-accommodations, 
section.main.map, 
section.main.gallery, 
section.main.home-bridesmaid-groomsmen, 
section.main.about_couple {
    max-width: 100%;
    width: 100%;
}

section.main.slideshow {
    padding-top: 0;
}

#map-wrapper {
    height: 400px;
}

#map-wrapper .gm-style img {
    max-width: none;
}

section.main.map .map-thumbnail, .map .map-detail {
    display: inline-block;
    vertical-align: top;
}

section.main.map .gm-style-iw {
    height: auto !important;
}

section.main.map .map-detail {
    width: 200px;
    margin-left: 10px
}

section.main.map .map-detail {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

section.main.map .map-detail a {
    color: #000;
}

section.main.twitter ul#tweets-updates {
    width: 90%;
    display: block;
    margin: 0 auto;
    list-style-type: none;
    text-align: justify;
}

section.main.twitter ul#tweets-updates:after {
    content: '';
    width: 100%;
    display: inline-block;
}

section.main.twitter ul#tweets-updates li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

section.main.twitter ul#tweets-updates li .thumbnail {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

section.main.twitter ul#tweets-updates li.right .thumbnail {
    float: right;
}

section.main.twitter ul#tweets-updates li .tweets-content {
    margin-left: 140px;
}

section.main.twitter ul#tweets-updates li.right .tweets-content {
    margin-right: 140px;
    margin-left: 0;
}

section.main.twitter ul#tweets-updates li ul {
    margin: 0;
}

section.main.twitter ul#tweets-updates li ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

section.main.twitter ul#tweets-updates li .tweets-content .heading {
    margin-bottom: 30px;
}
section.main.twitter ul#tweets-updates li.right .tweets-content .heading {
    text-align: right;
}

section.main.twitter ul#tweets-updates li .tweets-content .heading h3 {
    margin: 0;
    font-size: 20px;
}

section.main.twitter ul#tweets-updates li .tweets-content .heading span {
    font-size: 16px;
}

section.main.twitter ul.tweets-lists p {
    margin-bottom: 0;
}

section.main.twitter ul.tweets-lists p a {
    font-weight: bold;
}

section.main.twitter ul.tweets-lists span.meta {
    font-size: 11px;
    color: #999;
}

#tweets-updates div.tweets-content a.tweets-button-follow {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px;
    margin-top: 20px;
    color: #555;
}

#tweets-updates div.tweets-content a.tweets-button-follow:hover {
    color: #f66767;
}

.post-title,
.section-heading,
.page-title {
    text-align: center;
    display: block;
    margin-bottom: 80px;
}

.page-title .meta {
    margin-top: 20px;
    color: #fff;
}

.page-title .meta span {
    margin: 0 8px 10px 8px;
    color: #fff;
}

.page-title .meta span i {
    margin-right: 5px;
}
.section-heading {
    margin-bottom: 70px;
}

.page-title {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #d6d6d6;
    margin-bottom: 50px;
}

.page-title h1,
.section-heading h2 {
    display: inline-block;
    font: 700 40px "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0 10%;
}

.section-heading h2,
.page-title h1 {color: #fff;}

.couples {
    float: left;
    margin-top: 20px;
}

.couples.left {
    margin-right: 20px;
}

.half {
    width: 48%;
}

.couples .thumb {
    float: left;
    width: 150px;
    margin: 0 20px 20px 0;
}

.couples .thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.couples .thumbnail img {
    width: 100%;
}

.couples .title h2 {
}

.couples .excerpt {
    margin-left: 170px;
}

.couples .excerpt p {
}

.couples h2 {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.couples .social {
    margin-top: 20px;
}

.couples .social a {
    font-size: 20px;
    padding-right: 15px;
    color: #c7c7c7;
}

.couples .social a:hover {
    color: #6a6a6a;
}

.content.full {
    float: left;
    width: 100%;
}

/*-----------------------------
    Countdown styles
--------------------------------*/
#countdown {
    display: block;
    padding: 0;
    text-align: center;
    position: relative;
}

#countdown img.parralax-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.full-width {
    clear: both;
}

#countdown .container {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.full.title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#countdown .countdown-body {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 30px;
}

#countdown .fa-heart {
    display: block;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    top: -30px;
}

#countdown h2 {
    margin: 0;
}

#countdown h2, 
#timer .text {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#timer {
    text-align: center;
    margin: 0 auto;
}

#countdown .number-container {
    display: inline-block;
    width: 10%;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    margin-right: 5%;
}

#countdown .number-container:last-child {
    margin-right: 0;
}

#countdown .number {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    font-size: 60px;
    letter-spacing: -2px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 35% 6%;
    border-radius: 10px;
}

#countdown .text {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    margin: 5% 5%;
}

/*---------------------------------
    RSVP Styles
----------------------------------*/
.rsvp-cf7 #rsvp {
    position: relative;
    background-color: transparent !important;
}

#rsvp form {
    float: left;
    width: 40%;
    margin-right: 5%;
    padding: 20px 20px 10px 20px;
}

#rsvp .widget-title {
    float: left;
    width: 45%;
}

#rsvp .section-heading {
    text-align: left;
    margin-bottom: 20px;
}

#rsvp .section-heading h2 {
    text-align: left;
}

#rsvp div.input {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

#rsvp div.text input {
    width: 95%;
}

#rsvp form select {
    width: 100% !important;
}

.alert {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid transparent;
}
.alert.success {
    border-color: green;
}
.alert.error {
    border-color: red;
}

.hidden {
    display: none;
}

/* -----------------------------------
    Contact Form 7 Forms
-----------------------------------*/
.rsvp-cf7 #rsvp .section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.rsvp-cf7 #rsvp form {
    float: none;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.rsvp-cf7 #rsvp div.text input {
    width: 100%;
}

.home-rsvp-cf7 .input-wrapper {
    margin-bottom: 0;
}

.rsvp-holder span.wpcf7-form-control-wrap {
    width: 100%;
}

.rsvp-holder span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

form.wpcf7-form  div.input > label {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

form.wpcf7-form  div.input > label,
form.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    font-size: .8em;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 7px;
}

.rsvp-holder .wpcf7-checkbox .wpcf7-list-item {
    float: left;
    width: auto;
    margin: 0 15px 15px 0;
}

form.wpcf7-form .wpcf7-response-output {
    font-size: .9em;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    border: none !important;
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
}

form.wpcf7-form .wpcf7-response-output:before {
    float: left;
    width: 30px;
    height: 30px;
    content: '\f071';
    font-family: 'FontAwesome';
    font-size: 24px;
    margin: 9px 7px;
}

form.wpcf7-form .wpcf7-validation-errors {
    background: #f20303 !important;
}

form.wpcf7-form .wpcf7-mail-sent-ok {
    background: #4a8d03 !important;
}

/*---------------------------------
    Gallery Styles
----------------------------------*/
.galleries {
    margin: 0 !important;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 240px;
    overflow: hidden;
    margin-right: 2.7%;
    margin-bottom: 2.7%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.gallery:after,Â 
.gallery:before {
    content: '';
    display: table;
    width: 100%;
}

section.main .gallery-item:nth-child(n+5) {
}

.gallery-item img {
    width: 100%;
    transition: all ease-in .8s;
}

.gallery-item.last {
    margin: 0;
}

.overlay {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.6);
    z-index: 5;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.galleries .overlay a {
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.gallery-item .overlay i {
    font-size: 35px;
    color: #f9f9f9;
    padding: 12px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 48%;
    margin-left: -20px;
}

/*-------------------------
    Home Blog & Event Styles
---------------------------*/
ul.posts-grid {
    margin: 0;
    font-size: 0;
}

ul.posts-grid li {
    width: 32%;
    display: inline-block;
    text-align: left;
    margin: 0 2% 60px 0;
    vertical-align: top;
    font-size: 15px;
}

ul.posts-grid li:nth-child(3n+3) {
    margin-right: 0;
}

ul.posts-grid li .blog-title h2 {
    font-size: 18px;
    margin: 0;
}

.thumbnail img {
    max-width: 100%;
    height: auto;
}

ul.posts-grid li .thumbnail {
    margin-bottom: 20px;
    line-height: 0;
    overflow: hidden;
}

ul.posts-grid li .thumbnail {
    background: #000;
}

ul.posts-grid li .thumbnail:hover img {
    opacity: .7;
}

ul.posts-grid .blog-title {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.blog-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 120%;
    letter-spacing: 0 !important;
}

.hentry .blog-title h3 {
    margin: 0;
}

.blog-title h2 a {
    color: #000;
}

.blog-title h2 a:hover {
    color: #e36060;
}

ul.posts-grid li .post-content {
    float: none !important;
    margin-top: 20px;
}

ul.posts-grid li .post-content .meta {
    margin-bottom: 10px !important;
}

.widget ul.event-info {
    margin: 0;
}

.widget ul.event-info li {
    list-style: none;
    margin: 0 0 5px 0;
}

.widget ul.event-info li label {
    font-weight: 700;
}

body.single-event #rightcol .widget .thumbnail {
    margin-bottom: 15px;
}

/* Blog posts */
#leftcol .hentry {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

#leftcol div.sticky {
    padding: 40px;
    border: 4px double #eee;
}

.hentry .blog-title h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
}

.hentry .blog-title h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.hentry .blog-title {
}


ul.posts-grid li .meta,
.hentry .meta {
    font: 12px 'Lato', Helvetica, Arial, sans-serif;
    color: #c8c8c8;
    margin: 10px 0 !important;
}

ul.posts-grid li .meta {
    margin-top: 0 !important;
}

ul.posts-grid li .meta span:after,
#leftcol .hentry .meta span:after {
    content: '';
    display: inline-block;
    padding: 0 10px;
}

ul.posts-grid li .meta span:last-child:after,
#leftcol .hentry .meta span:last-child:after {
    content: '';
    padding: 0;
}

ul.posts-grid li .meta span,
.hentry .meta span {
    display: inline-block;
    margin: 0;
}

ul.posts-grid li .meta span .fa,
.hentry .meta span .fa {
    width: 14px;
}

.hentry .meta a:hover,
.hentry .meta a:hover {
    color: #c9c9c9 !important;
}

.poshentryt-icon {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px #333;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.post-icon.icon-headphones {
    margin-top: 5px;
}

#leftcol .hentry .post-content {
    margin-top: 20px;
}

#leftcol .hentry .thumbnail {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#leftcol .hentry .thumbnail img {
    width: 100%;
}

#leftcol .hentry .thumbnail img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

#leftcol .hentry .thumbnail {
    margin-bottom: 15px;
}

.hentry .gallery-item,
ul#grid li.mix .gallery-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

body.single-gallery .post-content {
    float: none;
}

body.single-gallery .hentry .gallery-item {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.overlay .read-more {
    display: inline-block;
    background: none;
    font: 12px Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 5%;
    padding: 3%;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
}

.post-heading h3,
.comment-reply-title {
    font: 24px Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: bold;
    color: #000;
}

.post-heading i {
    font-size: 36px;
    color: #ccc;
    float: left;
}

/* Share Buttons */
.share-buttons {
    text-align: center;
    margin: 60px auto 40px auto;
}

.addthis_toolbox {
    text-align: center;
    margin: 30px auto;
}

.addthis_toolbox a {
    float: none !important;
    font-size: 13px;
    margin-right: 20px;
}

.addthis_toolbox span.fa {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.addthis_toolbox span.text {
    display: block;;
    font-weight: bold;
    margin-bottom: 10px;
}

.addthis_toolbox a.addthis_button_pinterest_pinit {
    position: relative;
    top: 5px;
}

.submit-comment {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 50px;
}

.comments-area {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;
}

body.page-template-page-guestbook .comments-area {
    margin-top: 0;
}

ul.comments {
    margin: 40px 0 0 0;
    padding: 0;
}

ul.comments li {
    list-style: none;
    margin-bottom: 40px;
    overflow: hidden;
}

ul.comments ul.children {
    margin-left: 60px;
}

ul.comments li.waiting {
    opacity: 0.3;
}

ul.comments .meta {
    margin-top: 0 !important;
}

.comment-thumbnail {
    float: left;
    width: 80px;
    margin-right: 5%;
}

.comment-thumbnail img {
    width: 100%;
    border-radius: 50%;
}

.comment-info {
    float: left;
    width: 73%;
}

.comment-head span {
    font-weight: normal;
}

.comment-content {
    margin-top: 10px;
    font-size: 14px;
}

.comment-head .name {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.comment-waiting p {
    color: #ff0000;
    font-size: 14px;
}

.comment-waiting {
    margin-top: 10px;
}

.comment-head a.name:hover > span {
    color: #666!important;
}

.comment-head .meta a {
    font-weight: bold;
}

.comment-respond {
    display: block;
    clear: both;
    margin-bottom: 40px;
}

.comment-respond form {
    margin-top: 30px;
}

form div.input {
    margin: 0 0 20px 0;
    position: relative;
}

form div.text {
    margin-left: 0;
}

form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="phone"],
form input[type="password"],
form div.text input, 
form div.input textarea {
    width: 100%;
    background: #f3f3f3;
    font: 15px/170% "Lato", Helvetica, Arial, sans-serif;
    color: #555;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 10px;
    border: 0;
}

form div.input.text {
    width: 60%;
}

form select {
    display: block;
    width: 63% !important;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form div.input > label {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: Lato;
}

form div.input label span {
    color: red;
}

form div.input input[type="radio"] {
    display: inline-block;
}

form div.radio .wpcf7-list-item-label {
    display: inline-block;
}

form div.input textarea {
    min-height: 140px;
}

form div.submit input,
.form-submit input,
form button,
a.btn {
    background: #e36060;
    font: 18px Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 10px 20px;
    border: none;
}

form.post-password-form p label {
    display: block;
    margin-bottom: 10px;
}

#pagination {
    color: #ccc;
    text-align: center;
    margin: 40px 0;
}

#pagination a {
    margin: 0 5%;
}

#pagination a.prev:before {
    content: '\276e';
    margin-right: 10px;
}

#pagination a.next:after {
    content: '\276f';
    margin-left: 10px;
}

/*-----------------------------
    Blog Styles
---------------------------------------*/
#leftcol {
    width: 63%;
    float: left;
}

#leftcol.full {
    width: 100%;
    float: none;
}

#rightcol {
    float: left;
    width: 32%;
    margin-left: 5%;
}

.posts.left .post {
    width: 100%;
    margin-left: 0 !important;
}

.sidebar-title h3 {
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.sidebar-title h3 label {
    background: #eee;
    display: inline-block;
    padding: 10px 15px;
}

.widget {
    margin-bottom: 50px;
}

.search-box {
    position: relative;
}

#sidebar p {
    font-size: 14px;
    color: #666;
}

.contact-form form .textarea textarea,ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â 
.contact-form select, 
.contact-form input[type="text"],
.contact-form input[type="email"], 
.contact-form input[type="password"],
.contact-form input[type="url"],
#search-input {
    margin: 0;
    padding: 10px 2%;
    display: block;
    width: 96%;
    border: 1px solid #ccc;
}


/* -----------------------------------
    Widget Styles 
-----------------------------------*/
p.no-widget {
    margin: 50px 0;
}

#rightcol p.no-widget {
    margin: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_rss ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    margin: 0 !important;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    float: none !important;
    list-style: none;
    margin: 0 0 5px 0 !important;
}

.widget_archive ul a,
.widget_categories ul a,
.widget_pages ul a,
.widget_rss ul a,
.widget_meta ul a,
.widget_nav_menu ul a,
.widget_recent_comments ul a,
.widget_recent_entries ul a {
    display: inline-block;
    width: 80%;
}

.widget_categories ul li a {
    color: #000;
}

.widget_categories ul li {
    font-size: 14px;
    margin-bottom: 10px !important;
}

.widget_categories ul li a i {
    margin-right: 10px;
    color: #838383 !important;
}

.widget_categories ul li a:hover {
    color: #e36060;
}

.widget.twitter .meta a {
    font-size: 11px;
    color: #555;
}

.widget.twitter ul {
    margin: 0;
    padding: 0;
}

.widget.twitter ul li {
    list-style: none;
}

.widget.twitter ul li p {
    margin-bottom: 0;
}

.widget.twitter ul li a i {
    margin-right: 5px;
}

.widget.twitter ul li {
    margin-bottom: 20px;
}

p.tags {
    margin: 40px 0 0 0;
}

.tags a,
.tagcloud a {
   font-size: 11px;
    background-color: #f0f0f0;
    margin-right: 10px;
    padding: 5px;
    color: #666;
}

.tagcloud a {
    background: none !important;
    margin: 0 5px 5px 0;
}

/*----------------------
    Contact & inputs
    ---------------------*/
.map {
    margin-bottom: 60px;
    overflow-x: hidden;
}

.map iframe {
    width: 100%;
}

.contact-form form .textarea textarea,
.contact-form input[type="text"],
.contact-form input[type="email"], 
.contact-form input[type="password"],
.contact-form input[type="url"],
.contact-form select {
    width: 50%;
    padding: 10px 2%;
    vertical-align: top;
    display: inline-block;
}

.contact-form label {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.contact-form {
    position: relative;
    margin-top:  30px;
}

body.home .contact-form {
    margin-top: 0;
}

.input-wrapper {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form select {
    width: inherit;
}

.contact-form form .textarea textarea {
    width: 97%;
    min-height: 120px;
    margin-bottom: 30px;
}

.contact-form div.input.text,
.contact-form div.input.textarea {
    display: inline-block;
    margin-bottom: 0;
}

.contact-form div.textarea textarea {
    border: 0;
    margin-bottom: 0;
}

.contact-form div.submit input {
    padding: 15px 20px;
}

.contact-form img.loader {
    position: relative;
    top: 7px;
    left: 5px;
}

.text-area-holder {
    display: inline-block;
    width: 79%;
}

form input[type="submit"],
form button,
a.btn {
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

form input[type="submit"]:hover,
form button:hover {
    background: #555;
    color: #fff;
}

/*----------------------
    Begin Gallery page 
    --------------------*/
.gallery-post #pagination {
    margin-top: 70px;
}

body.single-gallery .post-content {
    margin-top: 0;
}

.posts .galleries {
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    width: 48%;
    box-sizing: border-box;
    zoom: 1;
    *display: inline;
}

#grid .mix {
    width: 30.333%;
    height: auto;
    opacity: 0;
    display: none;
    vertical-align: top;
    zoom: 1;
    font-size: 1px;
    float: left;
    margin: 0 0 30px 0;
}

ul#grid {
    margin: 0;
}

ul#grid li.mix {margin: 1.5%;}

#grid .mix:nth-child(3n+3) {
}

body.tax-gallery_type #grid .mix {
    opacity: 100;
    display: block;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#grid {
    display: block;
    margin: 0;
    font-size: 0;
    text-align: justify;
    position: relative;
    margin-left: -1% !important;
    margin-right: -1% !important;
    box-sizing: inherit;
}

ul#grid:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.posts .galleries .gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 25% 4%;
    text-align: center;
}

.posts .gallery-title h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 700!important;
    line-height: 100%;
}

.posts .galleries .meta {
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}

.posts .galleries .thumbnail img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.posts .galleries.gallery-photos {
    width: 100%;
    text-align: left;
}

.posts .galleries.gallery-photos .gallery-item {
    width: 47.3%;
}

.posts .galleries.gallery-photos .gallery-item:nth-child(even) {
    margin-right: 0;
}

.galleries .overlay a.center {
    left: 50%;
    margin-left: -20px;
}

body.admin-bar .lg-toolbar {
    top: 32px;
}

img.scale {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.filters {
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: normal;
    color: #555;
}

.filters a {
    cursor: pointer;
    padding: 0 10px;
}

a.label:hover {
    color: #555!important;
}

.filters a:hover {
    color: #bbb;
}

.filters a.active {
    font-weight: bold;
}

.animate {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

/* -----------------------------------
    Standard WordPress Styles 
-----------------------------------*/
/* Post */
.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Image */
.hentry img {
    height: auto;
    transition: all ease-in .6s;
}

img.size-full {
}

img.alignnone {
    display: inline;
}

img.alignright {
    display: inline;
    margin-left: 20px;
    margin-bottom: 20px;
}

img.alignleft {
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
}

img.aligncenter  {
    display: block;
    margin: 0 auto;
}

div.alignnone {
    margin: 0 0 20px 0;
}

div.alignleft {
    margin: 0 20px 20px 0;
}

div.alignright {
    margin: 0 0 20px 20px;
}

div.aligncenter {
    margin: 20px auto;
}

ul.sub-menu {
    margin-bottom: 0;
}

.gallery { 
    margin: 25px auto; 
}

.gallery .gallery-item,
.galleries .gallery-item {
    width: 31.5%;
    display: inline-block;
    text-align: left;
    margin: 0 2% 30px 0;
    vertical-align: top;
}

.galleries .gallery-item:nth-child(3n+3) {
    margin-right: 0;
}

.gallery-columns-1 .gallery-item {
    margin-bottom: 20px;
}

.gallery-columns-2 .gallery-item { 
    width: 49% !important;
    margin: 0 1% 1% 0; 
}

.gallery-columns-3 .gallery-item { 
    width: 31% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-4 .gallery-item {
    width: 23% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-5 .gallery-item {
    width: 18% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-6 .gallery-item {
    width: 14.5% !important;
    margin: 0 1% 1% 0;
}

.gallery img {
    border: none !important;
}

.gallery img:hover {
    background: white;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 13px;
    margin: 0;
}

.gallery dl, .gallery dt { 
    margin: 0; 
}

.gallery br+br { 
    display: none; 
}

.gallery-caption,
.entry-caption {
    float: left;
    clear: both;
    width: 100%;
    font-size: .8em;
    line-height: 120%;
    margin-top: 5px !important;
}

.wp-caption {
    max-width: 100%;
    color: #aaa;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 1em;
    padding: 0;
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
    clear: both;
    font-size: 14px;
    font-style: normal;
    margin: 5px 0 0 0;
}

.sticky {}
.bypostauthor {}

/* ZillaShortcodes Styles */
.zilla-tabs .zilla-nav li a {
    font-size: .8em;
    font-weight: 700;
    height: 35px !important;
}

.zilla-tabs .zilla-nav .ui-tabs-selected a, 
.zilla-tabs .zilla-nav .ui-tabs-active a {
    height: 35px !important;
}

.sticky {}
.bypostauthor {}

/*--------------------------
    Footer Styles
------------------------------*/
#footer {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #eee;
    position: relative;
    background: #fff;
    margin-top: 80px;
}

body.home #footer,
body.page-template-page-home #footer {
    margin-top: 0;
}

#footer .container div {
    display: inline-block;
    font-size: 13px;
}

#footer .fa-heart {
    display: block;
    font-size: 30px;
    color: #eee;
    text-align: center;
    margin: -60px auto 30px auto;
    padding: 5px 10px;
}

.developer {
    float: right;
}

/* WordPress Calendar Widget */
table#wp-calendar {
    clear: both;
    width: 100%;
    font-size: 85%;
}

table#wp-calendar caption {
    text-align: center;
    padding-bottom: 10px;
}

table#wp-calendar th, 
table#wp-calendar td {
    text-align: center;
    padding: 2px;
}

table#wp-calendar td#prev,
table#wp-calendar td#next {
    padding-top: 10px;
}

table#wp-calendar td#prev {
    text-align: left;
}

table#wp-calendar td#next {
    text-align: right;
}

/* Fix WordPress audio player issue */
.mejs-controls div.mejs-horizontal-volume-slider {
    width: 30px !important;
}

/*Bridesman & Groomsmen*/

.section-text {
    max-width: 690px;
    text-align: center;
    margin: 0 auto 60px auto;
}

.friends .filters {
    text-align: center;
    margin-bottom: 60px;
}

.friends .filter-holder {
    display: inline-block;
}

.friends .filters a.filter.active {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: none;
    margin-top: -1px;
    color: #222;
}

.friends .filters a.filter {
    color: #aaa;
    border-bottom: solid 1px #ccc;
}

.friends a.filter.active {
    border-bottom: solid 1px #ccc;
}

.friends a.filter {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #414141;
    float: left;
    cursor: pointer;
    color: #151515;
}

.friends ul li {
    width: 15%;
    list-style: none;
    margin: 0 2% 2% 2%;
    text-align: center;
    display: none;
}

body.vc_editor .friends ul li {
    display: inline-block;
}

.friends ul li .thumbnail {
    display: inline-block;
    width: 140px;
    height: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 4px 6px 0 #ddd;
    overflow: hidden;
}

.friends ul li .thumbnail img {
    display: block;
}

.friends ul li h3.name {
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}

/**
 * 6.5 Guestbook
 * ----------------------------------------------------------------------------
 */

#guestbook {
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#guestbook .owl-wrapper-outer {
}

#guestbook .owl-item {
    text-align: left;
    padding: 0 25px;
}

.owl-pagination {text-align: center;margin-top: 40px;}

.owl-page {
    display: inline-block;
    margin: 0 5px;
}

.owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    border-radius: 5px;
}

.owl-page.active span,
.owl-page.active:hover span {
    background: #949494;
    cursor: auto;
}

.owl-page:hover span {
    background: #D0D0D0;
}

#guestbook .detail {
    margin-bottom: 20px;
}

#guestbook .guestbook .thumbnail {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden;
}

#guestbook .guestbook .name {
    float: left;
    width: 70%;
}

#guestbook .guestbook-content {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}

#guestbook .guestbook blockquote {
    margin: 0;
    padding: 0;
}

#guestbook .guestbook cite {
    display: block;
    font-style: normal;
    letter-spacing: 0;
    line-height: 110%;
    letter-spacing: 1px;
}

#guestbook .guestbook .relation {
    font-size: .85em;
    line-height: 100%;
    opacity: .6;
}

#guestbook .guestbook span.lquote,
#guestbook .guestbook span.rquote {
    font-size: 16px;
    font-weight: 700;
}

#guestbook .owl-controls {
    font-size: 32px;
}

#guestbook .owl-controls .owl-prev,
#guestbook .owl-controls .owl-next {
    color: #999;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#guestbook .owl-controls .owl-prev:hover,
#guestbook .owl-controls .owl-next:hover {
    color: #555;
}

#guestbook .owl-controls .owl-prev {
    left: -30px;
}

#guestbook .owl-controls .owl-next {
    right: -30px;
}

#guestbook .owl-controls .owl-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 24px;
}

#guestbook .owl-controls .owl-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 24px;
}

.home-guestbook p.view-all {
    text-align: center;
    margin: 30px auto;
}

.home-guestbook p.view-all a.btn {
    padding: 10px 20px;
}

/**
 * 6.6 Accommodations
 * ----------------------------------------------------------------------------
 */

#leftcol .accommodation .meta {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px !Important;
}

#leftcol .accommodation .meta ul {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
}

#leftcol .accommodation .meta ul li {
    float: left;
    width: 48%;
    list-style: none;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
}

#leftcol .accommodation .meta span {
    font: normal 10px Lato, Helvetica, Arial;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #9e9e9e;
}

#leftcol .accommodation .meta span i {
    font-size: 14px;
    margin-right: 3px;
    color: #edc037;
}

#leftcol .accommodation .address h4 { margin: 0; }

#rightcol .blog-title h2 { font-size: 18px; }

.widget ul, .widget ul li {
    margin: 0;
    list-style-type: none;
}
.widget.widget-single-accommodation ul li {
    margin-bottom: 30px;
}

.widget.widget-single-accommodation ul li .blog-title h3 {
    font-size: 18px;
    margin-top: 10px;
}

/* Ranting */
.rating {
    position: relative;
}

.rating-container i.fa-star-o {
    color: #ccc !important;
}

.user-rating {
    position: absolute;
    top: 0;
    left: 0;
}

.user-rating i.fa-star-o {
    color: #edc037;
}

body.single-accommodation #leftcontent .meta .user-rating {
    top: -5px;
}

/**
 * 6.7 Gift
 * ----------------------------------------------------------------------------
 */

.home-gift ul.posts-grid li { width: 23%; }

section.home-gift .content ul.posts-grid li.hentry img {
    margin: 0 auto;
}

section.home-gift .content ul.posts-grid li.hentry .thumbnail:hover img {
    transform: none;
}

section.home-gift .content ul.posts-grid li.hentry .thumbnail {
    background: none;
}

/**
 * 6.8 Couple Tweets
 * ----------------------------------------------------------------------------
 */

ul#tweets-updates li.grooms-tweets {
    float: left;
 }

ul#tweets-updates li.right {
    float: right;
 }

/* --- Custom VC element ---
------------------------------ */
.compose-mode .vc_controls>.vc_controls-out-tl {
    top: 0px !important;
}

.compose-mode .vc_controls > .vc_controls-cc > :first-child .vc_btn-content {
    background-color: #afd23e;
}

.compose-mode .vc_controls > .vc_controls-cc > :last-child .vc_btn-content {
    background-color: #afd23e;
}

.compose-mode .vc_controls-container .vc_controls-out-tl > div .vc_btn-content {
    background-color: #afd23e;
    border-color: #afd23e;
}

.compose-mode .vc_controls-container .vc_controls-out-tl > div .vc_control-btn .vc_btn-content:hover {
    background-color: #669c22 !important;
}

.vc_warrior_vc_featured_slideshow .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_about_couple .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_countdown .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_gallery .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_couple_tweet .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_bridesmaid_groomsmen .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_guestbook .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_map .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_blog .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_events .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_accommodations .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_rsvp .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_featured_gift .vc_controls > .vc_controls-out-tl {
    left: 40% !important;
    top: 40% !important;
}

.vc_row .vc_custom_heading span {
    font-weight: 400 !important;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}

#scroll-top {
    transition: all 0.4s ease-in-out;
    opacity: .6;
}

#scroll-top:hover {
    opacity: 1
}

#scroll-top {
    color: #ffffff;
    background-color: #f20c36;
    position: fixed;
    right: 50px;
    bottom: 55px;
    z-index: 999;
    padding: 5px 12px;
    width: 33px;
    height: 36px;
    -webkit-transform: translate3d(0,0,0);
}
.bg-float-btn {
    position: fixed;
    z-index: 998; 
    bottom: 10px;
    right: 100px;
}
#bg-btn{
    color: #ffffff;
    cursor:pointer;
    background-color: #f20c36;
    position: fixed;
    right: 50px;
    bottom: 88px;
    z-index: 999;
    padding: 6px 10px;
    width: 33px;
    height: 36px;
    -webkit-transform: translate3d(0,0,0);
}

 .page.timeline-page {
    padding-bottom: 0;
}

.history {
    position: relative;
    overflow: hidden;
}

.timeline-page .container {
    max-width: 900px;
}

.full-width-content.timeline {
    position: relative;
    margin-top: -70px;
    padding: 0 0 100px 0;
}

.timeline:before {
    background: #eee;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 6px;
    margin-left: -3px;
}

.timeline ul {
    margin: 0;
    padding: 70px 0 0 0;
}

.timeline ul li {
    width: 50%;
    list-style: none;
    padding: 0 3%;
    position: relative;
}

.timeline ul li.odd {
    float: left;
    clear: left;
}

.timeline ul li.odd:before {
    right: -12px;
}

.timeline ul li:before {
    background: #fff;
    font-family: "typicons";
    content: "\e120";
    width: 24px;
    height: 24px;
    color: #ddd;
    line-height: 160%;
    position: absolute;
    text-align: center;
    margin-top: 15px;
}

.timeline ul li.even {
    float: right;
    clear: right;
}

.timeline ul li.even:before {
    left: -12px;
}

.timeline ul > li {
    margin-top: 60px;
}

.timeline ul > li:nth-child(2) {
    margin-top: 150px;
}

.timeline .meta {
    text-align: right;
    margin-bottom: 5px;
}

.timeline .thumbnail img {
    width: 100%;
}

.timeline .meta i.fa {
    font-size: 12px;
    margin-right: 2px;
}

.timeline .meta span {
    margin-right: 0;
    margin-left: 15px;
}

.timeline ul li.even .meta {
    text-align: left;
}

.timeline ul li.even .meta span {
    margin-right: 10px;
    margin-left: 0;
}

.timeline article.type-history {
    background: #fff;
    border: none;
}

.timeline article.type-history .post-wrapper {
    padding: 20px 0 0 0;
    border: none !important;
    border-top: none !important;
    margin-top: -6px;
    border-radius: 5px;
}

.timeline article.type-history .post-wrapper h3.post-title {
    text-align: left;
}

.timeline article.type-history .post-wrapper p {
    font-size: .95em;
}

.moment .post-title {
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin: 0 0 15px 0 !important;
}
.page-404 {
    padding-top: 100px;
}

.page-404 .post-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-404 .post-title h1 {
    font-size: 15em;
    font-weight: 700;
    color: #333;
    line-height: 100%;
}

.page-404 .post-content {
    font-size: 18px;
    text-align: center;
    padding: 20px;
}
.page-404 .post-title h3 {
    font-size: 3em;
    color: #999;
    line-height: 100%;
}
.error404 #footer{
    margin-top: 0;
}

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}  


.vc_row[data-vc-full-width].vc_hidden {
    opacity: 1 !important;
}