/*
    Theme Name:     Oasis
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio
    Description:    Oasis - Modern WooCommerce Theme
    Version:        1.1.2
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    oasis
    Domain Path:    /languages/
*/

/*
    Class WordPress Require
*/

.sticky{
	font-family: inherit;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding: .5rem .5rem .25rem;
	margin-bottom: 1rem;
	max-width: 100%;
	box-sizing: border-box;
}

#content .wp-caption-text {
	text-align: center;
	font-size: 1rem;
	margin: 0;
}
.screen-reader-text {
	display: none;
}
.bypostauthor > .comment_container {
	background-color: rgba(0, 0, 0, 0);
}
.gallery-caption{
	font-family: inherit;
}

/*
footer#certifications-footer
{
  background: #383838;
  padding-top: 75px;
  padding-bottom: 75px;
}
footer#certifications-footer .container
{
  max-width: 100% !important;
}
footer#certifications-footer .row
{
  margin-bottom: 50px;
}
footer#certifications-footer .row:last-of-type
{
  margin-bottom: 0;
}
footer#certifications-footer h3
{
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  footer#certifications-footer h3
  {
    font-size: 28px;
  }
}
footer#certifications-footer i
{
  font-family: FontAwesome !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #4e4e4c;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 24px;
}
footer#certifications-footer p
{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #808080;
}
footer#certifications-footer .navLinks a
{
  display: block;
  font-size: 16px;
  color: #fff;
}
footer#certifications-footer .navLinks .social a
{
  display: inline-block;
}
footer#certifications-footer small
{
  font-size: 13px;
  color: #808080;
}
footer#certifications-footer .flex-between-col
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#certifications-footer .flex-between-col a
{
  font-size: 13px;
  color: #808080;
}
@media (max-width: 992px)
{ 
  footer#certifications-footer .dot-list
  { 
    max-width: 690px;
    margin: 0 auto;
  }
}
footer#certifications-footer .dot-list ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px)
{
  footer#certifications-footer .dot-list ul
  {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer#certifications-footer .dot-list ul li
{
  font-size: 15px;
  color: #808080;
}
@media (max-width: 1199px)
{
  footer#certifications-footer .dot-list ul li
  { 
    font-size: 14px;
  }
}
@media (max-width: 1100px)
{
  footer#certifications-footer .dot-list ul li
  { 
    font-size: 13px;
  }
}
footer#certifications-footer .dot-list ul li.dot
{
  background: #808080;
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 100%;
}
@media (max-width: 992px)
{  
  footer#certifications-footer .dot-list ul li.dot
  { 
    margin: 0 10px;
  }
}
@media (max-width: 992px)
{
  footer#certifications-footer .dot-list ul li.dot.mob
  {
    display: none;
  }
}
*/


/* media query for slilder */
@media only screen
and (min-width: 1500px)
{
    .defaultimg
    {
        /*background-size: contain !important;*/
    }
}


/* Brochure Popup Styles */
.brochure
{
    position: absolute;
    max-width: 992px;
    padding: 8px 10px;
    top: -700px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
    box-shadow: #333 0px 1px 17px;
    transition: all 1s;
}

.brochure .wpcf7-form-control-wrap .wpcf7-text
{
    padding: 12px 3px !important;
}

.brochure__right
{
    float: left;
    max-width: 50%;
    padding: 70px 0;
}

.brochure__right h2
{
    font-size: 30px;
    font-weight: 100;
    color: #444;
    margin-bottom: 30px;
}

.brochure__right form p
{
    margin-bottom: 0;
}

.brochure__right form p span
{
    margin-bottom: 16px;
}

.brochure__right form p span input
{
    padding: 12px 30px;
    border: none;
    border-bottom: solid 1px #eee;
}

.brochure__right form input[type='submit']
{
    background: #12AAEB;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    max-width: 170px;
    margin: 40px auto 0;
    display: block;    
}

.brochure__left
{
    float: left;
    max-width: 50%;
    padding: 40px 80px;
}

.brochure__close
{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #444;
    padding: 0;
    margin: 0;
    line-height: 0.4;
    cursor: pointer;
}

/* Senetos Styled Form - Brandon */

.form-box
{
    background: #fff;
    overflow: hidden;
}

.form-box .form-heading
{
    background: #FFB606;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    font-family: Roboto Slab;
    line-height: 42px;
    padding: 35px 0 60px;
    border: transparent;
    width: 600px;
    height: 220px;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    margin-left: calc(50% - 300px);
    margin-bottom: 40px;
}

.form-box span
{
    margin-bottom: 10px;
}

.form-box .form-inputs input,
.form-box .form-inputs input[type="submit"]
{
    display: block;
    max-width: 75%;
    width: 75%;
    margin: 0 auto;
    font-size: 15px;
    padding: 7px 14px !important;
    height: 50px;
}

.form-box .form-inputs input[type="submit"]
{
    margin-top: 40px;
    background: #000;
    color: #fff;
}

.wpcf7-response-output
{
    color: #fff;
}

/* ----------------------------- */

/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
