/* Theme Name:   nomagic
Theme URI:    //www.weddingtweet.com/
Description:  My first child theme, based on Brood
Author:       Raj Uimatic
Author URI:   http://uimatic.com/
Template:     brood
Version:      1.0.2*/

@import url("parent.css?121");

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

ol {
    padding: 0px;
}

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

@font-face {
    font-family: "flexslider-icon";
    src: url("fonts/webfonts/flexslider-icon.eot");
    src: url("fonts/webfonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
        url("fonts/webfonts/flexslider-icon.woff") format("woff"),
        url ("fonts/webfonts/flexslider-icon.ttf") format("truetype"),
        url("fonts/webfonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pt_sans_narrowregular";
    src: url("fonts/ptn57f.woff2") format("woff2"), url("fonts/ptn57f.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "EdwardianScriptITC";
    src: url("fonts/EdwardianScriptITC.eot?#iefix") format("embedded-opentype"),
        url("fonts/webfont/EdwardianScriptITC.woff") format("woff"),
        url ("fonts/webfont/EdwardianScriptITC.ttf") format("truetype"),
        url("fonts/webfont/EdwardianScriptITC.svg#EdwardianScriptITC") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato" !important;
}

.site-branding {
    float: left;
    font-family: "Lato" !important;
}

.hfeed.site {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.padd-left {
    padding-left: 0px;
}

.padd-right {
    padding-right: 0px;
}

.padd-0 {
    padding: 0px;
}

.home .header {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
}

.header {
    background:
         #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.header #navigation #menu-main-menu > li:last-child a {
    font-weight: bold;
    color: #e9287a;
    font-size: 12px;
}

.header #navigation #menu-main-menu > li.current-menu-item:last-child a {
    color: white;
}

.header #navigation #menu-main-menu > li:last-child a:hover {
    color: white;
}
.header-top p {
	color: var(--primary-color);
	font-size: var(--paragraph);
	line-height: 14px;
}

.header-top a.top_btn span {
	width: 24px;
	height: 24px;
	border-radius: 20px;
	font-size: var(--paragraph-small);
	font-weight: 700;
	color: var(--primary-color);
	background: rgba(var(--button-light-bg), 0.3);
}

nav.wedding-navbar {
	background: var(--light-color) none repeat scroll 0 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	border: 0 none;
}

.header-top .dropdown .sub-menu {
	min-width: auto;
	border-top: 1px solid var(--primary-color);
	font-size: var(--small);
}

.header-top .dropdown .sub-menu .dropdown-item {
	font-size: var(--small);
	transition: all eas-in-out 500ms;
}

.header-top .dropdown .sub-menu .dropdown-item:hover,
.header-top .dropdown .sub-menu .dropdown-item:active {
	background-color: var(--primary-color);
	color: var(--light-color);
	transition: all eas-in-out 500ms;
}

img {
    border: medium none;
    margin: 0;
    padding: 0;
}

section img,
img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;

    margin: 0 0 20px;
    padding: 0;
}

a {
    outline: medium none;
    text-decoration: none;
}

.site-main article,
.site-pagination li a,
.widget,
.entry-author,
.comments-area,
.nav-links > div {
    box-shadow: none;
}

.post-navigation,
.posts-navigation {
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
    float: left;
    width: 100%;
}

.site-main .entry-title {
    line-height: 1.1;
}

.site-main .entry-media {
    margin: 0px;
    background-size: cover;
    height: auto;
    background-position: center center;
}

.site-main .content-archive-page .entry-media {
    height: 180px;
    max-width: 100%;
}

.container.archive {
    padding-top: 0px;
}

.archive h1.page-title {
    padding: 0 0 0px;
    margin: 0px;
}

.site-main .entry-media img.wp-post-image {
    max-width: 80%;
}

.site-main .entry-media img {
    height: auto;
}

.entry-media-full img {
    width: 100%;
    height: auto;
}

.nomagic-entry-footer {
    display: block;
    float: left;
    margin: 10px 0 15px;
    width: 100%;
}

.nomagic-entry-footer .tags-links a {
    border: 1px #ccc solid;
    padding: 4px 6px;
    float: left;
    margin: 1px;
}

.nomagic-entry-footer .tags-links i {
    float: left;
}

.home-image-featured-post {
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px #e7598b solid;
    max-width: 100%;
    width: 350px;
    height: 350px;
    display: block;
    background: url(/wp-content/uploads/2016/07/wedding.png);
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

a:hover {
    outline: medium none;
    text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

article ul,
article ol {
    margin: 0 0 15px 15px;
}

article ul li {
    list-style: outside none disc;
}

.clear {
    clear: both;
}

.navbar-default {
    border: 0px;
    margin-bottom: 0px;
}

.header {
    height: auto;
    padding: 0;
    width: 100%;
    z-index: 999999;
}

.header .header-inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header .header-inner .logo {
    padding: 0;
    text-align: center;
    float: left;
}

.header .header-inner .logo h1 {
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.header .header-inner .logo a {
    color: #ffffff;
}

/*.header .header-inner .logo img {height: 75px;}*/

.header .header-inner .logo img {
    height: 70px;
    padding-top: 3px;
}

.logo span.textlogo {
    background: rgba(0, 0, 0, 0) url("images/leftstyle.png") no-repeat scroll left bottom;
    color: #e7598b;
    font-size: 55px;
    line-height: 80px;
    padding: 8px 0 8px 115px;
    text-align: center;
}

.navbar-default {
    background: transparent;
    /* float: right; */
}

#navigation {
    /* background-color: #e7598b;border-bottom: 6px solid #c34370;border-radius: 5px;*/

    font: 400 15px/30px "Roboto", sans-serif;
    position: relative;
    z-index: 999;
}

#navigation ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

#navigation ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    position: relative;
    float: none;
}

#navigation ul li a {
    color: #fff;
    display: block;
    font-family: open sans;
    font-size: 14px;
    line-height: 45px;
    padding: 15px 20px;
    text-transform: uppercase;
}

#navigation ul li a:hover,
#navigation ul li.current_page_item a,
#navigation ul li.current-menu-parent a.parent,
#navigation ul li.current-menu-item > a {
    background-color: #e9287a;
}

#navigation ul li.current_page_item ul li a {
    background: transparent none repeat scroll 0 0;
}

#navigation ul li:hover ul {
    display: block;
    position: absolute;
    width: 100%;
}

#navigation ul li ul {
    background-color: #e7598b;
    display: none;
    padding: 0;
    position: relative;
}

#navigation ul li ul li {
    display: block;
    float: none;
    position: relative;
}

#navigation ul > li.menu-item-has-children:hover {
    background: #e7598b;
}

.menu-item-has-children > a:after {
    content: "+";
    margin-left: 5px;
}

#navigation ul li ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
}

#navigation ul li:hover ul li ul,
#navigation ul li:hover ul li:hover ul li ul {
    display: none;
}

#navigation ul li:hover ul li:hover ul,
#navigation ul li:hover ul li:hover ul li:hover ul {
    display: block;
    left: 198px;
    top: 0;
}

.header.scroll-fixed .header-inner .logo img {
    height: auto;
    max-width: 250px;
    transition: all 0.5s ease 0s;
}

.scroll-fixed .navbar-collapse ul li {
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.header.scroll-fixed #navigation {
    /*border-bottom: 3px solid #c34370;height: 43px;*/

    transition: all 0.2s ease 0s;
}

.header.scroll-fixed #navigation ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-right: 1px;
    padding: 12px 20px 0;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

/* Common css style goes here */

#content > .container {
    padding: 0px;
}

.single-post #content > .container,
.blog #content > .container {
    /*max-width: 960px;*/
    display: flex;
}

a.cta-btn {
    background: none;
    border: none;
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
}

a.cta-btn.extra-mar {
    margin-top: 30px;
}

a.cta-btn {
    background: #b8005d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    max-width: 310px;
    padding: 15px;
    width: 100%;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

a.cta-btn::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%)
        repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

a.cta-btn:hover,
a.cta-btn:focus,
a.cta-btn:active {
    transform: translateY(-5px);
}

a.cta-btn:hover::before,
a.cta-btn:focus::before,
a.cta-btn:active::before {
    opacity: 1;
    transform: translateY(5px);
}

.cta-cont-themes {
    display: block;
    padding-top: 18px;
}

.cta-cont-large {
    float: none;
    clear: both;
    display: block;
}

.cta-cont-large .cta-btn {
    max-width: 260px;
}

.feature-section h3,
.how-it-work h3,
.theme-section h3,
.blog-section h3,
.price-section h3,
.testimonial-section h3 {
    color: #cc007d;
    font-family: "Pinyon Script", cursive;
    font-size: 80px;
    margin: 0px;
}

/* banner section */

.banner-section {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/nomagic/assets/images/banner-opt.jpg") no-repeat scroll 0 0 /
        cover;
    height: 615px;
    margin-top: -20px;
    width: 100%;
    background-position: center center;
}

.banner-text-section {
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.banner-text-section h3 {
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 60px;
    position: relative;
    text-shadow: 0 -1px 0 #e7598b;
    top: 35%;
    padding: 10px 84px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.36);
}

.banner-section.single-blog {
    height: 60vh;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
}

/* about section */

.about-us-section {
    padding: 60px 0;
}

.left-arrow,
.right-arrow {
    padding: 0 0;
}

.about-us-section h3 {
    color: #e7598b;
    font-family: "PT Sans", sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

/* feature section */

.feature-section {
    background: url("/wp-content/themes/nomagic/assets/images/feature-bg.jpg") no-repeat scroll 0 0 / cover;
    float: left;
    padding: 120px 0;
    position: relative;
    width: 100%;
    z-index: 90;
}

.cloud-top,
.cloud-bottom {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/nomagic/assets/images/cloud.png") repeat-x scroll 0 0;
    float: left;
    height: 44px;
    position: absolute;
    width: 100%;
    z-index: 97;
    top: 0;
}

.cloud-bottom {
    bottom: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: 0;
    top: auto;
}

.inner-box {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid #fdcea1;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.inner-box h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0;
    color: #c64172;
    transition: all 0.5s ease;
}

.inner-box:hover {
    background: rgba(245, 172, 155, 0.3) none repeat scroll 0 0;
}

.inner-box:hover h4 {
    color: #fff;
}

/*  work section */

.how-it-work {
    float: left;
    padding: 30px 0;
    width: 100%;
}

.work-inner {
    padding: 35px 0 20px;
}

.work-inner h4,
.work-inner ul li {
    color: #e7598b;
    margin: 0px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.work-inner p {
    margin: 0px;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
}

.work-inner ul {
    display: block;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.work-inner ul li {
    background: url("/wp-content/themes/nomagic/assets/images/list-bg.png") no-repeat scroll 0 6px;
    display: inline-block;
    padding: 4px 38px 15px;
}

/* theme section */

.theme-section {
    background: url("/wp-content/themes/nomagic/assets/images/theme-bg.jpg") no-repeat scroll 0 center;
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0;
    background-size: cover;
}

.theme-section h3 {
    color: #fff;
    padding-bottom: 20px;
}

.theme_img {
    border: 5px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.theme_img img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

/* blog page */
article > .col-md-4,
article > .col-md-8 {
    padding-left: 0px;
}

.blog-section {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 0;
}

.blog-section .container {
    margin: 40px auto;
}

.left-heart {
    padding: 0 30px;
}

.blog-img-container {
    border-radius: 100%;
    float: left;
    min-height: 357px;
    padding: 5px;
    position: absolute;
}

.blog-container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    float: right;
    min-height: 357px;
    position: relative;
    width: 357px;
    z-index: 2;
}

.blog-content {
    height: auto;
    margin: 60px auto 0;
    max-width: 255px;
}

.blog-title {
    border-bottom: 1px solid #80364c;
    color: #404040;
    font-size: 18px;
    padding: 10px 0;
    text-align: center !important;
}

.blog-title a {
    color: #80364c;
}

.more-from-blog {
    display: inline-block;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

.blog-section a.cta-btn {
    margin: 15px auto 10px;
}

.entry-summary {
    color: #515151;
    font-size: 13px;
}

.blog-content p {
    color: #404040;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    padding: 0;
    text-align: center;
}

.blog-meta {
    color: #a3a3a3;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px;
    text-align: center;
}

.blog-design-elements {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/nomagic/assets/images/blog-design-element.png") no-repeat
        scroll 0 0;
    height: 38px;
    margin: 0 auto 20px;
    width: 52px;
    display: block;
}

.blog-title-bottom {
    color: #404040;
    font-size: 18px;

    padding: 10px 0;
    text-align: center;
}

.mpp-toc-container.bottom {
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
}

.mpp-toc-container.bottom .mpp-toc-title h2 {
    font-size: 20px !important;
    text-align: left;
    letter-spacing: 1px;
}

.mpp-toc-container.bottom nav.mpp-toc.toc ul li {
    float: left;
    padding: 1px 15px;
    font-size: 15px;
    width: 100%;
    margin-right: 8px;
    min-height: 35px;
    text-decoration: none;
    line-height: 33px;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.mpp-toc-container.bottom nav.mpp-toc.toc ul li a {
    text-decoration: none;
    border: 0;
    font-size: 16px;
    color: #e9287a;
    font-weight: 600;
}

nav.mpp-post-navigation {
    float: left;
    background: #f5f5f5;
    padding: 3px 10px;
}

nav.mpp-post-navigation .nav-links a {
    color: #e9287a;
    border: 0;
    font-weight: 600;
    font-size: 17px;
}

/* Opacity #2 .theme_img {background: rgba(255, 255, 255, 0.5);}.theme_img img {opacity: 1;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}.theme_img:hover img {opacity: .5;}*/
/* testimonial section  */
/* How it work new style */
.how-it-work .col-sm-4 {
    border: 0.3px dashed #e5e5e5;
    cursor: pointer;
    margin-bottom: 25px;
    padding-top: 15px;
    height: 311px;
}

.how-it-work .col-sm-4.theme::before {
    content: "1";
}

.how-it-work .col-sm-4::before {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 50%;
    color: #999;
    content: "";
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    left: -25px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    top: -20px;
    width: 50px;
}

.how-it-work .col-sm-4.content-upload::before {
    content: "2";
}

.how-it-work .col-sm-4.invite::before {
    content: "3";
}

.how-it-work img {
    max-width: 255px;
    opacity: 0.6;
    transition: opacity 0.5s ease 0s;
}

.how-it-work .content-upload img {
    max-width: 165px;
}

.how-it-work .col-sm-4:hover img {
    opacity: 1;
}

.homepage-vendors-widget {
    margin-top: 20px;
}

.testimonial-section {
    background: url("/wp-content/themes/nomagic/assets/images/testimonial-bg.jpg") no-repeat scroll 0 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0 50px;
    background-size: cover;
}

.testimonial-section h3 {
    color: #fff;
}

.quote {
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
}

.flower {
    display: block;
    margin: -15px 0 10px;
    overflow: hidden;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    height: 200px;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #ffffff;
    border: none;
}

.carousel-indicators li {
    width: 17px !important;
    height: 17px !important;
    margin: 0px !important;
}

.carousel-indicators > li.active {
    background: #f6d110 !important;
    width: 17px !important;
    height: 17px !important;
    margin-right: 0px !important;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.item p {
    color: #fff;
}

/* == price section === */

.price-section {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 50px 0;
}

.price-section .container {
    max-width: 100%;
}

.price-section h3 {
    padding: 0px 0 10px;
}

p.package-description {
    /* border: 1px red solid; */
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 10px 35px;
}

.item-table {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 20px 0 0;
    position: relative;
    text-align: center;
}

.item-table:hover {
    box-shadow: 0 2px 10px 0 #e8e8e8, 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.table-item-highlighted {
    margin-top: 0;
    padding-bottom: 20px;
    z-index: 90;
}

.tables-together .item-table {
    float: left;
    width: 33%;
    padding-bottom: 30px;
}

.last-table ul li strong {
    padding: 0 15px;
}

.tables-together .table-item-highlighted {
    margin-top: 0;
    padding-bottom: 20px;
    width: 34%;
}

.table-item-highlighted .table-cta {
    margin-bottom: 0;
}

.table-header {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 5px 5px 0 0;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0;
    padding: 30px 0 20px;
    text-shadow: 0 2px #fff;
}

.table-item-highlighted .table-header {
    padding-bottom: 20px;
    padding-top: 60px;
}

.table-tagline {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #fcfcfc 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    color: #e9287a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6em;
    padding: 0.5rem 0;
    /*text-transform: uppercase;*/
}

.table-price {
    font-weight: 700;
    position: relative;
}

.table-price-currency {
    font-size: 28px;
    left: auto;
    /*position: absolute;*/
    /*top: 10px;*/
}

.table-price-whole {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 74px;
    margin: 0 5px 0 0px;
}

.table-price-decimals {
    font-size: 22px;
    position: absolute;
    top: 10px;
}

.table-price-period {
    font-size: 16px;
    text-transform: uppercase;
}

.table-discount {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    height: 109px;
    letter-spacing: -1px;
    line-height: 35px;
    padding-top: 25px;
    position: absolute;
    top: -40px;
    width: 100%;
}

.table-price-discountinfo {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin: 0;
}

.table-price-discountinfo em {
    font-weight: 600;
}

.table-features {
    border-top: 1px solid #ebebeb;
    margin: 20px 0;
}

.table-features-item {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

.table-features li {
    letter-spacing: 0.3px;
    line-height: 22px;
    padding: 8px 0;
}

.table-cta {
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.widget > ul > li > a {
    padding: 0px 10px;
    float: left;
    clear: both;
}

.widget {
    padding: 10px 0px;
    margin-bottom: 0px;
}

.table-cta em {
    letter-spacing: 0.05rem;
}

body .item-table a.button-base {
    background-color: #ababab;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 3px 0 #adadad, 0 6px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 0;
    letter-spacing: 0.5px;
    line-height: 0;
    margin-top: 10px;
    padding: 22px 21px 20px;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.button-base:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.table-shadow-left {
    right: -1px;
}

.table-shadow-right {
    left: -1px;
}

.table-shadow {
    height: 557px;
    margin-top: -239px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.separated-four .item-table .table-price-discountinfo {
    line-height: normal;
    padding: 5px 10px 0rem;
}

a,
a:hover,
.item-table:hover,
.item-table {
    transition: all 0.3s ease 0s;
}

.box-action .button,
.btn-primary,
#theme-options .layout-style li.active,
.title-section .title .line-title,
.title-section .subtitle-section,
.item-table:hover .button-base {
    background: #e9287a;
    margin-top: 5px;
    border: 0px;
}

.table-discount {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/nomagic/assets/images/discount.png") no-repeat scroll center
        top;
}

.title-subtitle span,
h2.title-resalt span,
.table-price,
.table-price-discountinfo em,
.title-section .title h1 {
    color: #e1483f;
}

.ribbon {
    position: absolute;
    top: 0;
}

.tables-together .table-item-highlighted .ribbon {
    left: 0;
    top: 0;
    width: 112px;
}

.tables-together .table-item-highlighted .ribbon img {
    width: 100%;
}

.border {
    bottom: 0;
    left: 0;
    position: absolute;
}

.border.right {
    bottom: 0;
    float: right;
    left: auto;
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
}

/* post section strat*/
body.home {
    background: #fff none repeat scroll 0 0;
}

body {
    background: #f5f5f5 none repeat scroll 0 0;
}

.single-post .posted-on a time,
.single-post .entry-meta span a {
    color: #e9287a;
}

.single-post .posted-on a time,
.single-post .entry-meta span a {
    color: #e9287a;
}

.footer_section .form-control {
    height: 48px;
}
.footer_nav_copyright {
    padding-top: 20px;
}

.sidebar-main .widget ul > li {
    border-bottom: 1px solid #e3e4e4;
    border-top: 0 none;
    font-size: 13px;
    padding: 10px 0;
}

#sidebar .sidebar__inner.blog-sidebar {
    width: 100%;
}

.archive .page-header {
    box-shadow: 0 0 0;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0px 15px;
}

.entry-header a,
.entry-header h2,
.archive .page-header h1 {
    color: #e9287a;
    font-size: 25px;
    opacity: 1;
}

.entry-meta span {
    color: #e9287a;
}

.widget.widget_post_views_counter_list_widget ul li,
.widget.widget_post_views_counter_list_widget ul li a {
    display: block;
    float: none;
    text-align: center;
}

.widget.widget_post_views_counter_list_widget ul li::before {
    display: none;
}

.sidebar-main .widget ul > li::before {
    padding-right: 1px;
    display: none;
}

.single-post article.type-post p iframe {
    width: 100%;
}

body.page-template-template-fullwidth {
    background: #fff none repeat scroll 0 0;
}

body.page-template-template-fullwidth article {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0;
}

.widget-title {
    margin-bottom: 10px;
}

.comment .avatar {
    float: left;
    margin-right: 10px;
}

.comment-content h3.comment-author {
    font-size: 16px;
    margin-bottom: 3px;
    float: left;
    font-weight: bold;
    padding: 3px 10px 0px 10px;
}

.comment-text,
.comment-reply {
    /* border: 1px red solid; */
    text-align: left;
    float: left;
    clear: both;
    padding-left: 10px;
}

.comment-meta a,
.comment-reply a {
    color: #ec418a;
}

body.archive #main.site-main {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 0;
    float: left;
    padding: 0;
    width: 100%;
}

.single-post .col-md-10.centered-post {
    float: none;
    margin: 0 auto;
}

.single-post .site-main .comments-area {
    background-color: #fff;
    float: left;
    width: 100%;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.single-post .nomagic-featured-vendors {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0 0;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    float: left;
}

.single-post .nomagic-featured-vendors h3 {
    color: #ed4c90;
    font-size: 21px;
    float: left;
    width: 100%;
}

.single-post .nomagic-featured-vendors .col-sm-3 {
    padding: 3px;
}

.sidebar-main .excerpt-content {
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 12px;
    padding: 0 0 10px;
}

.sidebar-main .excerpt-content:hover {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

.single-post .nomagic-featured-vendors div a {
    background: rgba(243, 243, 243, 0.1) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 0;
    width: 100%;
}

.single-post .nomagic-featured-vendors div a div.vendors-excerpt {
    padding: 5px 0;
    height: 40px;
}

.single-post .nomagic-featured-vendors div a div {
    color: #e9287a;
    font-size: 14px;
    line-height: 15px;
    padding: 0;
    text-align: center;
}

.single-post .nomagic-featured-vendors div a img {
    height: auto;
}

.post-main div {
    padding: 0;
    /*width: 100%;*/
}

.post-main div img {
    width: 100%;
    height: auto;
}

.post-main div.post-text {
    background: #fafafa none repeat scroll 0 0;
    /* border: 1px solid #f9f9f9; */
    color: #ea2c7d;
    font-size: 18px;
    padding: 14px;
    /* text-align: center; */
}

.share-wedding,
.wedding-idea {
    background: url(https://s3-ap-southeast-1.amazonaws.com/wishnwed-blog-media/wordpress/uploads/2020/02/80874706_2976522452367062_1757973897149415424_o.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 0;
}

.wedding-idea {
    background: url(https://s3-ap-southeast-1.amazonaws.com/wishnwed-blog-media/wordpress/uploads/2020/03/13102303/8-890x500.jpg);
}

.share-wedding::before,
.wedding-idea::before {
    content: "";
    background: #000;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-post .nomagic-entry-footer a.post-edit-link:last-child {
    border: 0 none;
}

.share-wedding a,
.wedding-idea a {
    color: #fff;
}

.social-advertise {
    margin: 0 0 45px;
    float: left;
    width: 100%;
}

.full-bg.white-bg {
    padding: 25px 0;
    margin: 40px 0 0;
    float: none;
    overflow: hidden;
}

.single-post .btn-cta {
    background-color: #e9287a;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
}

.btn-cta:hover {
    background: #000 none repeat scroll 0 0;
}

.nomagic-related-posts {

    float: left;
}

.nomagic-related-posts h3 {
    padding: 0 5px;
}



.single-post #secondary {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    padding-top: 0;
}

.sidebar-main .widget ul > li > a {
    color: #e9287a;
}

#commentform textarea.form-control {
    height: 60px;
    resize: none;
}

/* footer section */
/* Start Footer Section */
.footer-wrap-social a {
    padding-right: 10px;
    color: #e12877;
    font-size: 0.8em;
}

.footer-wrap-social.under-post {
    border: 1px rgba(255, 0, 0, 0.3) solid;
    float: left;
    width: 100%;
    /* padding: 10px; */
}

.footer-wrap-social.under-post span {
    padding: 15px 26px;
    display: block;
    float: left;
    /* background: white; */
    font-size: 18px;
    font-weight: bold;
}

.footer-wrap-social.under-post a {
    border-left: 1px rgba(255, 0, 0, 0.3) solid;
    float: right;
    padding: 11px 20px;
    background: palegoldenrod;
}

.footer-section {
    border-bottom: 1px solid #0f0f0f;
    background: #222222;
    color: #999;
    font-weight: 400;
    padding: 25px 0 0px;
    width: 100%;
    float: left;
}

.footer-section p {
    color: #999;
}

.footer-section .section-title {
    color: #c5c5c5;
}

.footer-section .section-heading-2 span:after {
    background: #434343;
}

.footer-section .section-heading-2 .section-title:after {
    background-color: #363636;
}

.footer-section .section-heading-2 h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-address .address-link {
    float: left;
}

.footer-address ul li {
    padding: 5px 0;
    clear: both;
}

.footer-address ul li .fa {
    color: #e12877;
    float: left;
    font-size: 19px;
    height: 25px;
    margin-right: 13px;
    padding-top: 4px;
}

.footer-address ul li a {
    color: #9d9d9d;
}

.widget_nav_menu ul li:first-child {
    border-top: 0 none;
}

.widget_nav_menu ul li:last-child {
    border-bottom: 0 none;
}

.footer-address ul li a:hover {
    color: #ff432e;
}

.latest-tweet .media-body {
    padding: 5px 14px 5px 6px;
}

.latest-tweet .media-body p {
    font-size: 13px;
    color: #aaa;
}

.latest-tweet h4.media-heading {
    font-size: 10px;
    color: #ff432e;
}

.footer-social ul.social-list li {
    padding-right: 2px;
}

.footer-social ul.social-list li a i {
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.footer-social ul.social-list li a {
    background: #2e2e2e;
    color: #9d9d9d;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.footer-social ul.social-list li a:hover {
    background: #ff432e;
    color: #000;
}

.flickr-widget li {
    border: 1px solid #e5e5e5;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 23.97%;
    display: none;
}

.flickr-widget li img {
    width: 100%;
    height: auto;
}

.flickr-widget li img {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.flickr-widget li img:hover {
    opacity: 1;
}

/* End Footer Section */
/* Start Copyright Section */

.copyright-section {
    border-top: 1px solid #363636;
    font-size: 12px;
    padding: 10px 0;
    background: #1d1d1d;
    color: #7f7f7f;
    width: 100%;
    float: left;
}

/* common footer begins */
.footer {
    background-color: #252525;
    color: white;
    display: block;
    padding: 0px 0px;
    float: left;
    width: 100%;
}

.pre-footer {
    /*  background : rgba(68, 68, 68, 0.87);
      background: url(../images/testimonial.jpg) no-repeat scroll 50% 50% / cover;*/
    background: #30373b;
    min-height: 100px;
    float: left;
    clear: both;
    width: 100%;
}

.footer-title-main {
    color: #c7c7c7;
    font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial,
        sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-weight: 300;
}

.footer h6 {
    font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial,
        sans-serif;
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-social-icons a i:hover {
    color: white;
}

ul.footer-social-icons li {
    font-size: 15.08px;
}

ul.footer-social-icons {
    text-align: center;
    padding: 2px 0px 26px;
}

ul.footer-social-icons li {
    display: inline-block;
    padding: 0px 10.5px;
}

.footer-social-icons a i {
    color: #c7c7c7;
    transition: 0.4s all ease;
}

/* common footer ends */
.copyright {
    font-size: 16px;
}

.copyright-section a {
    color: #7f7f7f;
}

.copyright-section a:hover {
    color: #ff432e;
}

.copyright-menu li {
    display: inline;
    padding-left: 10px;
}

.copyright-menu li a {
    color: #7f7f7f;
    font-weight: 500;
}

.copyright-menu li a.active {
    color: #fff;
    font-size: 13px;
}

.copyright-menu li a:hover {
    color: #ff432e;
}

#commentform .form-control {
    border: 0px;
    border-bottom: 1px #ccc solid;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    height: 30px;
}

#commentform textarea.form-control {
    height: 60px;
}

/* End Copyright Section */
/* Media Css for Ipad Devices i.e fro 1024px to 768px */
@media only screen and (max-width: 1024px) {
    .feature-section h3,
    .how-it-work h3,
    .theme-section h3,
    .blog-section h3,
    .price-section h3,
    .testimonial-section h3,
    .banner-section h3 {
        font-size: 55px;
    }

    .inner-box {
        height: 115px;
    }

    .icon-div {
        margin: 0 auto;
        max-width: 43px;
        width: 100%;
    }

    #navigation ul li a {
        padding: 15px 10px;
    }

    .ribbon {
        opacity: 0.1;
    }
}

.header.scroll-fixed nav {
    float: right;
    padding-top: 0px;
    width: auto;
}

.header.scroll-fixed .logo {
    float: left;
    width: auto;
}

.scroll-fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 59px;
    padding: 0px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}

#wprmenu_bar.wprmenu_bar {
    z-index: 430;
    background: transparent;
}

.header.scroll-fixed #navigation ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-right: 1px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

header.header.site-header {
    margin-bottom: 0px;
}

.site-main .entry-header {
    text-align: left;
}

.site-main article {
    float: left;
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    background: #fff;
}

a.cta-to-tweets {
    border: 1px rgba(233, 40, 122, 0.48) solid;
    min-width: 200px;
    display: block;
    clear: none;
    position: relative;
    /* transition: 1s all ease; */
    margin: 0 auto;
    float: none;
    overflow: hidden;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: large;
    background: transparent;
    color: rgba(233, 40, 122, 0.99);
}

a.cta-to-tweets:hover {
    padding: 7px 9px;
    color: rgb(233, 40, 122);
    border: 2px #e9287a solid;
}

.site-main article.content-archive-page {
    width: 48%;
    float: left;
    display: block;
    margin: 0% 1% 2% 1%;
}

article.content-archive-page > ins.adsbygoogle,
.blog-single-fixed-ads-container ins.adsbygoogle {
    display: block !important;
    margin: 0 auto;
    text-align: center;
}

.blog-single-fixed-ads-container {
    display: block;
    /* border: 1px red solid; */
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0px 20px;
    padding: 10px 0px;
    /* background: rgba(165, 165, 165, 0.38); */
}

.blog .site-main article {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
}

.site-main article img {
    height: auto;
}

body.single-post article {
    padding: 0px 15px;
}

body.single-post article .entry-media {
    padding-bottom: 10px;
}

article .seperator {
    margin: 0 5px;
}

article > a > .col-md-4 {
    padding-bottom: 10px;
}

.site-main article.content-archive-page a:hover p {
    color: black;
}

.site-main .entry-meta {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    color: #e87b7b;
}

.blog-post-heading {
    padding: 0px 0px;
    color: #e9287a;
    font-size: 25px;
}

.blog-post-heading h2 {
    font-size: 19px;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    float: left;
    display: block;
}

.blog-post-heading span {
    font-size: 13px;
    padding: 7px 0px 4px;
    display: inline-block;
}

.site-main article.content-archive-page .entry-header {
    padding-left: 13px;
}

.price-section.text-center ul {
    float: left;
    margin: 0;
    width: 100%;
}

.price-section.text-center ul li {
    list-style: outside none none;
}

.table-price {
    float: left;
    width: 100%;
}

.site-footer {
    border-top: 5px solid #e47b7b;
    float: left;
    width: 100%;
}

/* contact page */

.wedding-form form input {
    border: 1px solid #e5e5e5;
    height: 32px;
    margin-bottom: 8px;
    padding: 8px;
    width: 100%;
}

.wedding-form form p {
    color: #666;
    font-size: 14px;
}

.wedding-form form textarea {
    border: 1px solid #f3f3f3;
    height: 115px;
    width: 100%;
}

.form-area {
    margin-top: 40px;
    padding: 45px 0 0;
}

.wpcf7-form {
    width: 100%;
}

.form-area ul li {
    font-size: 15px;
    list-style: outside none none;
    padding: 20px 0;
}

.form-area ul {
    margin: 0;
}

.wedding-form form input[type="submit"] {
    background-color: #e7598b;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    height: 37px;
    line-height: 20px;
    margin-top: 15px;
    max-width: 120px;
}

.top-head-text {
    padding: 40px 0 0;
}

.form-area ul li span {
    color: #e7598b;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 59px;
    padding-right: 17px;
    padding-top: 8px;
    width: 46px;
}

.post-image {
    height: auto;
}

.crunchify-social .crunchify-link {
    color: white !important;
    float: left;
    padding: 3px 10px;
}

.blog .more-link a {
    color: white;
    padding: 7px 10px;
}

.blog .more-link a:hover {
    color: #e47b7b;
}

/*.page.page-id-91, .page.page-id-91 article { background: #f9f9f9 none repeat scroll 0 0;}*/

.header.site-header.is-hidden {
    display: none;
}

#wprmenu_bar .wprmenu_icon {
    margin-top: 10px;
}

#wprmenu_bar.menu_is_opened .wprmenu_icon {
    margin-top: 0px;
}

#wprmenu_bar .wprmenu_icon span {
    transition: all 0.5s ease-in-out;
}

.widget {
    background-color: transparent;
}

#secondary {
    clear: both;
    display: block;
    margin: 0 auto;
    /*    padding-top: 30px;*/
}

.nav-links .nav-next a:before {
    font-family: "Glyphicons Halflings";
    content: "\e071";
    position: absolute;
    left: 20px;
    right: auto;
    font-size: 14px;
    color: #e47b7b;
}

.nav-links .nav-previous a:before {
    font-family: "Glyphicons Halflings";
    content: "\e075";
    position: absolute;
    right: 20px;
    left: auto;
    font-size: 14px;
    color: #e47b7b;
}

/* ABOUT US PAGE  */

.about-text p {
    color: #383838;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
    text-align: justify;
}

.about-text {
    padding-left: 0;
}

.about-content {
    padding: 0;
}

.family-pic- {
    display: block;
    padding: 90px 0 30px;
    text-align: center;
    width: 100%;
}

.family-pic- img {
    max-width: 800px;
    width: 100%;
}

.page-id-88 .about-main::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/06/bg.png") no-repeat scroll 0 0;
    content: ".";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 60px;
    background-size: contain;
    background-position: center;
}

.about-main {
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.about-main h2 {
    text-align: center;
}

.special-words {
    border-left: 5px solid #ff1162;
    padding-left: 15px;
}

.special-words > p {
    padding-bottom: 0;
}

.special-words span {
    font-weight: bold;
}

.special-words span a {
    color: #ff1162;
}

h3.text-center.wedding-tittle {
    padding: 35px 0;
}

/* get started page */

.input-tetx {
    padding-bottom: 45px;
}

.input-tetx > label {
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.input-tetx > input {
    border-color: -moz-use-text-color;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-left: 15px;
    padding-left: 5px;
    background: transparent;
}

.form-bg {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/06/form-bg.png") no-repeat scroll 0 0 / contain;
    height: 100%;
    padding: 100px 50px;
    min-height: 484px;
    max-width: 484px;
    background-position: center;
}

.get-main {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/06/Untitledqw.png") no-repeat scroll 0 0;
    padding-bottom: 10px;
    background-position: center;
}

.submit-btn {
    float: left;
    text-align: center;
    width: 100%;
}

.submit-btn input {
    background: #e9287a none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 21px;
    margin: 0;
    max-width: 200px;
    padding: 15px;
    width: 100%;
}

.bottom-text.text-center {
    padding: 70px 0 0;
}

.bottom-text.text-center > p {
    padding-bottom: 20px;
}

.bottom-text.text-center > p span {
    font-weight: bold;
}

.widget_nav_menu ul li {
    border-bottom: 1px solid #0f0f0f;
    border-top: 1px solid #363636;
    padding: 7px;
    max-width: 180px;
}

.widget_nav_menu ul li a {
    color: #999;
}

.widget_nav_menu ul li:hover {
    color: #ff432e;
}

.subscription .form-group {
    margin-top: 10px;
}

.subscription .form-group input[type="submit"] {
    margin-top: 0;
}

.input-tetx {
    padding-bottom: 10px;
}

.get-main .form-bg .wpcf7-form-control,
.get-main .contact-person .wpcf7-form-control {
    text-align: center;
    padding: 10px 0px 6px;
    font-size: 16px;
}

.input-tetx textarea {
    height: 80px;
    border-bottom: 2px solid #000;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    resize: none;
    background: transparent;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.input-tetx input {
    background: transparent;
    border-bottom: 2px solid #000;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.wedding-tittle input {
    background: transparent;
    border-bottom: 2px solid #000;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    text-align: center;
}

.home.page .logo a {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/nomagic/assets/images/wedding.png") no-repeat scroll 0 5px /
        100% auto;
    height: 80px;
    min-width: 242px;
    display: block;
}

.home.page .logo a img {
    display: none;
}

.header.scroll-fixed #navigation ul li.current-menu-item a,
.header.scroll-fixed #navigation ul li:hover a,
.blog .header.scroll-fixed #navigation ul li.current-menu-item a,
.blog .header.scroll-fixed #navigation ul li:hover a,
.single-post .header.scroll-fixed #navigation ul li.current-menu-item a,
.single-post .header.scroll-fixed #navigation ul li:hover a {
    color: #fff;
}

.header.scroll-fixed #navigation ul li a,
.blog .header.scroll-fixed #navigation ul li a,
.single-post .header.scroll-fixed #navigation ul li a {
    color: #333;
}

.home .header #navigation ul li a {
    color: #fff;
}

#main.site-main {
    float: left;
    padding-top: 0px;
    width: 100%;
}

.single-post article ul li:nth-child(2n + 1) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.single-post article .gift-idea li {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px dashed #e5e5e5;
    font-family: open sans;
}

.single-post article ul li {
    border: 1px solid #e5e5e5;
    line-height: 22px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 15px;
    text-align: left;
}

body.single-post article .gift-idea ul.list-data-style li {
    background: rgba(0, 0, 0, 0) url("http://wedt.uimhost.in/wordpress/wp-content/uploads/2017/01/hash-tag.png")
        no-repeat scroll 4px 7px / 15px auto !important;
    border: 0 none;
    padding: 3px 29px;
}

.single-post article.type-post p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
}

.single-post article.type-post h3,
.single-post article.type-post h4 strong,
.single-post article.type-post h3 strong {
    color: #373737;
    font-size: 18px;
    margin: 0;
    padding: 0 0 12px;
    font-weight: normal;
}

.single-post .type-post ol li,
.single-post .type-post ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post article h2 {
    clear: both;
}

.saboxplugin-wrap {
    background: rgba(255, 255, 255, 1) url("/wp-content/themes/nomagic/assets/images/pattern.png") repeat-x scroll 0 0;
    border: 5px solid #fff;
    float: left;
    margin: 5px 0 20px !important;
    padding: 20px;
    width: 100%;
}

.saboxplugin-wrap .saboxplugin-authorname a {
    color: #e9287a;
    font-weight: bold;
}

.saboxplugin-wrap .saboxplugin-authorname {
    margin: 10px 0 0 20px;
}

.single-post .nomagic-entry-footer a,
.single-post .nomagic-entry-footer i {
    border: 0px solid #e9287a;
    /* color: #e9287a; */
    line-height: 14px;
    padding: 1px 2px;
    float: none;
}

.comments-area {
    background-color: transparent;
    float: left;
    width: 100%;
    padding: 0px;
}

.author-2-cont .avatar {
    margin: 6px 0px 3px 0px;
}

.author-2-cont h3 {
    margin-bottom: 3px;
    margin-top: 3px;
}

.author-2-cont .comments-area {
    border-left: 1px rgba(233, 40, 122, 0.32) solid;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.centered-post.author-2-cont {
    /* margin-top: 92px; */
    padding-top: 20px;
    /* border: 1px red solid; */
    overflow: hidden;
}

.col-md-6.post-main,
.nomagic-related-posts .post-main {
    padding-left: 0px;
    float: left;
    margin-bottom: 12px;
    overflow: hidden;
    height: 110px;
}

.post-main a {
    background: #fafafa;
    float: left;
}

.single-post .nomagic-entry-footer i {
    border: 0 none;
}

.single-post article ul {
    margin-left: 0;
}

.get-main .container.contact-container {
    padding: 20px 0px 40px;
    float: none;
    overflow: hidden;
    display: block;
}

.get-main span.wpcf7-not-valid-tip {
    text-align: center;
    padding-bottom: 16px;
}

.contact-person {
    clear: both;
    text-align: center;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 10px;
    max-width: 310px;
    width: 100%;
}

.contact-person input {
    border: 2px solid #000;
    padding: 5px;
}

/* .nav.navbar-nav button{ position: relative;top: 15px; } */
/* .navbar-nav li.share-data{ padding:15px; } */
.sidebar-main {
    /*display: block;*/
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);*/
    /*overflow: hidden;*/
    /*background: #fff;*/
    margin-bottom: 25px;
}

.sidebar-main .widget {
    background-color: #fff;
    padding: 10px;
}

.aligncenter {
    display: block;
}

img.aligncenter {
    margin: 0 auto;
}

.page-header {
    padding-bottom: 10px;
    margin: 10px 0 0px;
    border-bottom: 0px solid #eee;
}

h3.related-posts {
    padding-left: 10px;
}

section.comment {
    border-bottom: 1px rgba(255, 0, 0, 0.22) solid;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#commentform p.comment-notes,
#respond .logged-in-as {
    color: #aba6a6;
    padding-bottom: 10px;
}

.single-post-subscribe {
    display: block;
    float: left;
    width: 100%;
}

#respond {
    float: left;
    /* margin-top: 10px; */
    width: 100%;
}

#reply-title {
    margin-bottom: 5px;
}

/* changes in get started page*/
.wpbdp-main-box.wpbdp-main-box-large {
    display: none;
}

.saboxplugin-wrap .saboxplugin-gravatar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

/* Get started page style */
.form-data {
    display: none;
}

@font-face {
    font-family: "WebSymbolsRegular";
    font-style: normal;
    font-weight: normal;
    src: url("websymbols/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("websymbols/websymbols-regular-webfont.woff") format("woff"),
        url("websymbols/websymbols-regular-webfont.ttf") format("truetype"),
        url("websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
}

.a-btn {
    background: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(rgba(255, 255, 255, 1), 0),
        color-stop(rgba(246, 246, 246, 1), 0.74),
        color-stop(rgba(237, 237, 237, 1), 1)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 74%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 74%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 74%,
        rgba(237, 237, 237, 1) 100%
    );
    background: linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 74%,
        rgba(237, 237, 237, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 50px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(188, 188, 188, 0.1);
    display: block;
    float: left;
    margin: 10px;
    overflow: hidden;
    padding: 10px 30px 6px 50px !important;
    position: relative;
    transition: box-shadow 0.3s ease-in-out 0s;
    text-align: center;
    width: 100%;
}

.a-btn-symbol {
    color: #e9287a;
    font-family: "WebSymbolsRegular", cursive;
    font-size: 24px;
    left: 25px;
    line-height: 32px;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    top: 12px;
}

.a-btn-text {
    color: #e9287a;
    display: block;
    font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.a-btn-slide-text {
    color: #555;
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.8px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

/*.a-btn-slide-icon {
    background: transparent url("../images/arrow_down_black.png") no-repeat scroll left top;
    height: 22px;
    left: 15px;
    opacity: 0.4;
    position: absolute;
    top: -30px;
    width: 22px;
}*/
.a-btn-slide-icon {
    background: rgba(0, 0, 0, 0) url("http://wedt.uimhost.in/wordpress/wp-content/uploads/2016/12/arrow_down_black.png")
        no-repeat scroll 0 0;
    height: 22px;
    left: 25px;
    opacity: 0.4;
    position: absolute;
    top: -30px;
    width: 22px;
}

.a-btn:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
}

.a-btn:hover .a-btn-symbol {
    opacity: 0;
}

.a-btn:hover .a-btn-slide-icon {
    -webkit-animation: slideDown 0.9s linear infinite;
    -moz-animation: slideDown 0.9s linear infinite;
    animation: slideDown 0.9s linear infinite;
}

.a-btn:active {
    background: #d7565b;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
}

.a-btn:active .a-btn-text {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.a-btn:active .a-btn-slide-text {
    color: #fff;
    text-shadow: none;
}

@keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

@keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

@keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

/* css for ads */
.ads-told {
    float: left;
    margin: 20px 0px;
    width: 100%;
}

/* new styles */
/* probably for new home */
.setting-btn,
.button-center {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.btn-div {
    display: inline-block;
    float: none;
}

body .wpbdp-pagination span a {
    color: #fff !important;
    display: block;
    margin-bottom: 0;
    padding: 5px 18px !important;
}

body .wpbdp-pagination span {
    background: #e9287a none repeat scroll 0 0;
    margin: 15px;
    transition: all 0.5s ease 0s;
}

body .wpbdp-pagination span:hover {
    background: #f9388a none repeat scroll 0 0;
}

body .wpbdp-pagination span.prev {
    float: left;
}

.single-post figure.aligncenter {
    margin: 0 auto;
}

/* blog post font style changes */
.single-post article.type-post h4,
.single-post article.type-post h4 strong {
    font-weight: 100;
    font-size: 34px;
    font-family: "lato";
    padding: 10px 5px;
    margin: 0;
}

#sidebar .sidebar__inner {
    border: 0px dotted red;
    padding: 0px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    float: left;
    min-height: 100vh;
}

/*.scrollbar
{
    max-height: 85vh;
    background: #F5F5F5;
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 7px;
    position: relative;
}*/
/*
.main-sidebar{ padding-left: 7px; padding-right: 10px;float: right; }*/
/*.force-overflow
{
    min-height: 250px;
    width: 100%;

}*/

.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.09);
    background-color: #f5f5f5;
}

.scroll-style::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.09);
}

.single-post article.type-post p {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0px;
    letter-spacing: 0.23px;
    font-family: "Lato Light";
}

.white-bg {
    background: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
    position: relative;
}

.white-bg::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    top: 0;
    left: 0px;
    /*background: #e9287a;*/
    z-index: 5;
    margin: 0 auto;
}

.advertise-section {
    background: #e9287a;
    color: #fff;
    padding: 10px 0;
}

.advertise-section::before {
    /*background: #fff;*/
}

.advertise-section .sidebar-title a {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 8px 0;
    font-weight: 600;
}

.advertise-section .sidebar-title {
    margin: 0;
}

.single-post article.type-post a,
.single-post article.type-post div {
    font-size: 18px;
    letter-spacing: 0.23px;
    font-family: "Lato Light";
    line-height: 32px;
}

.blog-sidebar .sidebar-title h3 {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 600;
}

.sidebar-title a span {
    /* display: block; */
    font-size: 25px;
    display: block;
    font-weight: 600;
    padding-top: 15px;
    letter-spacing: 1px;
}

.sidebar-title a {
    line-height: 27px;
    color: #e9287a;
    text-align: center !important;
    padding: 10px 0;
    display: block;
    font-size: 21px;
}

.sidebar-search input.form-control {
    border-radius: 35px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0;
    font-size: 16px;
    padding: 20px;
    font-weight: 300;
}

.sidebar-title {
    font-size: 20px;
    font-family: lato;
    font-weight: 400;
    margin-bottom: 0;
    color: #555 !important;
    padding: 10px 0;
}

.sidebar-search {
    position: relative;
    margin: 10px 0;
}

.sidebar-search button {
    position: absolute;
    right: 10px;
    top: 11px;
    background: transparent;
    border: 0;
    color: #e5e5e5;
    font-size: 18px;
}

.single-post article.type-post h1 {
    margin-bottom: 0;
}

.single-post article.type-post h1 a {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 600;
}

.single-post .posted-on a time,
.entry-meta h6 *,
.entry-meta h6 {
    font-size: 12px !important;
    line-height: inherit;
    margin-bottom: 0;
}

.single-post article.type-post {
    padding: 0 15px;
}

.single-post article h2 a {
    font-size: 30px !important;
    font-family: "Oswald", sans-serif !important;
    text-decoration: none !important;
    outline: none !important;
}

.single-post article h3 {
    font-size: 24px !important;
    font-family: "Oswald", sans-serif !important;
    text-decoration: none !important;
    outline: none !important;
}

/*#sidebar {
 position: absolute;
    max-width: 290px;
}

#sidebar.fixed {
    position: fixed;
    top: 80;
}*/
.main-sidebar {
    float: right;
    padding-left: 7px;
}
@media screen and (max-width:991.98px) {
    .navbar-toggler img, .share_btn img {
        min-width: 35px;
    }
}
/* Media Css for small Devices i.e fro 767px to 320px */
@media screen and (max-width:767.98px) {
    #sidebar .sidebar__inner.detail_sidebar {
        position: unset !important;
        transform: translate(0, 0) !important;
        transform: translate3d(0, 0, 0);
        will-change: position, transform;
        float: none;
        min-height: 100vh;
        width: 100% !important;
        padding: 0 16px;
        left: auto !important;
        margin-left: auto;
        margin-right: auto;
    }    
}
@media only screen and (max-width: 767px) {
    .scrollbar {
        max-height: 100%;
        min-height: 100%;
        position: static !important;
    }

    .copyright-section {
        padding-bottom: 50px;
    }

    .single-post article.type-post {
        padding: 0 15px;
    }

    #sidebar {
        padding: 0px !important;
        position: relative !important;
    }

    #sidebar .sidebar__inner {
        position: relative !important;
        transform: translate(0, 0) !important;
        transform: translate3d(0, 0, 0);
        will-change: position, transform;
        float: left;
        min-height: 100vh;
    }

    
    .single-post .sidebar-main {
        height: auto !important;
    }

    .subscription {
        display: block;
        overflow: hidden;
    }

    .sidebar-search {
        position: relative;
        margin: 10px 0;
        padding-bottom: 20px;
    }

    .single-post article.type-post a,
    .single-post article.type-post div {
        font-size: 16px;
    }

    .copyright-menu.pull-right {
        display: none;
    }

    .single-post .col-md-10.centered-post {
        padding: 0px;
        overflow: hidden;
    }

    .col-md-6.post-main {
        height: auto;
    }

    .footer-wrap-social.under-post span {
        width: 100%;
    }

    .footer-wrap-social.under-post a {
        width: 20%;
        border: 1px rgba(255, 0, 0, 0.3) solid;
    }

    #content {
        margin-top: 50px;
    }
    .centered-post.content .comment-form-author, .centered-post.content .comment-form-email {
    width: 100%;
    }
    .page-id-88 .about-main::before {
        background: transparent;
    }

    .site-main article.content-archive-page {
        width: 98%;
    }

    .blog-single-fixed-ads-container .col-md-6 {
        padding: 0px;
        margin: 15px 0px;
    }

    #main.site-main {
        padding-top: 0px;
    }

    .banner-section.single-blog {
        height: 240px;
    }

    .col-sm-offset-1.col-sm-10.col-md-6.col-md-offset-0 {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }

    .blog-section a.cta-btn {
        margin: 0px auto 50px;
    }

    .navbar {
        min-height: 1px;
    }

    .banner-section {
        margin-top: -42px;
    }

    #wprmenu_menu {
        background: #000 none repeat scroll 0 0 !important;
    }

    .input-tetx > label {
        color: #000;
        font-size: 13px;
        margin-bottom: 0;
        width: 100%;
    }

    .input-tetx {
        padding-bottom: 0px;
    }

    .input-tetx > input {
        margin-left: 0px;
        width: 100%;
    }

    .form-bg {
        background-position: center center;
        background-size: 320px auto;
        background-size: 100% 100%;
        float: none !important;
        margin: 0 auto;
        max-height: 524px;
        max-width: 320px;
        min-height: auto;
        padding: 50px;
    }

    .get-main .form-bg .wpcf7-form-control,
    .get-main .contact-person .wpcf7-form-control {
        text-align: center;
        padding: 0px 0px 0px;
        font-size: 16px;
        margin-bottom: 10px;
        overflow: auto;
    }

    .form-bg h3 {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 8px;
    }

    .input-tetx textarea {
        height: 70px;
        border-bottom: 1px solid #999;
    }

    .get-main {
        background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/06/Untitledqw.png") no-repeat scroll 0 35% / contain;
        padding-bottom: 10px;
    }

    .get-main .container {
        padding: 0px;
    }

    .btn-div {
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
        float: none;
    }

    .a-btn-text {
        font-size: 17px;
    }

    .a-btn {
        width: 100%;
    }

    .home-image-featured-post {
        height: 300px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .blog-content {
        margin: 70px auto 0;
    }


    .feature-section h3,
    .how-it-work h3,
    .theme-section h3,
    .blog-section h3,
    .price-section h3,
    .testimonial-section h3,
    .banner-section h3 {
        font-size: 40px;
    }

    .inner-box {
        height: 115px;
    }

    .icon-div {
        margin: 0 auto;
        max-width: 43px;
        width: 100%;
    }

    .theme-section {
        background-size: cover;
    }

    .theme_img {
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        width: 48%;
    }

    .banner-section {
        height: 500px;
    }

    .left-heart,
    .left-arrow,
    .right-arrow,
    .blog-design-elements {
        margin: 0 auto;
        max-width: 60px;
        width: 100%;
        /*display: none;*/
    }

    .banner-text-section h3 {
        top: 30%;
    }

    .woocommerce #content {
        float: left;
        margin-top: 60px;
        padding: 40px 0px;
    }

    .woocommerce ul.products li.product.product-category {
        min-height: 250px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page .related.products ul.products li.product {
        height: auto;
        padding-bottom: 15px;
    }

    .how-it-work .col-sm-4::before {
        left: -15px;
    }

    .col-md-6.post-main {
        padding-right: 0;
        overflow: visible;
    }

    .single-post article.type-post p {
        line-height: 25px;
        font-size: 16px;
    }

    .site-main .entry-title {
        line-height: 18px;
        padding: 15px 0 0;
    }
}

@media only screen and (max-width: 600px) {
    .woocommerce ul.products li.product.product-category {
        height: auto;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 560px) {
    .wedding-form {
        width: 100%;
    }

    #footer-section div.col-sm-4 {
        float: left;
    }

    .feature-section {
        /*background: rgb(253, 226, 148) none repeat scroll 0 0; 53px 0;position: relative;*/
    }

    .feature-section h3,
    .how-it-work h3,
    .theme-section h3,
    .blog-section h3,
    .price-section h3,
    .testimonial-section h3,
    .about-us-section h3 {
        font-size: 40px;
    }

    /*.inner-box{ height:115px;}*/

    .icon-div,
    .left-heart,
    .left-arrow,
    .right-arrow {
        margin: 0 auto;
        max-width: 43px;
        width: 100%;
        display: none;
    }

    .feature-section .col-xs-4.col-sm-2 {
        padding: 0;
        width: 50%;
    }

    .inner-box {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        margin-bottom: 7px;
        padding: 0;
        text-align: center;
        transition: all 0.5s ease 0s;
        height: 32px;
    }

    .inner-box h4 {
        font-size: 14px;
    }

    .blog-img-container {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .blog-img-container img {
        margin: 0 auto;
        top: -65px;
    }

    .blog-container {
        float: none;
        margin: 0 auto 15px;
        top: -50px;
        max-width: 317px;
        min-height: 317px;
        overflow: hidden;
        width: 100%;
    }

    .item-table {
        float: left;
        width: 100% !important;
    }

    .tables-together .table-item-highlighted {
        margin-top: 50px;
    }

    .blog-title-bottom {
        margin-bottom: 0px;
    }

    .blog-section .container {
        margin: 40px auto 0;
    }

    .theme_img {
        margin-bottom: 5px;
    }

    .work-inner ul li {
        display: block;
        padding: 4px 38px 15px;
        text-align: left;
        font-size: 16px;
    }

    .widget_nav_menu {
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        float: left;
        margin: 15px 0;
        padding: 20px 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    #footer-section div {
        width: 100%;
    }

    #footer-section div.media-left {
        width: auto;
    }

    .nomagic-related-posts {
        /* background: #fff none repeat scroll 0 0; */
        /* margin: 0px 0px 20px; */
        float: left;
        width: 100%;
    }
}

.space-post div[dir] img {
    margin: 0 auto 50px;
}

.woocommerce div.product p.stock {
    font-size: 20px !important;
    margin-top: 10px;
}