/*
Theme Name: Oxides Child
Theme URI: http://oxides.edge-themes.com
Description: A child theme of Oxides Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: oxides
*/
@import url("../oxides/style.css");

/* Take away border on table on Contact Page - table function in Edge Options didn't work */
@media all {
    table tbody tr, table thead tr {
        border: 0px;
    }
}

/* Adjust height of Best Can Be Mann Made banner on homepage */
.vc_custom_1510778557898 {
    padding-top: 0 !important;
}

/* Remove all-caps styling from post items and titles */
.edgtf-item-title {text-transform: none !important;}
.edgtf-post-title {text-transform: none !important;}

/* Add padding for article containers to create white space around edges for desktop */
@media screen and (min-width: 767px) {
.edgtf-container-inner {padding: 0 4em;}
}

/* Add padding for article containers to create white space around edges for mobile */
@media screen and (max-width: 766px) {
.edgtf-container-inner {padding: 0 1em;}
}

/* Failed attempt at making article listing page pictures the same size
.wp-caption, img {
    width: auto;
    max-width: none;
    height: 300px;
}
*/

/* Adjust font styling for video player headers */
h2.wpb_video_heading {
	font-size: 1.4em;
	padding-bottom: 0.5em;
}

/* Mann Fleet page: fade out when hovering on model image */
.fleethover img {opacity: 1; transition: opacity 200ms ease-in-out;}
.fleethover img:hover {opacity: 0.7; transition: opacity 200ms ease-in-out;}

/* Hack for adding space after a paragraph */
p {margin-bottom: 1em !important;}

/* Fix bottom padding on homepage message box after the paragraph hack */
.edgtf-message {padding-bottom: 0px;}

/* Tab styling for Tournaments, News, etc. pages (colors are set in Edge Options > Elements) */
.edgtf-tabs {text-align: center;}
@media all {
    .edgtf-tabs.edgtf-horizontal-tab .edgtf-tab-container {
        padding: 20px 0 20px;
        text-align: left;
    }
}

/* Adjust size of logo in header */
.edgtf-logo-wrapper {height: 60px !important;} /* was 75 before 30th ann. logo */
@media all {.edgtf-logo-wrapper a img.edgtf-normal-logo {height: 95px !important;}}

/* Adds margin at top of page header area */
@media all {.edgtf-page-header {margin: 15px 0px 0px 0px;}}

/* Hide the duplicated header */
.edgtf-sticky-header {display: none;}

/* On single post pages, fix the issue with the background color going up into the header behind the logo */
.single-post .edgtf-container {
    margin-top: 2.4em;
    margin-bottom: -2.4em;
}

/* Main menu: adjust padding and margin */
@media all {
    .edgtf-main-menu {
        margin-top: 10px;
        margin-right: 30px;
    }
}

/* Drop-down menus: fix coloring of active page from white to teal */
.edgtf-drop-down .second .inner ul li.sub ul li.current_page_item>a, .edgtf-drop-down .second .inner ul li.sub ul li:hover>a, .edgtf-drop-down .second .inner>ul>li.current_page_item>a, .edgtf-drop-down .second .inner>ul>li:hover>a {
    color: #27949e;
}

/* ----------------------------------------------------------------
All items below were originally from Custom CSS box in Edge Options
---------------------------------------------------------------- */

.edgtf-container-inner {
	background-color: #ffffff;
}

.edgtf-container {
    background-color: #ffffff;
}

div.edgtf-container {
    background-color: #ffffff;
}

@media all {
    .edgtf-footer-top-holder .widget:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 0px solid #494949;
    }
}

@media all {
    footer .widget > h6 {
        color: #000;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
}

@media all {
    .edgtf-vertical-align-containers .edgtf-position-left {
        left: 50px;
        bottom: 15px;
        top: 5px;
    }
}

@media all {
    .edgtf-page-header .edgtf-menu-area {
        height: 80px;
        position: relative;
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        transition: background-color .3s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media all {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
        display: block;
        max-height: 80px;
    }
}

@media all {
    footer .edgtf-footer-top-holder {
        display: block;
        background-color: #e9f8fe;
        background-position: center center;
        background-size: cover;
        color: #8d8d8d;
        box-sizing: border-box;
    }
}

@media all {
    footer .edgtf-footer-top-holder .edgtf-column .edgtf-column-inner {
        padding: 0 30px;
    }
}

@media all {
    .edgtf-drop-down .second .inner ul li a, .edgtf-drop-down .second .inner ul li h6, .edgtf-main-menu ul li a, aside.edgtf-sidebar .widget.widget_tag_cloud a {
	font-family: Montserrat, sans-serif;    
	text-transform: lowercase;
	text-transform: capitalize;
    }
}

@media all {
    .edgtf-footer-top-holder .widget .textwidget > a::after, .edgtf-footer-top-holder .widget.widget_nav_menu .menu-item a::after {
        font-family: none;
        content: none;
        margin-left: 10px;
        -webkit-transition: margin-left ease-in-out .2s;
        -moz-transition: margin-left ease-in-out .2s;
        transition: margin-left ease-in-out .2s;
        line-height: inherit;
        vertical-align: middle;
    }
}

/* 
@media all {
    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}
 */


@media all {
    h5 {
        font-size: 12px;
        line-height: 1.388888888888889em;
        font-weight: 700;
        letter-spacing: 1px;
    }
}

@media all {
    body {
        font-family: Roboto, sans-serif;
        font-size: 1em !important;
		line-height: 1.4em !important;
        color: #666;
        font-weight: 300;
        overflow-x: hidden !important;
        -webkit-font-smoothing: antialiased;
    }
}

@media all {
    @media only screen and (max-width: 1440px) {
        .edgtf-blog-holder.edgtf-blog-type-checkered article .edgtf-post-excerpt {
            margin: 9px 0 0;
            max-height: 45px;
            overflow: hidden;
        }
    }
}

@media all {
    .ngg-gallery-thumbnail a {
        display: block;
        margin: 0px;
        border: none;
        box-shadow: none;
    }
}
@media all {
    .edgtf-team.main-info-below-image .edgtf-team-info {
        margin-top:5px;
    }
}

@media all {
    footer .edgtf-footer-top:not(.edgtf-footer-top-full) .edgtf-container-inner {
        padding: 94px 0 85px;
        background-color: #e9f8fe;
    }
}

div.edgtf-container {
    background-color: #e9f8fe;
}

@media all {
    .edgtf-team.main-info-below-image .edgtf-team-image {
        overflow: hidden;
        position: relative;
        padding: 0 15px 0 15px;
    }
}

.edgtf-slider {
    margin-top: 135px;
}

@media all {
    body {
        font-family: Roboto, sans-serif;
        font-size: 15px;
        line-height: 17px;
        color: #666;
        font-weight: 300;
        overflow-x: hidden !important;
        -webkit-font-smoothing: antialiased;
    }
}

@media all {
    .edgtf-vertical-align-containers .edgtf-position-right {
        position:relative;
        float:right;
        z-index:2;
        height:100%;
        text-align:right;
    }
}


.edgtf-vertical-align-containers .edgtf-position-left {
    left: 50px;
    bottom: 15px;
    top: 2px !important ;
}

.edgtf-vertical-align-containers .edgtf-position-center:before, .edgtf-vertical-align-containers .edgtf-position-left:before, .edgtf-vertical-align-containers .edgtf-position-right:before {
    content: "";
    display: inline-block !important;
    vertical-align: middle;
    height: 100%;
    margin-right: -3px;
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-title {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 75px 35px 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-nav, .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-title {
        text-align: center;
        background-color: #27949e;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-nav li.ui-state-active a, .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-nav li.ui-state-hover a {
        color: #fff;
        background-color: #0b464b;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-boxed-tab .edgtf-tabs-nav li a {
        color: #27949e;
        background-color: #fff;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-nav li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0px;
        float: none;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-nav li a {
        padding: 10px 45px 10px 45px;
        color: #fff;
        font-size: 13px;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-full-width-tab .edgtf-tabs-nav {
        padding: 0 35px 0px;
    }
}

@media all {
    .edgtf-tabs .edgtf-tabs-nav {
        display: inline-block;
        position: relative;
        list-style: none;
        padding: 0;
        overflow: hidden;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media all {
    .edgtf-tabs .edgtf-tabs-nav li {
        padding: 0px 0px 0px 0px;
        background-color: #333;
    }
}

@media all {
    .edgtf-tabs.edgtf-horizontal-tab.edgtf-boxed-tab .edgtf-tabs-nav li.ui-state-active a, .edgtf-tabs.edgtf-horizontal-tab.edgtf-boxed-tab .edgtf-tabs-nav li.ui-state-hover a {
   text-decoration: none; }
}

@media all {
    .edgtf-tabs .edgtf-tabs-nav li {
        padding: 0px 0px 0px 0px;
        background-color: #fff;
        text-align: center;
    }
}