/*

Theme Name: Missouri Angus Association
Theme URI: http://www.missouriangus.org/
Description: WordPress theme for Missouri Angus Association
Version: 1
Author: Angus Media
Author URI: http://www.angus.media/

*/

/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad > * {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}
.nopad-md{padding: 0;}

@media (min-width: 992px) {
    .nopad-md{
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    overflow-y: scroll; 
}

/* @endregion*/




/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1, h2, h3, h4, h5, h6, .navbar-default {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-weight: 700;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

html, body {
    height: 100%;
}

body {
    background: #aea797 url('images/iStock_000054413644_Double.jpg') center center fixed no-repeat;
    background-size: cover;
}

@media(min-width: 992px) {
    .h-middle {
        width: 3.33333333%;
    }

    .h-uc {
        width: 55%;
        min-height: 535px;
    }
}

a, a:visited, a:hover, a:focus {
    color: #000;
    text-decoration: underline;
}

.logoSmall {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px !important;
    z-index: 1011;
    padding: 20px;
}

.topSmall {
    background: #fff;
}

.logoBig {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px !important;
    z-index: 1005;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .logoBig {
        position: absolute;
        top: 28px;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 170px !important;
        z-index: 1005;
    }
}

#home-image {
    position: relative;
    z-index: 4;
}

#home-image img{
    width: 100%;
}

#main {
    position: relative;
    margin-top: -75px;
    z-index: 5;
}

@media(min-width: 1200px) {
    #main {
        position: relative;
        margin-top: -280px;
        z-index: 5;
    }
}

#main-page {
    position: relative;
    margin-top: 150px;
    z-index: 5;
}

@media(max-width: 1200px) {
    #main-page {
        margin-top: 50px;
    }
}

.content {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
}

.page-content {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
}

@media(min-width: 768px) {
    .content {
        top: 170px;
    }
}

@media(max-width: 768px) {
    .content {
        top: 190px;
    }
}

.page-content .row, .content .row {
    margin-bottom: 30px
}

.white {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
            box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    padding-top: 20px; 
   padding-bottom: 35px;
}

.yellow {
    background-color: #e5a13b;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
            box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    padding: 20px;
}

.whitebg {
    background-color: #fff;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
            box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    padding: 20px;
}

.whitebg h2 {
    background-color: #e5a13b;
    margin: -20px -20px 0 -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.border-white {
    background-color: #fff;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
            box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    padding: 20px;
}

.border-yellow {
    background-color: #fff;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
            box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    padding: 0;
}
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.title {
    padding: 20px;
    background-color: #e5a13b;
}

.btn-default {
    background-color: #e5a13b;
    border: 0;
    font-size: 18px;
    padding: 10px 40px;
    color: #000 !important;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #eeb45e;
}

.home-ads {
    background-color: #fff;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
            box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    padding: 20px 5px;
}

.ads img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
            box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}

.ads {
    margin-left: 20px;
    margin-right: 20px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 1px;
}

.slick-prev:after {
      content: "\f104";
    font: 40px/1 'FontAwesome';
}

.slick-next {
    right: 1px;
    text-align: right;
}

.slick-next:after {
       content: "\f105";
     font: 40px/1 'FontAwesome';
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

footer p {
    line-height: 18px;
}

footer a, footer a:visited, footer a:hover, footer a:focus {
    color: #000;
    text-decoration: none;
}

a[href$=".pdf"]:before { 
    font-family: FontAwesome;
    content: "\f1c1";
    color: #cc353a;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

a[href$=".docx"]:before { 
    font-family: FontAwesome;
    content: "\f1c2";
    color: #2a5699;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

h1 {
    border-bottom: 2px solid #e5a13b;
    display: inline-block;
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

nav {
    z-index: 1010;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #000;
    background-color: #ffffff;
    font-weight: 700;
    font-size: 26px;
}


@media(min-width: 992px) {
    .navbar-default {
        height: 146px;
    }
/*    .navbar-default .navbar-nav>li>a {
        line-height: 135px;
    }*/
}

@media(min-width: 1200px) {
    .navbar-default {
        height: 170px;
    }
}

/*@media(min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        line-height: 70px;
    }
}*/

@media(min-width: 992px) and (max-width: 1299px) {
    .navbar-default .navbar-nav>li>a {
        line-height: 135px;
    }
}

@media(min-width: 1300px){
    .navbar-default .navbar-nav>li>a {
        line-height: 145px;
    }
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited {
    color: #000;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #e5a13b;
    text-decoration: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

@media(max-width: 992px) {
    .navbar-default {
        background-color: #e5a13b;
        border-top: 5px solid #000;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #6d4d17;
    }
}

@media(min-width: 1300px) {
    .nav>li>a {
        padding: 10px 30px;
    }
}

@media(min-width: 768px) and (max-width: 992px){
    .navbar-default {
        font-size: 22px;
    }
    .nav>li>a {
        padding: 5px 20px;
    }
    .navbar-nav>li>a {
        line-height: 1.5;
    }
}

@media(min-width: 992px) {
    .navbar-nav > li:nth-child(3){
        margin-right: 150px;
    }

    .navbar-nav > li:nth-child(4){
        margin-left: 150px;
    }
}
.navbar-nav>li>.dropdown-menu {
    border: 5px solid #000;
    z-index: 1010;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .navbar-nav > li:nth-child(3){
        margin-right: 80px;
    }

    .navbar-nav > li:nth-child(4){
        margin-left: 100px;
    }
}

@media(min-width: 992px) {
    .dropdown-menu>li {
        font-weight: 700;
        color: #000;
        border-bottom: 1px solid #000;
    }

    .dropdown-menu>li:nth-last-child(1) {
        border-bottom: 0 !important;
    }
}

.dropdown-menu>li>a {
    font-weight: 700;
    font-size: 22px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    .navbar-nav .open .dropdown-menu {
        margin-left: 20px;
    }
    .navbar-collapse {
        background-color: #e5a13b;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media(min-width: 768px) and (max-width: 991px) {
    .navbar-nav>li>.dropdown-menu {
        margin-top: 20px;
    }
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/





/**********************************************/
/*******     Social Media Classes       *******/
/**********************************************/



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url('images/cd-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1005;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
    .devents table, thead, tbody, th, td, tr { 
        display: block; 
        font-size: 14px !important;
    }
    .devents thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .devents tr { border: 0px solid #ccc; }
    .devents td { 
        border: none;
        border-bottom: 0px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    .devents td:before { 
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
    }
    .devents td:nth-of-type(1):before { content: "Date: "; font-weight: 700;}
    .devents td:nth-of-type(2):before { content: "Event: "; font-weight: 700;}
    .devents td:nth-of-type(3):before { content: "Location: "; font-weight: 700;}
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
     white-space: normal;
    }
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
         border-top: none; 
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
    .dpub table, thead, tbody, th, td, tr { 
        display: block; 
    }
    .dpub thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .dpub tr { border: 0px solid #ccc; }
    .dpub td { 
        border: none;
        border-bottom: 0px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    .dpub td:before { 
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
    }
    .dpub td:nth-of-type(1):before { content: "Size: "; font-weight: 700;}
    .dpub td:nth-of-type(2):before { content: "1-4 Issues: "; font-weight: 700;}
    .dpub td:nth-of-type(3):before { content: "5-8 Issues: "; font-weight: 700;}
    .dpub td:nth-of-type(4):before { content: "9 Issues: "; font-weight: 700;}
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
     white-space: normal;
    }
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
         border-top: none; 
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
    .dead table, thead, tbody, th, td, tr { 
        display: block; 
    }
    .dead thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .dead tr { border: 0px solid #ccc; }
    .dead td { 
        border: none;
        border-bottom: 0px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    .dead td:before { 
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
    }
    .dead td:nth-of-type(1):before { content: "Trails Issue: "; font-weight: 700;}
    .dead td:nth-of-type(2):before { content: "Deadline: "; font-weight: 700;}
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
     white-space: normal;
    }
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
         border-top: none; 
    }
}


.wp-caption img {
    margin: 0;
    padding: 10px;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    text-align: center;
}

/* =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;
}

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%;
    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;
}


#ctct-form-wrapper-0{
	background:#ffffff;
	padding:15px;
	border: 4px solid #000;
	margin-bottom:20px;
}

.ctct-disclosure{
	font-weight:400;
	font-size:12px;
}
.ctct-disclosure > hr{
	display:none;
}
.ctct-form-wrapper input.ctct-label-left{
	width:60%;
}
.ctct-form-field-email{
	width:50%;
	display:inline-block;
}

.ctct-form-wrapper span.ctct-label-left {
   	width:15%;
	display:inline-block;
}
.ctct-form-wrapper .ctct-submit,
.ctct-form-wrapper span.ctct-label-left label{
	font-weight:400;
}

.ctct-form-wrapper .ctct-submit {
    background-color: #e5a13b;
    border: 0;
    font-size: 18px;
    padding: 10px 40px;
    color: #000 !important;
    text-decoration: none;
	border-radius: 4px;
}
.ctct-form-wrapper .ctct-submit:hover {
	background-color: #eeb45e;
}
.ctct-form-wrapper .ctct-form abbr{
	font-size:20px !important;
}


