/* 
 Theme Name:     WeatherheadDotNet
 Author:         Craig Weatherhead
 Author URI:     http://www.weatherhead.net
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker.
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.7.5
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ------------------------------------------------------ */
/* -------- Add colored header bottom border     -------- */
/* ------------------------------------------------------ */
/* -- uncomment for RED -- #main-header {border-bottom: 10px solid #790013;} ---- */
#main-header {border-bottom: 10px solid #024370;}


/* ------------------------------------------------------ */
/* Hide header shadow, removes the gray-line beneath menu */
/* ------------------------------------------------------ */
#main-header{ 
 -webkit-box-shadow:none!important; 
 -moz-box-shadow:none !important; 
 box-shadow:none !important;}

/* ------------------------------------------------------ */
/* Custom Blurb Module with Image and Border              */
/* ------------------------------------------------------ */
.myblurb img {
    border: 5px solid #024370;
    border-radius: 50%;
    margin-top: -150px;
}


/* ------------------------------------------------------ */
/* -------------- Menu Effect 4 - Circle ---------------- */
/* ------------------------------------------------------ */
@media screen and (min-width: 981px) {
 .ds-my-menu-4 a {
 margin: 25px 5px; /*you may want to adjust this*/
 }

.ds-my-menu-4 a::before,
.ds-my-menu-4 a::after {
	 position: absolute;
	 top: 15%; /*you may want to adjust this*/
	 left: 50%;
	 width: 100px; /*you may want to adjust this*/
	 height: 100px; /*you may want to adjust this*/
	 border: 2px solid rgba(121,0,19,0.6); /*you may want to adjust this*/
	 border-radius: 50%;
	 content: '';
	 opacity: 0;
	 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	 -moz-transition: -moz-transform 0.3s, opacity 0.3s;
	 transition: transform 0.3s, opacity 0.3s;
	 -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	 -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	 transform: translateX(-50%) translateY(-50%) scale(0.2);
 	}
.ds-my-menu-4 a::after {
    	width: 80px; /*you may want to adjust this*/
    	height: 80px; /*you may want to adjust this*/
    	border-width: 6px; /*you may want to adjust this*/
    	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    	transform: translateX(-50%) translateY(-50%) scale(0.8);
    }
.ds-my-menu-4 a:hover::before,
.ds-my-menu-4 a:hover::after,
.ds-my-menu-4 a:focus::before,
.ds-my-menu-4 a:focus::after {
    	opacity: 1;
    	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
    	transform: translateX(-50%) translateY(-50%) scale(1);
    }
    }

/* ------------------------------------------------------ */
/* -------------- Menu Effect 5 - Circle ---------------- */
/* --------------    borders slide in ------------------- */
/* ------------------------------------------------------ */
@media screen and (min-width: 981px) {
.ds-my-menu-5 a{
	margin-bottom: 5px; /*you may want to adjust this*/
}
.ds-my-menu-5 a {
	color: #024370;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.ds-my-menu-5 a::before,
.ds-my-menu-5 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px; /*you may want to adjust this*/
	background: #024370;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.ds-my-menu-5 a::before {
	top: -25%; /*you may want to adjust this*/
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.ds-my-menu-5 a::after {
	bottom: 40%; /*you may want to adjust this*/
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.ds-my-menu-5 a:hover,
.ds-my-menu-5 a:focus {
	color: #024370;
}
.ds-my-menu-5 a:hover::before,
.ds-my-menu-5 a:focus::before,
.ds-my-menu-5 a:hover::after,
.ds-my-menu-5 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
}

/* ------------------------------------------------------ */
/* ---------------[TESTIMONIAL HOVER]-------------------- */
/* ----------------[BY GENO QUIROZ]---------------------- */
/* ------------------------------------------------------ */
.gq-module-hover {
        box-shadow: 0 1px 2px rgba(121, 0, 19, 0);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}
.gq-module-hover:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px rgba(121, 0, 19, 3);
        z-index: 1;}

/* ------------------------------------------------------ */
/* ----------[Triangle Dividers - Quiroz.co]------------- */
/* ------------------------------------------------------ */
 
.triangles::before, .triangles::after {position: absolute; content: ''; pointer-events: none;}
 
.triangles::before, .triangles::after {
        left: 50%;
        width: 100px;
        height: 100px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);}
 
/* Top arrow pointing down. Currently set as black. This can be removed if you don't want a top arrow */
.triangles::before {top: -50px; background: #024370;} 
 
/* Bottom arrow pointing down. Currently set to inherit the background of the section. This can be removed if you don't want a bottom arrow */
.triangles::after { bottom: -50px; z-index: 10; background: #024370;}


/* ------------------------------------------------------ */
/* -----------Header with changing words left------------ */
/* ------------------------------------------------------ */
.rw-wrapper{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	overflow: hidden;
}
.rw-sentence{
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence span{
	color: #000;
	white-space: normal;
}
.rw-sentence > span:first-child{
	display: block;
	font-size: 100%;
}
.rw-words{
	width: 100%;
	height: 100px;
	-webkit-perspective: 800px;
	perspective: 800px;
}
.rw-words span{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
}
.rw-words-1 span{
	font-size: 310%;
	line-height: 82%;
	color: #da0a0a;	
	-webkit-animation: rotateWordsFirst 12s linear infinite 0s;
	-ms-animation: rotateWordsFirst 12s linear infinite 0s;
	animation: rotateWordsFirst 12s linear infinite 0s;
}
.rw-words-2 span{
	font-size: 120%;
	font-style: italic;
	line-height: 90%;
	-webkit-animation: rotateWordsSecond 12s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 12s ease-in infinite 0s;
	animation: rotateWordsSecond 12s ease-in infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px); transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1023px){
	.rw-words{ height: 75px; }
	.rw-words-1 span{ font-size: 280%;}
	.rw-words-2 span { font-size: 160%; }
}
@media screen and (max-width: 560px){
	.rw-words{ height: 50px; }
	.rw-words-1 span{ font-size: 180%;}
	.rw-words-2 span { font-size: 90%; }
	.rw-sentence > span:first-child{ font-size: 80%;}
}
@media screen and (max-width: 400px){
	.rw-words{ height: 45px; }
	.rw-words-1 span{ font-size: 140%;}
	.rw-words-2 span { font-size: 70%; }
	.rw-sentence > span:first-child{ font-size: 60%;}
}


/* ------------------------------------------------------ */
/* -----------Header with changing words right----------- */
/* ------------------------------------------------------ */
.rw-wrapper-right .et_pb_button {
	float: right !important;
}
.rw-wrapper-right{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	overflow: hidden;
}
.rw-sentence-right{
	margin: auto;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence-right span{
	color: #000;
	white-space: normal;
	text-align:right;
}
.rw-sentence-right > span:first-child{
	display: block;
	font-size: 100%;
}
.rw-words-right{
	width: 100%;
	max-width:1080px;
	height: 100px;
	-webkit-perspective: 800px;
	perspective: 800px;
	
}
.rw-words-right span{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
	text-align:right;
}
.rw-words-1-right span{
	font-size: 310%;
	line-height: 82%;
	color: #da0a0a;	
	-webkit-animation: rotateWordsFirst 18s linear infinite 0s;
	-ms-animation: rotateWordsFirst 18s linear infinite 0s;
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2-right span{
	font-size: 120%;
	font-style: italic;
	line-height: 90%;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}
.rw-words-right span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words-right span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words-right span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words-right span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words-right span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 100%;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 100%;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 100%;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(-400px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(600px) translateX(-400px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(-400px); transform: translateZ(600px) translateX(-400px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1023px){
	.rw-words-right{ height: 75px; }
	.rw-words-1-right span{ font-size: 280%;}
	.rw-words-2-right span { font-size: 160%; }
}
@media screen and (max-width: 560px){
	.rw-words-right{ height: 50px; }
	.rw-words-1-right span{ font-size: 180%;}
	.rw-words-2-right span { font-size: 90%; }
	.rw-sentence-right > span:first-child{ font-size: 80%;}
}
@media screen and (max-width: 400px){
	.rw-words-right{ height: 45px; }
	.rw-words-1-right span{ font-size: 140%;}
	.rw-words-2-right span { font-size: 70%; }
	.rw-sentence-right > span:first-child{ font-size: 60%;}
}


/* ------------------------------------------------------ */
/* -----------Header with changing words center---------- */
/* ------------------------------------------------------ */
.rw-wrapper-center .et_pb_button {
	display: block !important;
	width: 160px; /*you may want to increase or decrease this value based on your button title*/
	margin: 0 auto !important;
	text-align: center;
}
.rw-wrapper-center{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	overflow: hidden;
}
.rw-sentence-center{
	margin: auto;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence-center span{
	color: #000;
	white-space: normal;
	text-align:center;
}
.rw-sentence-center > span:first-child{
	display: block;
	font-size: 100%;
}
.rw-words-center{
	width: 100%;
	max-width:1080px;
	height: 100px;
	-webkit-perspective: 800px;
	perspective: 800px;
	
}
.rw-words-center span{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
	text-align:center;
}
.rw-words-1-center span{
	font-size: 310%;
	line-height: 82%;
	color: #da0a0a;	
	-webkit-animation: rotateWordsFirst 18s linear infinite 0s;
	-ms-animation: rotateWordsFirst 18s linear infinite 0s;
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2-center span{
	font-size: 120%;
	font-style: italic;
	line-height: 90%;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}
.rw-words-center span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words-center span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words-center span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words-center span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words-center span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 100%;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 100%;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 100%;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(0px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(600px) translateX(0px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(0px); transform: translateZ(600px) translateX(0px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1023px){
	.rw-words-center{ height: 75px; }
	.rw-words-1-center span{ font-size: 280%;}
	.rw-words-2-center span { font-size: 160%; }
}
@media screen and (max-width: 560px){
	.rw-words-center{ height: 50px; }
	.rw-words-1-center span{ font-size: 180%;}
	.rw-words-2-center span { font-size: 90%; }
	.rw-sentence-center > span:first-child{ font-size: 80%;}
}
@media screen and (max-width: 400px){
	.rw-words-center{ height: 45px; }
	.rw-words-1-center span{ font-size: 140%;}
	.rw-words-2-center span { font-size: 70%; }
	.rw-sentence-center > span:first-child{ font-size: 60%;}
}


/* ------------------------------------------------------ */
/* ---------------Shutter Effect------------------------- */
/* ------------------------------------------------------ */
.ds-hover-1 {
        display: inline-block;
        position: relative;
        margin: 0px;
        overflow: hidden;
        background: #000;
}
.ds-hover-1 img {
        display: block;
        max-width: 100%;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
}
.ds-hover-1:hover img {
        opacity: 0.5;
}
.ds-hover-1::after {
        content: attr(ds-title);
        position: absolute;
        height: 12%;
        color: #fff;
        z-index: 1;
        top: 1;
        width: 90%;
        background: rgba(0,0,0,0.5);
        font-weight: 300;
        font-size: 40px;
        text-transform: uppercase;
        padding: 5%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
}
.ds-hover-1::before {
        content: attr(ds-desc);
        position: absolute;
        height: 100%;
        color: #fff;
        z-index: 1;
        top: 27%;
        width: 100%;
        background: rgba(255,102,0,0.5);
        font-size: 16px;
        padding: 2% 5% 5% 5%;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
}
.ds-hover-1:hover::after,
.ds-hover-1:hover::before {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
}


/* ------------------------------------------------------ */
/* ---[Square Icon Menu Links - By Geno Quiroz]---------- */
/* ------------------------------------------------------ */
/* readjust padding */
#top-header .container {padding-top: 0px;}
#et-secondary-menu {height: 50px;}
#et-secondary-menu > ul > li a { padding-bottom: 0px;}
#et-secondary-nav .menu-item.menu-item-type-custom {padding:15px; width:50px; margin-right: 0px;}
#et-secondary-nav li {display: table-cell;}
#et-info {padding-top: 23px;}

 
/* font icon size and color */
i.fa {font-size: 20px; color:#fff;}
 
 
/* colors */
li.home-menu {background-color:#23282d;}
li.home-menu:hover {background-color:#616f7c;}
 
li.facebook-menu {background-color:#43609c;}
li.facebook-menu:hover {background-color:#8198c9;}
 
li.twitter-menu {background-color:#55acee;}
li.twitter-menu:hover {background-color:#8fc9f3;}
 
li.pinterest-menu {background-color:#a9262a;}
li.pinterest-menu:hover {background-color:#dc6164;}
 
li.linked-menu {background-color:#1a84bc;}
li.linked-menu:hover {background-color:#64bbea;}
 
li.yelp-menu {background-color:#c41200;}
li.yelp-menu:hover {background-color:#930c00;}
 
li.trip-menu {background-color:#579441;}
li.trip-menu:hover {background-color:#73b759;}
 
li.shop-menu {background-color:#ff6600;}
li.shop-menu:hover {background-color:#883600;}
  
li.instagram-menu {background-color:#43609c;}
li.instagram-menu:hover {background-color:#8198c9;}

li.snapchat-menu {background-color:#ffffff;}
li.snapchat-menu:hover {background-color:#a2a161;}
 
/*---- OPTIONAL --------*/

/* add a drop shadow to the top header */
#top-header {
	-moz-box-shadow: 0px 1px 7px 2px #ccc;
	-webkit-box-shadow: 0px 1px 7px 2px #ccc;
	box-shadow: 0px 1px 7px 2px #ccc;}
 
 
/* ------------------------------------------------------ */
/* --------[End Square Icon Menu Links] ----------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* ------------Change Styling of Drop Cap---------------- */
/* ------------------------------------------------------ */
.et-dropcap {
    font-size: 95px;
    line-height: 0.7;
    color: #024370;
    font-family: Times;
    padding-top: 10px;
}

/* ------------------------------------------------------ */
/* -------------- Trying Widget Styling  ---------------- */
/* --------------    borders slide in ------------------- */
/* ------------------------------------------------------ */
.widgettitle {
/* font-weight:bold; */
}

.widget_search {
background-color: #f5f9f9;
/* color:#FFF; */
}

.widget_recent_entries {
background-color: #f5f9f9;
/* color:#FFF; */
}

/* ------------------------------------------------------ */
/* .widget_recent_entries a:link {color:#ff0000;;}        */
/* .widget_recent_entries a:visited {color:#0000ff;}      */
/* ------------------------------------------------------ */
.widget_recent_entries a:hover {font-size:150%;}

.widget_archive {
background-color: #f5f9f9;
/* color:#FFF; */
}

/* ------------------------------------------------------ */
/* .widget_archive a:link {color:#ff0000;;}               */
/* .widget_archive a:visited {color:#0000ff;}             */
/* ------------------------------------------------------ */
.widget_archive a:hover {font-size:150%;}
