/* ======================================================= */
/*                             Tabs                        */
/* ======================================================= */

#tab ul.tabs {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.product-tab-area-block ul.tabs {
    padding: 0;
}

#tab ul li a {
    padding: 8px 10px;
    text-decoration: none;
    display: inline-block;
}

.style1 #tab ul li a.current,
.style1 #tab ul li a:hover {
    background: #FE4135;
    color: #ffffff;
}

.style2.horizontal_tab .tab_groupcontent {
    margin: -2px 0 0;
}

.style3.horizontal_tab .tab_groupcontent {
    margin: -1px 0 0;
}

.horizontal_tab .tab_groupcontent {
    border: 1px solid #EDECEA;
    clear: both;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.horizontal_tab #tab ul li {
    margin: 0 3px 0 0;
    list-style: none;
    float: left;
}

.horizontal_tab.style2 #tab ul li {
    margin: 0 3px 0 0;
}

.horizontal_tab.style2 #tab ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid solid none;
    border-width: 3px 1px medium;
}

.horizontal_tab.style2 #tab ul li a.current,
.horizontal_tab.style2 #tab ul li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: none;
    border-left: 1px solid #EDECEA;
    border-right: 1px solid #EDECEA;
    border-top: 3px solid #FE4135;
}

.style3 #tab ul li a {
    background: none;
    border: 1px solid #EDECEA;
}

.vertical_tab ul.tabs {
    float: left;
    width: 25%;
}

.vertical_tab #tab ul li {
    position: relative;
    list-style: none;
}

#content .vertical_tab #tab ul li a {
    display: block;
    line-height: 18px;
    margin-bottom: 2px;
}

.vertical_tab .tab_groupcontent {
    float: left;
    min-height: 120px;
    width: 69%;
    border: 1px solid #EDECEA;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}

.vertical_tab.style2 #tab ul li {
    margin: 0 -1px 0 0;
}

.vertical_tab.style2 #tab ul li a {
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: #EDECEA;
}

.vertical_tab.style2 #tab ul li a.current,
.vertical_tab.style2 #tab ul li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: none;
    border-top: 1px solid #EDECEA;
    border-bottom: 1px solid #EDECEA;
    border-left: 3px solid #FE4135;
}

.vertical_tab.style3 #tab ul li {
    margin: 0 -1px 0 0;
}

/* ======================================================= */
/*                        Pricing Table                    */
/* ======================================================= */

.pricing_wrapper {
    padding: 20px;
}

.pricing_wrapper .pricing_wrapper_inner {
    border: 1px solid #EBEAEA;
    border-bottom: 3px solid #EBEAEA;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #FFF;
}

.pricing_heading {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 35px 15px;
    text-align: center;
    text-transform: uppercase;
}

.pricing_top {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 74px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -34px;
    width: 74px;
    color: #000000;
    padding: 5px;
}

.pricing_bottom {
    text-align: center;
    margin: -20px 0 0;
}

.pricing_top .pricing_per {
    font-size: 14px;
    margin: 14px 0 5px;
    line-height: 17px;
}

.pricing_top .pricing_price {
    font-size: 18px;
    font-weight: 600;
}

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

.pricing_wrapper ul li {
    padding: 3px 0;
    margin: 0 0 5px;
}

.pricing_button {
    height: 30px;
    margin: 25px 0 35px;
}

.pricing_button a#pricing-btn {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

.pricing_wrapper:hover .pricing_heading,
.pricing_wrapper .selected .pricing_heading,
.pricing_wrapper:hover .pricing_top,
.pricing_wrapper .selected .pricing_top,
.pricing_wrapper:hover .pricing_button a#pricing-btn,
.pricing_wrapper .selected .pricing_button a#pricing-btn {
    background: #FE4135;
    color: #ffffff;
}

.pricing_wrapper:hover .pricing_button a#pricing-btn,
.pricing_wrapper .selected .pricing_button a#pricing-btn {
    border-color: #FE4135;
    color: #ffffff;
}

.pricing_wrapper .selected {
    margin-top: -10px;
}

.pricing_wrapper .selected .pricing_heading {
    padding: 42px 15px;
}

.nopricing_heading {
    height: 20px;
    padding: 35px 15px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


/* ======================================================= */
/*            Non-semantic helper classes                  */
/* ======================================================= */

.button_content_inner.center,
.center {
    text-align: center;
    position: relative;
    float: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.alignright,
.right {
    float: right;
    text-align: right;
}

.alignleft,
.left {
    display: inline-block;
    float: left;
    vertical-align: top;
}

.divider_content {
    clear: both;
    margin: 0 0 50px;
}

.alignnone,
.none {
    float: none;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}


/* ======================================================= */
/*                         Table Style                     */
/* ======================================================= */

.table_style {
    border: 1px solid #000000;
    margin-bottom: 20px;
    width: 100%;
}

.table_style table {
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #fff;
    width: 100%;
    padding: 0;
    margin: 0;
}

.table_style th {
    text-align: center;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #555;
    background-color: #f5f5f5;
}

.table_style tbody {
    background: #F9F9F9;
}

.table_style td {
    text-align: center;
    padding: 10px;
    color: #666;
    border-top: 1px dashed #fff;
}

.table_style tbody tr:hover td {
    color: #333;
    background: #fff;
    border-top: 1px solid #fff;
}

.table_style tfoot {
    background-color: #f3f3f3;
}

.table_style tfoot td {
    padding: 8px;
}


/* ======================================================= */
/*                         Message Boxes                   */
/* ======================================================= */

.message {
    line-height: 24px;
    font-weight: normal;
    padding: 15px 15px 15px 80px;
    position: relative;
    margin: 10px 0 30px;
}

.success-message {
    background: url("../../images/megnor/shortcode/success.png") no-repeat scroll 15px 3px #EEF4D4;
    border: 1px solid #8FAD3D;
}

.error-message {
    background: url("../../images/megnor/shortcode/error.png") no-repeat scroll 15px 3px #EFCEC9;
    border: 1px solid #AE3F2E;
}

.message-message {
    background: url("../../images/megnor/shortcode/message.png") no-repeat scroll 15px 3px #C6D8F0;
    border: 1px solid #4282CC;
}

.warning-message {
    background: url("../../images/megnor/shortcode/warning.png") no-repeat scroll 15px 3px #FFEA97;
    border: 1px solid #E2B500;
}

.flickr_badge_image {
    display: inline-block;
    margin-right: 10px;
}

.flickr_badge_image img {
    border: 3px solid #EDECEA;
    height: 100px;
    width: 100px;
}

.flickr_badge_image:hover img {
    border-color: #CCCCCC;
}


/* ======================================================= */
/*                   Accordion and Toggles                 */
/* ======================================================= */

.toogle_div,
.accordion .acc {
    position: relative;
}

.widget .single_accordion p,
.widget .single_toggle p {
    margin: 0;
}

.toogle_div p,
.accordion p {
    margin: 0;
}

.accordion span.icon:after,
.toogle_div span.icon:after {
    content: "\f067";
    font-family: FontAwesome;
    left: 12px;
    position: absolute;
    font-size: 10px;
}

.accordion a.current span.icon:after,
.toogle_div a.current span.icon:after {
    content: "\f068";
    font-family: FontAwesome;
    left: 12px;
    position: absolute;
}

.accordion_image {
    width: 110px;
    float: left;
}

.accordion,
.toggle {
    width: 96%;
    clear: both;
}

.accordion .accordion-title,
.toggle .accordion-title {
    position: relative;
}


/* accordion style5 */

.accordion.style5 .single_accordion,
.toggle.style5 .single_accordion {
    border-top: 1px solid #EDECEA;
    padding: 3px 0;
}

.accordion.style5 .single_accordion a,
.toggle.style5 .single_accordion a {
    margin: 0;
}

.accordion.style5 .accordion-title,
.toggle.style5 .toggle-title {
    padding: 8px 10px 8px 30px;
    background: #434571;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
}

.accordion.style5 .tab_content,
.toggle.style5 .tab_content {
    padding: 15px;
    font-size: 14px;
}


/* accordion style1 */

.accordion.style1 .accordion-title,
.toggle.style1 .toggle-title {
    border: 1px solid #EDECEA;
    padding: 10px 10px 10px 30px;
}

.accordion.style1 .tab_content,
.toggle.style1 .tab_content {}


/* accordion style2 */

.accordion.style2 .single_accordion,
.toggle.style2 .single_toggle {
    border: 1px solid #EDECEA;
    margin: 0 0 10px;
}

.accordion.style2 .accordion-title,
.toggle.style2 .toggle-title {
    padding: 10px 10px 10px 30px;
}

.accordion.style2 .tog,
.toggle.style2 .tog {
    margin: 0;
}

.accordion.style2 .tab_content,
.toggle.style2 .tab_content {
    padding: 0 10px 10px;
}


/* accordion style3 */

.accordion.style3 .accordion-title,
.toggle.style3 .toggle-title {
    border: 1px solid #f5f5f5;
    padding: 10px 30px 10px 10px;
    background-color: #f5f5f5;
}

.accordion.style3 .tab_content,
.toggle.style3 .tab_content {}

.accordion.style3 span.icon:after,
.accordion.style4 span.icon:after,
.accordion.style3 a.current span.icon:after,
.accordion.style4 a.current span.icon:after,
.toggle.style3 span.icon:after,
.toggle.style4 span.icon:after,
.toggle.style3 a.current span.icon:after,
.toggle.style4 a.current span.icon:after {
    right: 10px;
    left: auto;
}


/* accordion style4 */

.accordion.style4 .single_accordion,
.toggle.style4 .single_toggle {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin: 0 0 10px;
}

.accordion.style4 .accordion-title,
.toggle.style4 .toggle-title {
    padding: 10px 30px 10px 10px;
}

.accordion.style4 .tab_content,
.toggle.style4 .tab_content {
    padding: 0 10px 10px;
}

.accordion.style4 .tog,
.toggle.style4 .tog {
    margin: 0;
}

.toogle_div .tog,
.accordion .tog {
    display: block;
    margin: 0 0 10px;
    position: relative;
    text-decoration: none;
}

.header-middle .tab_content {
    border-bottom: none;
}

.toogle_div .tab_content,
.accordion .tab_content {
    display: none;
    line-height: 22px;
    overflow: hidden;
    padding: 0 30px 15px 10px;
}

.regular-text1 {
    position: relative;
}

.category-text .sub-title,
.small-title {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-weight: 400;
    margin-left: 25px;
}

.small-title .sub-title {
    display: inline-block;
    vertical-align: top;
}


/* ======================================================= */
/*                          Title                          */
/* ======================================================= */

.shortcode-title {
    padding: 0;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    text-align: center;
}

.shortcode-title.left {
    text-align: left;
    padding-bottom: 5px;
}

.shortcode-title.right {
    text-align: right;
}

.big-title,
.upsells.products>h2,
.related.products h2,
.cross-sells>h2,
.main-title {
    color: #000000;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 45px;
    font-size: 40px;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

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

.upsells.products > h2,
.related.products h2,
.cross-sells > h2 {
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
}

.normal-title {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 5px;
    line-height: 25px;
    width: 100%;
    padding: 0;
    letter-spacing: 0.6px;
    font-size: 25px;
    font-weight: 700;
}

.main-title {
    text-align: center;
}

.faq-title-border .big-title {
    border: 0;
    padding-top: 0;
}

.wpb_wrapper .title-description {
    text-align: center;
    width: 75%;
    text-transform: capitalize;
    margin: 0 auto !important;
}

.small-title,
.tmpmela_about .title,
.faqs-container .small-title,
.tmpmela_piechart .chart_title,
.sitemap h2,
.address-title.simple-title,
.tmpmela_about title {
    font-size: 15px;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-weight: 500;
    line-height: 24px;
}

.panel-grid .panel-grid-cell h3.widget-title {
    display: none;
}


/* ======================================================= */
/*                    Shortcode Code                       */
/* ======================================================= */

.code {
    background-color: #f5f5f5;
    clear: both;
    padding: 15px !important;
    font-size: 14px;
    margin: 8px 0 15px !important;
    line-height: 20px;
    color: #808080;
    overflow-wrap: break-word;
}


/* ======================================================= */
/*                           Services                      */
/* ======================================================= */

.service .service-text {
    color: #000;
    font-weight: 600;
    line-height: 38px;
}

.static-text-container {
    margin-bottom: 20px !important;
}

.txt-button.static-text-container {
    width: 90%;
}

.service .service-icon {
    color: #333;
}

.static-text-container .text {
    line-height: 25px;
    display: inline-block;
}

.service {
    text-align: center;
    width: 85%;
    margin: 10px auto;
}

.service .service-read-more i.fa {
    font-size: 12px;
    margin-left: 7px;
}

.service.style-2 {
    width: 94%;
}

.service .style-1 .service-text {
    margin: 15px 0 10px;
}

.service .style-1 .service-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    height: 60px;
    line-height: 60px;
    position: relative;
    width: 60px;
    margin: 0;
}

.service .style-1 .service-icon.fa-mobile-phone {
    font-size: 30px;
}

.service .style-1 .service-icon.no-background {
    font-size: 40px;
}

.service .style-2 .icon {
    float: none;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}

.service .style-2 .service-text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.style-2 .service-desc {
    overflow: hidden;
    clear: both;
}

.service .service-content.style-2 {
    text-align: left;
}

.service .style-3 .service-top {
    text-align: center;
}

.service .style-2 .service-icon,
.service .style-3 .service-icon {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 40px;
}

.service .style-3 .service-icon.no-background {
    font-size: 25px;
}

.service .style-2 .service-content,
.service .style-3 .service-text {
    vertical-align: top;
}

.service .style-2 .description {
    margin-top: 10px;
}

.service .style-3 .service-top .icon {
    margin: 0 0 10px;
}

.service .style-3 .service-top {
    margin-bottom: 10px;
    display: inline-block;
}

.service .style-3 .service-content {
    text-align: left;
    clear: both;
}

.service .style-4 .service-text {
    line-height: 30px;
}


/* ======================================================= */


/*                         Blockquote                      */


/* ======================================================= */

blockquote {
    line-height: 30px;
    margin: 10px;
    position: relative;
    width: auto;
    text-align: left;
}

.entry-content .custom-testimonial-inner blockquote:before {
    background: none;
}

blockquote cite,
blockquote small,
blockquote cite a,
blockquote small a {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: italic;
}

blockquote strong,
blockquote b {
    font-weight: 600;
}


/* ======================================================= */


/*                        Brand Logo                       */


/* ======================================================= */

.brand_main .product-block {
    position: relative;
    text-align: center;
    margin: 5px 15px;
    display: inline-block;
}

.item.brand_main {
    text-align: center;
}

.cols-1 .item.brand_main {
    width: 100%;
}

.cols-2 .item.brand_main {
    width: 50%;
}

.cols-3 .item.brand_main {
    width: 33.333%;
}

.cols-4 .item.brand_main {
    width: 25%;
}

.cols-5 .item.brand_main {
    width: 20%;
}

.cols-6 .item.brand_main {
    width: 16.6%;
}

.brand_main .product-block img {
    max-width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.brand_main:hover .product-block img {
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
}

.brand-grid .brand_main .product-block {
    margin: 15px 5px;
}

.address-description,
.address-label,
.address-text {
    text-transform: capitalize;
    line-height: 26px;
}

.address-text {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.address-container {
    clear: both;
}

.address-text .icon {
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.address-text .content {
    text-align: left;
    padding: 5px 10px;
    vertical-align: top;
    overflow: hidden;
}

.address-container {
    clear: both;
    margin: 0;
    overflow: hidden;
}

.address-text {
    display: block;
}

.address-text-inner {
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    align-items: center;
    display: flex;
    align-content: center;
}

.address-text.third {
    margin-right: 0;
}

.address-text .fa {
    font-size: 34px;
    color: #adadad;
    width: 40px;
    margin: 0;
}

.address-label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.address-text .content p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: inherit;
}


/* ==========================================================================
Custom Testimonial Start
========================================================================== */

.custom-testimonial {
    text-align: center;
}

.testmonial-image img {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.custom-testimonial .testimonial-content {
    margin: auto;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
}

.custom-testimonial .testmonial-image i {
    font-size: 44px;
    line-height: 50px;
    color: #EDECEA;
    margin: 5px;
}

.custom-testimonial a.testimonial-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    position: relative;
}

.custom-testimonial-inner {
    padding: 20px 0 0;
}

.testmonial-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.testmonial-image img {
    background-color: #EDECEA;
}

.primary-sidebar .custom-testimonial .read-more {
    margin: 28px 0 38px;
}

.custom-testimonial .read-more a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.custom-testimonial .read-more a:hover {
    color: #000000;
}

#secondary .custom-testimonial .product-block {
    margin: 0;
}

#secondary .testimonial-carousel.owl-theme .owl-buttons div {
    top: -50px;
}

#secondary .custom-testimonial .testimonial-content {
    width: 100%;
}

#secondary .owl-theme .owl-buttons div.owl-prev {
    right: 26px;
    left: auto;
}

#secondary .owl-theme .owl-buttons div.owl-next {
    right: 0;
    left: auto;
}

#secondary .owl-theme .owl-buttons div {
    background: #ffffff none repeat scroll 0 0;
    border-color: #cccccc;
    color: #cccccc;
    height: 20px;
    line-height: 18px;
    opacity: 1;
    top: -34px;
    width: 20px;
}

#secondary .owl-theme .owl-buttons div:hover {
    color: #fff;
    background: #000000;
    border-color: #000000;
}

#secondary .owl-theme .owl-buttons div:before {
    font-size: 16px;
}

#secondary .owl-pagination {
    display: none;
}

.custom-testimonial.style-1 .testmonial-image {
    float: none;
    margin: 10px 0;
}

.custom-testimonial.style-1 .testimonial-content {
    overflow: hidden;
    width: auto;
    position: relative;
    padding: 30px 3%;
}

.custom-testimonial.style-1 .testimonial-content .testimonial-top {
    position: relative;
}


/*.custom-testimonial.style-1 .testimonial-content .testimonial-top::before {
	background-color: #f5f4f2;
	height: 24px;
	width: 24px;
	position: absolute;
	content: "";
	top: 60px;
	z-index: 9;
	left: -10px;
	right: auto;
	margin: 0 auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	bottom: auto;
	text-align: center;
}*/

.image-outer {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    overflow: hidden;
    padding: 7px;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
}

.custom-testimonial.style-1 .testmonial-image::before {
    content: " ";
    left: 0;
    right: 0;
    position: absolute;
    top: 95px;
    bottom: auto;
    width: 100%;
    margin: auto;
    border-top: 1px solid #d9d9d9;
    background-position: center center;
    height: 1px;
}

.custom-testimonial.style-1 .testmonial-image img {
    background-color: #f4f4f4;
}

.style-1 .custom-testimonial-inner {
    border-bottom: 1px solid #d9d9d9;
}

.entry-content .custom-testimonial.style-1 blockquote {
    background-color: #FFFFFF;
    text-align: center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.custom-testimonial.style-1 .testimonial-title::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e0e0e0;
    width: 60px;
    top: -15px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}

.custom-testimonial.style-1 a.testimonial-title {
    text-align: center;
}

.entry-content .custom-testimonial.style-1 .testimonial-content blockquote {
    margin: 0 !important;
}

.entry-content .custom-testimonial.style-2 blockquote {
    background: none !important;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    display: initial;
}

.entry-content .custom-testimonial.style-2 blockquote q {
    line-height: 28px;
}

.custom-testimonial.style-2 .testimonial-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #3a3b78;
}

.custom-testimonial.style-2 .testimonial-top::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: relative;
    font-size: 13px;
    top: -4px;
    color: red;
}

.custom-testimonial.style-2 .testimonial-top::after {
    content: '\f10e';
    font-family: FontAwesome;
    position: relative;
    font-size: 13px;
    top: -4px;
    color: red;
}


/************* Sidebar Blog *************/

#secondary .blog-posts-content .post-title a,
#secondary .single-portfolio .portfolio-title a {
    font-size: 16px;
    line-height: 24px;
}

#secondary .post-content-inner {
    padding: 0;
}

#secondary .post-title,
#secondary .single-portfolio .portfolio-title {
    margin: 5px 0;
}

#secondary .post-description {
    padding: 4px 0;
}

#secondary .blog-posts-content .day {
    display: inline-block;
}

#secondary .blog-posts-content .day span {
    border: none;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

#secondary .blog-posts-content .post-date {
    width: auto;
    height: auto;
    margin: -30px auto 10px;
    width: 146px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 4px;
}

#secondary .blog-posts-content,
.portfolio-container {
    margin: 0;
}

#secondary .blog-posts-content .container .container-inner,
#secondary .portfolio-main .single-portfolio {
    margin: 0;
}


/* ==========================================================================
Blogpost style 1nd Start
========================================================================== */

.single-category-banner {
    background: #ffffff;
    text-align: center;
    position: relative;
}

.single-category-banner > a {
    display: block;
}

.hover_block {
    background: rgba(52, 152, 219, 0.5);
    left: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.single-category-banner:hover .hover_block {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.single-category-banner.single-cat1 {
    padding: 8px 0 8px 6px;
}

.single-category-banner.single-cat2 {
    padding: 0 0 8px 6px;
}

.single-category-banner.single-cat3 {
    padding: 8px 0;
}

.single-category-banner.single-cat4 {
    padding: 0 0 8px;
}

.single-category-banner.single-cat5 {
    padding: 8px 6px 8px 0;
}

.single-category-banner.single-cat6 {
    padding: 0 6px 8px 0;
}

.cms-category .inner-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px rgb(221, 221, 221);
    -moz-box-shadow: 0 0 2px 1px rgb(221, 221, 221);
    -webkit-box-shadow: 0 0 2px 1px rgb(221, 221, 221);
    overflow: hidden;
}

.single-category-banner .category-title {
    bottom: 50px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    left: 60px;
    position: absolute;
    z-index: 5;
}

.single-category-banner .category-title:before {
    border-top: 1px solid #000000;
    content: "";
    position: absolute;
    top: -10px;
    width: 30px;
}


/* ==========================================================================
Single Cms Category End
========================================================================== */

.tmpmela_about_inner.image-left .about_image {
    text-align: left;
}

.tmpmela_about_inner.image-right .about_image {
    text-align: right;
}

.team-posts-content.posts-content .container .container-inner .staff-content {
    padding: 6%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    left: 20px;
    right: 20px;
    top: auto;
    transition: all 500ms;
    box-sizing: border-box;
}

.portfolio-filter {
    margin: 0 -2px;
}

.portfolio-filter h3 {
    display: none;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.portfolio-filter .single-portfolio:hover h3 {
    transform: scale(1);
}

.portfolio-filter-container .portfolio-container {
    margin: 0;
}

.portfolio-filter-container .options li a {
    border: 1px solid #EDECEA;
    color: #000000;
    margin: 2px 4px;
    padding: 7px 18px 6px;
}

.portfolio-filter-container .options li a:active,
.portfolio-filter-container .options li a.selected,
.portfolio-filter-container .options li a:hover {
    color: #FE4135;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
}

.portfolio-filter-container .item {
    margin: 0;
}

.portfolio-filter-container .portfolio-cols-1 .item {
    width: 100%;
}

.portfolio-filter-container .portfolio-cols-2 .item {
    width: 50%;
}

.portfolio-filter-container .portfolio-cols-3 .item {
    width: 33.33%;
}

.portfolio-filter-container .portfolio-cols-4 .item {
    width: 25%;
}

.portfolio-filter-container .portfolio-cols-5 .item {
    width: 20%;
}

.portfolio-filter-container .portfolio-cols-6 .item {
    width: 16.66%;
}


/********** brand list *****************/

.type-brand {
    margin: 0 0 60px;
}

.brand-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0;
}

.single-brand {
    text-align: center;
}

.single-brand .entry-thumbnail {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
    width: auto;
}

.brands {
    margin: 0 -10px;
}

.brands ul li {
    vertical-align: top;
    display: inline-block;
    list-style: none outside none;
    box-sizing: border-box;
    padding: 0 10px 20px;
    text-align: center;
    float: left;
}

.brands.list .brand-inner {
    background-color: #fff;
    padding: 10px;
}

.brands.list li:hover .brand-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.brands li h3.title {
    padding: 15px;
    margin: 0;
}

.brands li h3.title,
.brands li mark.count {
    font-size: 14px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    background: none;
}

.brands li:hover h3.title,
.brands li:hover mark.count {
    color: #000000;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

.brands li:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

.brands li img {
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.brands .columns-1 li {
    width: 100%;
}

.brands .columns-2 li {
    width: 50%;
}

.brands .columns-3 li {
    width: 33.33%;
}

.brands .columns-4 li {
    width: 25%;
}

.brands .columns-5 li {
    width: 20%;
}

.brands .columns-6 li {
    width: 16.66%;
}

.brand-list img {
    max-width: 100%;
    height: auto;
}


/******************* widgets-brand *************/

.primary-sidebar .brands ul li {
    padding: 0;
}

.primary-sidebar .brands li .brand-inner {
    border: 2px solid #EDECEA;
    margin: 1px;
}

.widgets-brand ul li.brand-static-wrapper {
    clear: both;
    padding: 25px 0;
    text-align: center !important;
    display: block !important;
    width: 100%;
}

.brand-static-wrapper .text1 {
    color: #22283e;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-static-wrapper .text2 {
    color: #000000;
    font-size: 16px;
    margin: 3px 0 5px;
}

.primary-sidebar .brand-static-wrapper .button a {
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 32px;
    text-transform: uppercase;
}

.primary-sidebar .brand-static-wrapper .button a:hover {
    background: #000000;
    border: 2px solid #000000;
    color: #ffffff;
}

.not-found h1 {
    margin-top: 0;
    color: #000;
}


/****************** countbox ****************/

.product-all {
    padding: 5px 0 10px;
}

.count-down.product-count-down {
    width: auto;
    font-size: 20px;
    clear: both;
    font-weight: 400;
    box-sizing: border-box;
    background: #ffffff;
    border: 2px solid #FE4135;
    margin: 0 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.woocommerce ul.products li.product:hover .count-down.product-count-down {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.countbox .timebox {
    position: relative;
    color: #000;
    padding: 4px;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
}

.countbox .second .timebox-inner:after {
    display: none;
}

.count-down .time {
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.countbox .timebox:last-child:before {
    content: none;
}

.countbox strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.price {
    width: 100%;
}

.product-description {
    color: #808080;
}

.product-description .read-more {
    display: none;
}

.home-featured-carousel .product-block-hover {
    margin-top: 5px;
    float: none;
    bottom: 0;
    clear: both;
}
