/*
Theme Name: Vanessa
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0
Tags: simple
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: someblog

*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
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 {
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky .entry-time {
    background-color: #353535 !important;
}

.gallery-caption {
    margin: 0;
}


/* BASE RULES */

html,
body,
header,
footer,
section,
article,
div,
nav {
    margin: 0;
    padding: 0;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lato";
    font-weight: normal;
    background-color: #ffffff;
}

* {
    box-sizing: border-box;
}

p {
    color: #6d6e71;
    font-size: 18px;
    margin: 0 0 15px;
}

a {
    text-decoration: none;
    color: #6d6e71;
    font-size: 14px;
    cursor: pointer;
}
/*
img {
    display: block;
    height: auto;
}*/

img { max-width: 100%; height: auto; }

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

form input[type="text"],
form input[type="email"],
form textarea {
    -webkit-appearance: none;
    border: solid 1px #6d6e71;
}

form input[type="text"]:focus,
form textarea:focus {
    border-color: #007ac3
}

form textarea {
    max-height: 200px;
    max-width: 1180px;
}

/* LAYOUT RULES */

.site-wrapper {
    position: relative;
    min-height:100%;
}

.container {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.sidebar {
    float: left;
    width: 30%;
    padding-left: 20px;
}

.mobile-menu, .mobile-footer {
    display: none;
}

.mobile-footer {
    padding: 0 30px;
}

.slicknav_menu {
	display:none;
}

/* MODULE RULES */

/* start for header*/
#header header {
    padding: 50px 0 30px 0;
}

#header .logo-wrapper {
    float: left;
    position: relative;
    height: 100%;
}

.logo-wrapper img {
    width: 100%;
}

#header .menu-wrapper {
    float: right;
    position: relative;
    height: 100%;
}

.main-menu a {
    text-transform: uppercase;
}

.main-menu .current_page_item a {
    color: #007ac3;
}

.main-menu .current-menu-item a {
    color: #007ac3;
}

.slicknav_nav a {
    padding: 10px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#header li {
    margin-left: 60px;
}

#header nav {
    margin-top: 72px;
}

#header nav a:hover {
    color: #007ac3;
}

#slider .slider-wrapper {
    /*width: 100%;*/
    /*max-height: 430px;
    height: 430px;*/
    position: relative;
}

.slider-wrapper .slider-image-wrapper {
    float: left;
    /*width: 30%;*/
    width: 415px;
}

.slider-wrapper .slider-content-wrapper {
    float: left;
    /*width: 70%;
    height: 100%;*/
    width: 785px;
    background: url('images/slider-textbox.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    text-align: center;
}

.slider-wrapper img {
    width: 100%;
    max-width: 100%;
}

.slider-image-wrapper img {
    /*height: 430px;*/
}

.slider-text-box {
    /*padding: 0 100px;*/
    height: 408px;
    max-width: 595px;
    margin: 0 auto;
}

.slider-text-box table { height: 100%; width: 100%; }
.slider-text-box table td { text-align: center; vertical-align: middle; }

.slider-text p {
    font-size: 35.5px;
    color: #fff;
    font-style: italic;
    text-align: center;
    line-height: 55px;
    font-weight: normal;
}
/* end of header */


/* start of banner */
#banner .banner-wrapper {
    padding: 40px 30px;
    text-align: center;
}

.banner-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.banner-content {
    font-size: 18px;
}
/* end of slider */

/* start of service */
#service .service-wrapper {
    padding: 40px 0;
    border-top: 1px solid #007ac3;
    border-bottom: 1px solid #007ac3;
}

.service-box-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-box-item {
    position: relative;
    width: 390px;
}

.service-icon {
    float: left;
    width: 25%;
    padding-top: 8px;
}

.service-content {
    float: left;
    width: 75%;
}

.service-title {
    font-size: 25px;
    margin-bottom: 10px;
}

.service-content p,
.service-content {
    font-size: 16px;
}

.service-content a {
    text-decoration: underline;
    font-size: 16px;
}

.service-content a:hover {
    color: #007ac3;
}
/* end of service */

/* start of story */
#story {
    padding: 40px 0;
}

.story-content-wrapper {
    float: left;
    width: 70%;
    padding-right: 50px;
}

.story-image-wrapper {
    float: right;
    width: 30%;
}

.story-image-wrapper img {
    width: 100%;
}

.story-content-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.story-content-wrapper p,
.story-content-text {
    font-size: 16px;
}
/* end of story */

/* start of contact */
#contact-part .contact-part-wrapper {
    background: url(assets/contact-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.contact-part-text {
    font-size: 35.5px;
    font-style: italic;
    color: #fff;
    margin-bottom: 40px;
}

.contact-part-btn {
    position: relative;
    display: inline-block;
    outline: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 15px 60px;
}

.contact-part-btn:hover {
    background-color: #0358a0;
}

div.wpcf7-response-output {
    text-align: center;
    margin: 0;
    border: none;
    color: tomato;
}
/* end of contact */

/* start of News */
#news {
    padding: 40px 0;
}

.news-title {
    margin-bottom: 20px;
    font-size: 25px;
}

.news-box-wrapper {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-box-item {
    width: 370px;
    position: relative;
    text-align: center;
}

.news-box-item a:hover {
    color: #007ac3;
}

.news-box-item img {
    width: 100%;
}

.news-item-title {
    font-size: 16px;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.news-item-title p {
    color: #007ac3;
    font-size: 18px;
    margin: 15px 0 5px 0;
}

.news-item-read {
    font-size: 12px;
}

.news_cont {
    padding: 50px 0;
}
/* end of News */

/* start of testimonial */
.testimonial-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #007ac2;
    border-bottom: 1px solid #007ac2;
}

.testimonial-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.testimonial-content {
    margin-bottom: 30px;
}

.testimonial-content p,
.testimonial-text {
    font-size: 16px;
}

.testimonial-author {
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
}
.testi_author_text p {
    font-style: italic;
    font-size: 15px;
}
/* end of testimonial */


/* start of sponsor */
.sponsor-wrapper {
    padding: 40px 0;
    border-bottom: 1px solid #007ac2;
    text-align: center;
}

.sponsor-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.bxslider img {
    /*height: 100%;
    margin: auto;*/
}
/* end of sponsor */

/* owl carousel */
.owl-carousel {
    padding: 0 40px;
}

.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

/* start of partnership */
.partnership-wrapper {
    padding: 40px 0;
    text-align: center;
}

.partnership-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.partnership-box-wrapper {
    width: 100%;
    display: -webkit-flex;
    /*-webkit-flex-wrap: wrap;*/
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
}

.partnership-box-wrapper ul {
    width: 80%;
    margin: 0 auto;
}

.partnership-box-item {
    margin: 0 20px;
}
/* end of partnership */

/* news page content */

.news-content {
    float: left;
    width: 65%;
}

.news_cont .main-content {
    padding: 60px 0;
}

.news_cont .news-content-title {
    width: 75%;
    margin-bottom: 10px;
}

.news-content-date,
.news_cont .news-content-date {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.news-content-inside h1,
.news-content-inside h2,
.news-content-inside h3,
.news-content-inside h5 { margin-bottom: 20px; }

.news-content-inside h4 { color: #007ac3; font-size: 20px; margin: 0 0 20px; }

.news_cont .news-content-wrap {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #58595b;
}

.news-content-wrap ul {
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.news-content-wrap li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: inherit;
    font-style: inherit;
    margin-bottom: 10px;
    color: #6d6e71;
}

.news-content-wrap a {
    color: #007ac3;
}

.news-content-wrap p,
.news_cont .news-content-wrap p {
    text-align: left;
    font-size: 16px;
    line-height: 140%;
}

.news-content-share {
    margin: 20px 0;
}

.news-content-share .news-share-title {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.article-content-wrapper {
    padding-right: 30px;
    border-right: 1px solid #58595b;
}

.article-content-wrapper img {
    /*width: 100%;*/
    max-width: 100%; height: auto;
}

.news-content-share h3 {
    font-size: 14px;
    font-weight: normal;
}

.news-content-share ul {
    clear: right;
}

.news-content-share li {
    display: inline-block;
    margin-right: 10px;
}

/* end of news page */

/* side bar (news) */
.sidebar .sidebar-title {
    font-size: 14px;
}

.sidebar-border {
    margin-top: 10px;
}

.sidebar-article-wrapper {
    margin-top: 10px;
}

.sidebar-article-img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    width: 59px;
}

.sidebar-article-text {
    float: left;
    width: 50%;
}

.sidebar-article-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.sidebar-article-title p {
    margin-bottom: 0;
    font-size: 16px;
}

.sidebar-article-date {
    font-size: 12px;
    margin-bottom: 0;
}

/* end of side bar */

/* contact single page */
.contact-wrapper {
    padding: 40px 0;
}

.contact-wrapper p {
    font-size: 25px;
    width: 82%;
}

.contact-content-wrapper a {
    color: #007ac3;
    font-size: 25px;
}

.contact-box-wrapper {
    margin-top: 30px;
}

.contact-box-wrapper h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0;
}

.contact-box-wrapper form {
    width: 100%;
}

.contact-form-row {
    display: inline-block;
    margin-bottom: 25px;
}

.contact-form-row-last {
    margin-bottom: 0;
}

.contact-box {
    padding: 15px 10px;
}

.contact-info {
    width: 577px;
}

.contact-spacing {
    display: inherit;
    width: 15px;
}

.contact-subject {
    width: 1175px;
}

.contact-message {
    width: 1175px;
}

.contact-btn {
    display: block;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-btn:hover {
    background-color: #055c90;
}

/* end of contact single page */

/* start of footer */
#footer {
    background-color: #353535;
    padding: 30px 0 10px 0;
}

#footer a:hover {
    color: #007ac3;
}

.footer-item-btm a {
    font-size: 10px;
}

.footer-item-btm a:hover {
    color: #007ac3;
}

.footer-wrapper {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-box-item {
    width: 360px;
}

.footer-box-item-wrap {
    padding: 0 30px;
}

.footer-box-item p {
    color: #fff;
}

.footer-item-top {
    margin-bottom: 130px;
}

.footer-box-item h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
}

.footer-item-article-text h3 {
    font-size: 12px;
    font-style: italic;
}

.footer-item-btm p {
    font-size: 10px;
}

.footer-box-item-wrap a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-box-item ul {
    margin-top: 30px;
}

.footer-box-item-wrap li {
    display: list-item;
    margin-bottom: 10px;
}

.footer-item-article-wrap {
    margin-top: 20px;
}

.footer-item-article-item {
    margin-bottom: 10px;
}

.footer-item-article-img {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.footer-item-article-img img { max-width: 59px; height: auto; }

.footer-item-article-text {
    clear: right;
}

.footer-item-article-text a {
    text-transform: none;
}

.footer-item-article-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-box-item-wrap .footer-social {
    margin-top: 50px;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}
/* end of footer */


/* THEME RULES */

.theme-blue-c {
    color: #007ac3;
}
.theme-blue-b {
    background-color: #007ac3;
}
.theme-grey-c {
    color: #6d6e71;
}
.theme-grey-b {
    background-color: #6d6e71;
}
.theme-grey1-c {
    color: #414042;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 1200px) {
    .container{
        width: 960px;
    }
    .slider-wrapper .slider-image-wrapper { width: 335px;  }
    .slider-wrapper .slider-content-wrapper {  width: 625px; }
    #slider .slider-wrapper, .slider-image-wrapper img {
        /*height: 350px;*/
    }
    .slider-text-box { height: 329px;  }
    .slider-text p {
        font-size: 32px;
        line-height: 50px;
    }
    .banner-title {
        padding: 0 80px;
    }
    .service-box-item {
        width: 310px;
    }
    .news-box-item {
        width: 310px;
    }
    .footer-box-item {
        width: 320px;
    }
    .contact-info {
        width: 468px;
    }
    .contact-message, .contact-subject {
        width: 960px;
    }
}

@media only screen and (max-width: 959px) {
    .container {
        width: 768px;
    }
    #slider .slider-wrapper, .slider-image-wrapper img {
        /*height: 280px;*/
    }
    .slider-wrapper .slider-image-wrapper { width: 285px;  }
    .slider-wrapper .slider-content-wrapper { width: 483px;  }
    .slider-text p {
        font-size: 26px;
        line-height: 35px;
    }

    .slider-text-box {
        height: 280px;
        /*padding: 0 60px;*/
        padding: 0 30px;
    }
    .service-box-item {
        width: 240px;
    }
    .service-content p,
    .service-text {
        font-size: 15px;
    }
    .service-icon {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .service-content {
        width: 100%;
        float: none;
    }
    .news-box-item {
        width: 250px;
    }
    .footer-box-item {
        width: 256px;
    }
    .news_cont .main-content {
        padding: 30px 0;
    }
    .contact-part-text {
        margin-bottom: 20px;
    }
    .contact-info {
        width: 372px;
    }
    .contact-message, .contact-subject {
        width: 768px;
    }
    .contact-wrapper p {
        width: 90%;
    }
    .news-content, .sidebar, .news_cont .news-content-title {
        width: 100%;
    }
    .sidebar {
        margin-top: 20px;
        padding-left: 0;
    }
    .article-content-wrapper {
        padding-right: 0;
        border: none;
    }

}

@media only screen and (max-width: 767px) {
    .main-content {
        width: 90%;
        margin: 0 auto;
    }
    .container {
        margin: 0 auto;
        width: 100%;
    }
    #header header {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
    }
    .main-menu {
        display: none;
    }
    .slicknav_menu {
		display:block;
        padding: 0;
        background-color: #007ac3;
	}
    .service-icon { text-align: center;  }
    .service-title { text-align: center; }
    #header li {
        margin-left: 0;
    }
    .slicknav_btn {
        display: none;
    }
    .slicknav_nav a:hover {
        background: #238ecd;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu a {
        display: inline-block;
        margin-top: 15px;
    }
    .logo-wrapper img {
        height: 55px;
        width: 120px;
    }
    #slider .slider-wrapper { margin: 0 30px;  }
    #slider .slider-wrapper, .slider-image-wrapper img {
        /*height: 250px;*/
    }
    .slider-wrapper .slider-image-wrapper { float: none; width: auto; text-align: center;  }
    .slider-wrapper .slider-content-wrapper { float: none; width: auto;  }
    .slider-text-box { height: auto; padding-top: 40px; padding-bottom: 40px;  }
    .slider-text p {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }
    .slider-wrapper img {
        width: auto;
    }
    .slider-image-wrapper img {
        margin-bottom: -5px;
    }
    .banner-title {
        font-size: 26px;
        padding: 0;
    }
    #banner .banner-wrapper {
        padding: 40px 0;
    }
    .service-box-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .service-box-item-wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .service-content p,
    .service-text {
        font-size: 18px;
    }
    .news-box-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .story-image-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }
    .story-content-wrapper {
        float: none;
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
    }
    .testimonial-wrapper {
        padding-top: 30px;
    }
    .contact-part-text {
        font-size: 26px;
    }
    .contact-part-btn {
        padding: 10px 40px;
        border-radius: 5px;
        font-size: 14px;
    }
    #news {
        padding-bottom: 0;
    }
    .news-item-title {
        font-size: 22px;
    }
    .sponsor-title, .partnership-title {
        font-size: 18px;
        padding: 0 30px;
    }
    .footer-box-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-item-top {
        margin-bottom: 10px;
    }
    .footer-item-btm {
        display: none;
    }
    .mobile-footer {
        display: block;
    }
    .mobile-footer .footer-item-btm {
        display: block;
    }
    .contact .main-content {
        padding: 30px 0;
    }
    .contact-wrapper p {
        width: 100%;
        font-size: 20px;
    }
    .contact-info {
        width: 100%;
    }
    .contact-message, .contact-subject {
        width: 100%;
    }
    .contact-btn {
        width: 100%;
        text-align: center;
    }
    .contact-form-row {
        width: 100%;
    }
    .owl-carousel {
        padding: 0;
    }
}
