@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Jessica - Nutritionist Website Template
Version:            1.0.0
Created Date:       9/08/2017 
Created by :        https://easetemplate.com/ 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background colora
        4.5 Features
        4.7 Call to actions
        4.8 Img hov
er effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    9.6  404 error
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { font-family: 'Roboto', sans-serif; font-size: 13pt; color: #525652; font-weight: 400; line-height: auto; }
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif; color: #181c18;  margin: 0px 0px 15px 0px}
h1 { font-size: 26px; }
h2 { font-size: 22px; line-height: 30px; }
h3 { font-size: 20px; line-height: 34px; }
h4 { font-size: 18px; line-height: 30px; }
h5 { font-size: 16px; line-height: 28px; }
h6 { font-size: 14px; }
p { margin: 0 0 30px; line-height: auto; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #181c18; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #0095DA; }
.lead { font-size: 21px; font-weight: 300; line-height: 1.5; font-family: 'PT Serif', serif; color: #0095DA; margin-bottom: 30px; font-style: italic; }
.blockquote { border-bottom: 1px solid #ededed; border-top: 1px solid #ededed; color: #181c18; }
.blockquote-content p { font-family: 'Roboto', sans-serif; color: #181c18; margin-bottom: 15px; margin-top: 15px; line-height: 1.6; font-weight: 400; font-size: 30px; }
.blocquote-author { }
.blockquote-icon { font-size: 30px; color: #0095DA; font-family: FontAwesome; font-style: normal; float: left; margin-right: 15px; margin-top: 8px; }
strong { color: #111; font-weight: 700; }
hr { border-bottom: 1px solid #ededed; margin-bottom: 40px; margin-top: 40px; }

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 12px; text-transform: uppercase; color: #9b9a98; }
.form-control:focus { box-shadow: none }
.textarea.form-control { }
.required { }
.input-group, .form-group { }
.form-control { font-style: normal; border: 0; color: #767a7e; font-size: 11pt; width: 100%; height: 50px; padding: 10px; line-height: 1.42857143; background-image: none; background-color: transparent; border-radius: 0px; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); border-bottom: 2px solid #d3d3d3; }
.input-group { position: relative; display: table; border-collapse: separate; }
input[type=checkbox], input[type=radio] { margin: 8px 0 0; margin-top: 1px; line-height: normal; }
.input-group-addon { border-radius: 0px; }
input::-webkit-input-placeholder { color: #4d5457 !important; }
textarea::-webkit-input-placeholder { color: #4d5457 !important; }
.form-control {background-color: #FFF }
.input-group-addon { background-color: #eaf0f2; border: 1px solid #eaf0f2; }
input:focus{box-shadow: none}
.form-group input, .form-group textarea {border-bottom: 1px solid #0095DA; color: #005189}

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 30px 30px; }
.alignleft { float: left; margin: 0px 30px 0px 0; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Roboto', sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 700; padding: 12px 22px; margin-bottom: 4px; border-radius: 0px; border: 2px solid #555555; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }
.btn-primary { background-color: transparent; border: 2px solid #0095DA; color: #0095DA; }
.btn-primary:hover { background-color: #0095DA; border: 2px solid #0095DA; color: #fff; }
.btn-primary.focus, .btn-primary:focus { background-color: #0095DA; border: 2px solid #0095DA; color: #fff; }
.btn-default { background-color: transparent; border: 2px solid #555555; color: #555555; }
.btn-default:hover { background-color: #555555; border: 2px solid #555555; color: #fff; }
.btn-default.focus, .btn-default:focus { background-color: #555555; border: 2px solid #555555; color: #fff; }
.btn-lg { padding: 15px 36px; font-size: 15px; }
.btn-sm { padding: 8px 18px; font-size: 12px; }
.btn-xs { padding: 6px 16px; font-size: 10px; }
.btn-link { color: #181c18; font-size: 13px; font-weight: 700; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-link:hover { color: #0095DA; text-decoration: none; }
button.btn { margin-right: -1px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 20px; padding-bottom: 30px; }
.space-medium { padding-top: 80px; padding-bottom: 80px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mr10 { margin-right: 10px; }
.ml5 { margin-left: 5px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb130 { margin-bottom: 130px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdb150 { padding-bottom: 150px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.pdtb40 { padding-bottom: 40px; padding-top: 40px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-dark { background-color: #0095DA; color: #FFF }
.bg-dark .section-title-head{ color: #FFF; border-bottom: 1px #FFFFFF solid; }
.bg-light { background-color: #f9f9f9; }
.bg-white { background-color: #fff; }
.bg-primary { background-color: #ffe62c; color: #fff; }
.text-dark { color: #FFF }
.text-light { color: #005189; }
.text-white { color: #333; }
.text-primary { color: #fff; }
.bg-default { }
.outline { }
.section-title { margin-bottom: 20px; text-align: center }
.section-title-head{font-size: 26pt; font-weight: 300; color: #005189; font-family: 'Roboto', sans-serif; line-height: 1.3; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px #005189 solid;}
.dark{color: #FFF; border-bottom: 1px #FFF solid; }
.section-title-sub-head{font-size: 18pt; font-weight: 400; color: #0095DA; text-transform: uppercase; padding-bottom: 6px; margin: 0px 0px 10px 0px}
.section-light {background-color:#CCC; margin-bottom: 10px; padding: 20px 10px; max-width: 100%}
.section-dark {background-color: #F8F8F8; padding: 20px 10px; margin: 0px 0px 10px 0px; max-width: 100%}
.title {color: #333333; font-size: .8em;  line-height: 1.4em; margin: 10px 0px; min-height: 40px}
.big-title {color: #000; font-size: 14pt; line-height: 14pt; font-weight: 500; margin: 10px 0px; min-height: 40px}
.sub-title { color: #333333; font-size: 10pt;  line-height: 1.5em; margin-top: 6px; border-top: 1px solid #0095DA; padding-top: 10px}
.small-title { }
.small-text { padding-top: 20px; font-size: 12px; font-weight: 500; text-align: center; }
.text-white { color: #fff; }
.text-black { color: #111; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }
.divider-line { }
.section-adv { margin-bottom: 10px; width: 100%; padding: 8px; border: 1px solid #EEE }
.section-adv-title {position: absolute; top: -14px; left: 25px; font-size: 8pt; color: #DDD; background-color: #FFF; min-height: 5px }
.section-adv img { width: 100% }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature-block { border: 1px solid #ededed; padding: 30px; margin-bottom: 30px; background-color: #fff; }
.feature-text { }
.feature-title { }
.feature-content { margin-left: 80px; }
.feature-section { }
.feature-icon { font-size: 50px; color: #0095DA; margin-bottom: 30px; float: left; }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle, .arrow { position: relative; font-weight: 400; }
.angle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 12px; padding-top: 0px; color: #0095DA; content: "\f105"; }
.arrow-right li:after { font-family: FontAwesome; display: block; position: absolute; right: 15px; font-size: 14px; padding-top: 0px; color: #0095DA; content: "\f105"; bottom: 20px; }
.sub_angle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 12px; padding-top: 0px; color: #0095DA; content: "\f105"; }
.sub_arrow-right li:after { font-family: FontAwesome; display: block; position: absolute; right: 15px; font-size: 14px; padding-top: 0px; color: #0095DA; content: "\f105"; bottom: 20px; }
.chekbox { position: relative; color: #777777; font-weight: 400; line-height: 34px; }
.chekbox li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 14px; padding-top: 0px; color: #111111; content: "\f046"; }
.chekbox li { padding-left: 25px; }


/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-section { background-color: #25aae1; padding-top: 40px; padding-bottom: 40px; color: #fff; text-align: center; }
.cta-block { }
.cta-text { font-size: 28px; font-style: italic; font-weight: 400; font-family: 'Roboto', sans-serif; margin-bottom: 20px; }
.cta-title { }
.cta-btn { }
.widget-cta-primary { background-color: #25aae1; padding: 30px; border-radius: 5px; color: #fff; margin-bottom: 30px; }
.widget-cta-primary-title { color: #fff; }
.widget-cta-default { background-color: #143575; padding: 30px; border-radius: 5px; color: #fff; margin-bottom: 30px; }
.widget-cta-default-title { color: #fff; }
.widget-cta { background-color: #fff; padding: 30px; border-radius: 5px; border: 1px solid #dfe6ea; margin-bottom: 30px; }
.widget-cta-block { }
.widget-cta-icon { }
.widget-cta-content { }
.widget-cta-title { }
.widget-cta-text { }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0px; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 50%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: "\f061"; font-family: "FontAwesome"; font-size: 30px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background-color: rgba(17, 22, 17, 0.60); }
.imghover:hover::after { color: #fff; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/



/*-----------------------------------
7. before after gallery
-------------------------------------*/
.ba-gallery { }
.left-btn, .right-btn { }
.ba-left-btn { }
.ba-right-btn { }

/*-----------------------------------
9. Pages 
-------------------------------------*/



  
	
	

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }


/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block { margin-bottom: 30px; padding: 30px; border-radius: 5px; background-color: #25aae1; color: #fff; }
.contact-form { margin-bottom: 30px; border-radius: 5px; }
.contact-head { padding-left: 50px; margin-top: -42px; }
.contact-info h4 { color: #fff; }
.contact-info p { color: #fff; }
.contact-icon { }
.contact-info ul { }
.contact-info ul li { color: #525652; line-height: 2; margin-bottom: 10px; font-size: 15px; }
.contact-info ul li i { margin-right: 16px; color: #52c65a; font-size: 24px; }
.contact-info ul li:last-child { border-bottom: 0px; }
.contact-title { }
.get-in-touch { }
.contact-social { margin-bottom: 22px; }
.contact-social ul { margin-top: -1px; }
.contact-social ul li { line-height: 1; margin-bottom: 8px; }
.contact-social-btn { border-radius: 0px; display: inline-block; line-height: 1.5; font-size: 22px; color: #fff; }
.contact-social span { margin-left: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.btn-twitter { background: transparent; color: #00aced; }
.btn-twitter:hover, .btn-twitter:active { background: transparent; color: #00aced; }
.btn-facebook { background: transparent; color: #3B5997; }
.btn-facebook:hover, .btn-facebook:active { background: transparent; color: #3B5997; }
.btn-googleplus { background: transparent; color: #D64937; }
.btn-googleplus:hover, .btn-googleplus:active { background: transparent; color: #D64937; }
.btn-instagram { background: transparent; color: #fb3958; }
.btn-instagram:hover, .btn-instagram:active { background: transparent; color: #fb3958; }
.btn-linkedin { background: #0074A1; color: #fff; }
.btn-linkedin:hover, .btn-linkedin:active { background: #006288; color: #fff; }
.btn-social { margin: 20px 0px 25px 0px; -webkit-font-smoothing: antialiased; font-size: 12px; }
.contact-social { }
.contact-social a span { }
.contact-social a span:hover { }

/*------------------------
10. Blog pages
--------------------------*/

/*----- post-----*/



/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; }
.st-pagination { text-align: center; margin-top: 30px; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 1.6; color: #333333; text-decoration: none; font-size: 11px; border-radius: 0px; border: 1px solid #333333; background-color: transparent; font-weight: 700; text-transform: uppercase; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #333333; border: #333 1px solid; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 0px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 0px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #333; border: 1px solid #333; }


/*------------------------
 13. Sidebar / Widgets
--------------------------*/


/*-------------styleguide-------------*/
.box-info { font-size: 16px; line-height: 1.6; }
.circle-default-color { background-color: #181c18; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #5d605d; }
.circle-primary-color { background-color: #0095DA; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #86d88b; }
.circle-heading-color { background-color: #181c18; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #5d605d; }
.circle-secondary-color { background-color: #525652; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #868886; }
.box-bg-color { }
.unordered ul { list-style: none; padding-left: 18px; }
.unordered ul li { line-height: 2; }
.ordered ol { list-style: decimal; margin-left: 20px; }
.ordered ol li { line-height: 2; }
.altenate { }
.altenate ul { list-style: none; }
.altenate ul li { border-bottom: 1px solid #e1e0dd; line-height: 2.5; }
.box-table { padding: 16px 30px; margin: 0 -15px 15px; border-color:; border: 1px solid #dbdad8; }
.unordered i { margin-right: 10px; color: #ff8119; font-size: 16px; }

/*-------------404 error-------------*/
.error { text-align: center; position: relative; }
.error-content { position: absolute; text-align: center; top: 250px; left: 34%; }
.error-icon { }
.error-heading { font-size: 200px; margin-top: 120px; font-weight: 900; }
.error-meta { font-size: 22px; font-weight: 700: 70px; text-transform: uppercase; display: block; margin-top: 80px; position: absolute; left: 10px; }
.error-text { font-size: 18px; position: absolute; margin-top: 150px; font-weight: 400; }
.error-btn { position: absolute; margin-top: 240px; left: 70px; }

/*-------------map-------------*/
#map { }
#contact-map { width: 100%; height: 400px; }


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    .slider-captions { bottom: 50px; }
    .slider-title { font-size: 24px; line-height: 36px; font-weight: 700; }
    .slider .owl-nav .owl-prev { display: none; }
    .slider .owl-nav .owl-next { display: none; }
    .page-section { padding-bottom: 50px; padding-top: 50px; }
	.main-guide {display: none}
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { 	.main-guide {display: none}
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .slider-captions { bottom: 80px; }
    .slider-title { font-size: 24px; line-height: 12px; font-weight: 700; }
    .slider .owl-nav .owl-prev { display: none; }
    .slider .owl-nav .owl-next { display: none; }
    .page-section { padding-bottom: 50px; padding-top: 50px; }
    .error-content { position: absolute; text-align: center; top: 130px; left: 24%; }
	.main-guide {display: none}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .slider-captions { bottom: 40px; }
    .slider-title { font-size: 16px; line-height: 12px; font-weight: 700; }
    .slider .owl-nav .owl-prev { display: none; }
    .slider .owl-nav .owl-next { display: none; }
    .page-section { padding-bottom: 30px; padding-top: 30px; }
    .plan-price { position: initial; }
    .comment-meta-date { position: inherit; }
    .error { text-align: center; position: relative; margin-bottom: 70px; }
    .error-content { position: absolute; text-align: center; top: 60px; left: 14%; }
    .error-content h3 { font-size: 10px; }
    .error-icon { }
    .error-heading { font-size: 80px; margin-top: 20px; font-weight: 900; }
    .error-meta { font-size: 12px; font-weight: 700: 24px; text-transform: uppercase; display: block; margin-top: 5px; position: absolute; left: 30px; }
    .error-text { font-size: 10px; position: absolute; margin-top: 30px; font-weight: 400; }
    .error-btn { position: absolute; margin-top: 120px; left: 10px; }
	.main-guide {display: none}
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .slider-captions { bottom: 40px; }
    .slider-title { font-size: 16px; line-height: 12px; font-weight: 700; }
    .slider .owl-nav .owl-prev { display: none; }
    .slider .owl-nav .owl-next { display: none; }
    .page-section { padding-bottom: 30px; padding-top: 30px; }
    .plan-price { position: inherit; }
    .comment-meta-date { position: initial; }
    .error { text-align: center; position: relative; margin-bottom: 70px; }
    .error-content { position: absolute; text-align: center; top: 60px; left: 14%; }
    .error-content h3 { font-size: 10px; }
    .error-icon { }
    .error-heading { font-size: 80px; margin-top: 20px; font-weight: 900; }
    .error-meta { font-size: 12px; font-weight: 700: 24px; text-transform: uppercase; display: block; margin-top: 5px; position: absolute; left: 30px; }
    .error-text { font-size: 10px; position: absolute; margin-top: 30px; font-weight: 400; }
    .error-btn { position: absolute; margin-top: 120px; left: 10px; }
	.main-guide {display: none}
}