/*
Theme Name: Mothia
Theme URI: http://mothiathemes.com/
Author: MothiaTheme
Author URI: http://themeforest.net/user/mothiathemes
Description: Minimal WordPress Blog Theme
Version: 1.0.0
Text Domain: mothia
Tags: two-columns, three-columns, custom-colors, custom-header, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
License: ThemeForest Licence
License URI: http://themeforest.net/licenses
*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700');

#navigation-bar .mothia-logo {
    float: left;
    margin: 11px 13px 0 26px;
}

body,
h1, h2, h3, h4, h5, h6,
div, ul > li > a,
.entry-content {
    color: black;
}

#brand {
    visibility: hidden;
}

#navigation-bar .container {
    /*flex: 1;
    -webkit-flex: 1;*/
    padding: 0;
    width: inherit;
}

#site-navigation ul.nav-list {
    float: left;
    height: 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

#site-navigation > ul > li {
    padding: 10px 0px 10px 0px;
}

#site-navigation > .right-btn-handler {
    padding: 10px 26px 10px 13px;
}

#site-navigation > ul > li > a {
    padding: 0 !important;
    margin: 0 11px;
    line-height: 14px !important;
    text-transform: none !important;
    border-bottom: 3px solid transparent;
    padding-top: 3px !important;
}

#site-navigation > ul > li > a:hover,
#site-navigation > ul > li > a.active {
    color: white !important;
    border-bottom: 3px solid white;
}

#site-navigation > .right-btn-handler {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#brand > .right-btn-handler {
    text-align: center;
    padding: 10px 0 20px;
}

#brand > .right-btn-handler a,
#site-navigation > .right-btn-handler a {
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 45px;
    padding: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #2fd442;
    line-height: 1 !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: none;
}

#site-navigation > .right-btn-handler a:hover {
    color: #2fd442;
}

.logo-handler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    align-items: center;
    -webkit-align-items: center;
    height: 58px;
    padding: 10px 13px 10px 26px;
}

.logo-handler img {
    height: 25px;
}


body.single blockquote,
body.blog blockquote {
	color: #79496A;
}
body.single,
body.blog { 
	color: #414042;
}
h1.page-title,
.entry-title,
.page.type-page h2.entry-title,
.page .entry-content h5,
.post .entry-content  h5,
.search h2.entry-title,
.post h2.entry-title,
.post h1.entry-title {
  font-family: 'Dancing Script';
}
.page .entry-content h1,
.post .entry-content  h1,
.search h2.entry-title,
.post h2.entry-title,
.post h1.entry-title {
    font-size: 58px;
    line-height: 69px;
    font-weight: 700;
    color: #000;
}
.page .entry-content h2.entry-title a,
.page .entry-content h1.entry-title a,
.search h2.entry-title a,
.post h2.entry-title a,
.post h1.entry-title a {
  color: #000;
}
.page .entry-content h2,.page .entry-content h3,.page .entry-content h4,
.post .entry-content h2, .post .entry-content h3, .post .entry-content h4 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #462B3E;
}
.page .entry-content h6,
.page .entry-content h1,
.post .entry-content h6,
.post .entry-content h1 {
  font-family: "Dancing Script", serif;
}
.page .entry-content h2,
.post .entry-content  h2 {
  font-size: 24px;
}
.page .entry-content h3,
.post .entry-content  h3 {
  font-size: 20px;
}
.page .entry-content h4,
.post .entry-content  h4 {
    text-transform: uppercase;
  font-size: 14px;
}
.page .entry-content h5,
.post .entry-content  h5 {
  font-size: 24px;
}
.page .entry-content h6,
.post .entry-content  h6 {
  font-size: 20px;
}
.page .entry-content h5,
.page .entry-content h6,
.post .entry-content  h5,
.post .entry-content  h6
  font-weight: bold;
}
.wp-caption-text {
	font-family: "Merriweather", serif;
}
form.searchform {
	position: relative;
}
form.searchform input#s {
    border-radius: 25px;
    padding-right: 145px;
    height: 42px;
}
form.searchform input#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
}
article.qards_page {
    background-color: #fff;
    margin-bottom: 45px;
    padding: 40px;
    border: 1px solid #ECEAEA;
}
@media screen and (max-width: 683px) {
    #brand {
        min-height: 58px;
        background-color: #949ea6;
        padding: 0;
        visibility: visible;
    }

    #mobile-nav-toggle {
        background-color: inherit;
    }

    #mobile-nav-toggle > .icon-bar {
        background-color: black;
        margin-top: 5px;
    }

    #brand > .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        min-height: inherit;
    }

    #brand > .container > .mothia-logo {
        max-width: 50%;
        margin: 0;
    }

    #site-navigation {
        height: inherit;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        justify-content: center;
        -webkit-justify-content: center;
    }

    #site-navigation > ul {
        height: inherit !important;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    #site-navigation > ul > li {
        padding: 24px 0;
        border-bottom: 1px solid white;
        width: 100%;
        text-align: center;
    }

    #site-navigation > ul > li > a {
        font-size: 33px !important;
        line-height: 36px !important;
    }

    #site-navigation > .right-btn-handler {
        justify-content: center;
        -webkit-justify-content: center;
        display: none;
    }

    #navigation-bar {
        display: block !important;
        /*display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;*/

        margin-top: 58px;
        box-shadow: none;
        padding: 0;
        background-color: rgba(36, 40, 44, 0.95) !important;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        -moz-transition: -moz-transform 0.6s, opacity 0.6s;
        -o-transition: -o-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
    }

    #navigation-bar.open {
        opacity: 1;
    }

    #navigation-bar > .container {
        height: 100%;

        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        -moz-transition: -moz-transform 0.6s, opacity 0.6s;
        -o-transition: -o-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0;
    }

    #navigation-bar.open > .container {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
    #navigation-bar .mothia-logo {
        display: none; 
    }
    #brand .brand-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .logo-handler {
        display: none;
    }
}

@media screen and (max-width: 991px) {
	.category-all-articles .blog-area{
		position: relative;
    display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
	  flex-direction: column-reverse;
	  -webkit-flex-direction: column-reverse;
	}
	#secondary{
		padding: 0px 15px 40px !important;
	}
}

@media screen and (min-width: 684px) {
    header {
        position: relative;
    }

    #brand {
        height: 58px;
    }

    .mobile #navigation-bar {
        height: 58px;
        top: 0 !important;
        padding: 0;
        display: block;
    }
}

.footer-wrap {
  background-color: #292929;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 39px;
}
.footer-wrap nav {
  width: 83.33333%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
	.footer-wrap nav {
		width: 83.33333%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-wrap .ubermenu li {
		float: none;
		width: 100% !important;
	}
	.footer-wrap .ubermenu ul ul {
		display: none;
	}
	.footer-wrap .ubermenu > ul > li {
		border-top: 1px solid #303336;
	}
	.footer-wrap .ubermenu > ul > li:last-child {
		border-bottom: 1px solid #303336;
	}
	.footer-wrap .ubermenu .ubermenu-image {
		margin: 0 auto;
		display: block;
	}
}