/*
Theme Name: Emergent Capital
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: Jonathan McMills - Bob Buchanan Design
Author URI: http://bobdesign.com/
Template: patti
Version: 1.4
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../patti/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.toptitle {font-size:36px; text-align:center; line-height:43px}
.toptitle:after {
  background: #FE7E17;
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  margin: 15px auto 20px;
  position: relative;
}

#header.scrolled-header .logo img {height: 50px !important;}

.slider-dots {position:absolute; top:0; right:10px; z-index:90}

.ec-intro-body {font-size:110%}

h2 {text-transform:uppercase}
.aboutus {color:#fd7f17; font-size:20px; font-weight:800; text-transform:uppercase }
.ourbusiness {display:block; margin-top:60px}
.afocus {display:block; margin-top:0}

.teamblock {margin-bottom:50px}
.teamblock h3, .teamblock h6, label {color:#0084cc;}
.teamblock h3 {font-size: 16px; font-weight:800; margin-bottom:-5px;}
.teamblock h6 {font-size: 14px; font-weight: 300; margin-top:10px; margin-bottom:0px; font-style:italic}


.azc_tsh_toggle_container, .azc_tsh_toggle_container_open {padding:0}

h3.ec-contact {font-size:15px; text-transform:uppercase; margin-bottom:0; margin-top:30px}
img.ec-contact {position:relative; top:7px; left:-26px}


ul#mainnav li a {padding: 0 8px 0 0;}
html ul#mainnav li a {font-size: 13px;}

.aboutus-bgmark {position:absolute; top:-5px; left:-73px; z-index:90}



/*===== begin Investor Room section styles =====*/

.pr-newswire-linkblock a {font-size:1em; font-weight:700; text-transform:uppercase; display:block; color:white; line-height:2.5em; transition:0.2s}
.pr-newswire-linkblock a:hover {font-size:95%; color:#444}
.pr-newswire-contentblock {background:white; width:73.7% !important; padding-bottom:30px}
.pr-newswire-titleblock h1 {display:block; width:100%; background:#FE7E17; text-transform:uppercase; font-weight:300; font-size:2em; padding:20px}
.pr-newswire-widgetblock {width:45%; float:left; margin-left:3%; color:#666; min-height:500px;}
.pr-newswire-widgetblock h2 {color:#0084cc; margin:0; font-weight:800; font-size:18px;}

div.wd_quote-wrapper {max-width: 100%; color:#666}


.wd_widget-theme-light .wd_quote {
    background: #fff; color:#666
}

.pr-info {margin:-25px 0 30px}


div.wd_quote span.wd_exchange, div.wd_quote div.wd_data div.wd_label {
    color: #0084cc; font-weight:800; text-transform:uppercase
}

.wd_widget-theme-light .wd_layout-masonry .wd_item_date {
    color: #666; font-weight: 800; font-size: 16px;
}

.widget_rss {width:45%; float:right; margin-right:3%; margin-bottom:0; margin-top:0 !important}
.widget_rss h2 {line-height:20px}
.widget_rss h2 a {font-size:18px; color:#0084cc; font-weight:800; transition:0.6s}
.widget_rss ul li {font-weight:700; padding:0 0 20px; color:#666}
.widget_rss ul li a {color:#FE7E17; transition:0.6s }
.widget_rss h2 a:hover, .widget_rss ul li a:hover, .pr-viewall a:hover {color:#000}
.widget_rss img {display:none}
.rss-date {display:block}

.pr-viewall {width:45%; height:25px; float:right; margin-right:3%; position:relative; top:-12px}

.blsn {font-weight:700; text-transform:uppercase; text-decoration:none; text-align:center; display:inline-block; padding:8px 12px; color:#fd7f17; background:#d8edf7; border:2px solid #fd7f17; transition:0.2s}
.blsn:hover {background:#fff; color:#0084cc !important}



/*===== end Investor Room section styles =====*/



/*==== begin team content toggle styles  ====*/

input#toggle-1[type=checkbox],
input#toggle-2[type=checkbox],
input#toggle-3[type=checkbox],
input#toggle-4[type=checkbox],
input#toggle-5[type=checkbox] {
   display:none;
}

label { 
  margin: 0;
  cursor: pointer;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  float:right;
}

/* Default State */
div#one, div#two, div#three, div#four, div#five {
   height: 315px;
   transition: 1s;
   overflow:hidden;
}

/* Toggled State */
input#toggle-1[type=checkbox]:checked ~ div#one,
input#toggle-2[type=checkbox]:checked ~ div#two,
input#toggle-3[type=checkbox]:checked ~ div#three,
input#toggle-4[type=checkbox]:checked ~ div#four,
input#toggle-5[type=checkbox]:checked ~ div#five {
   height:690px;
}

input[type=checkbox] ~ label:before {content: "+ read more";}

input[type=checkbox]:checked ~ label:before {content: "- read less";}

hr.team {clear:both; border-style:solid; border-width:1px; background:#ccc; color:#ccc}

/* ==== end team content toggle styles  ==== */



/* ======= Begin smaller display and tablet landscape ========*/
@media only screen and (max-width : 1100px) {

	.aboutus-bgmark {display:none}

} /* === close @media ==== */



/* ======= Begin smaller display and tablet landscape ========*/
@media only screen and (min-width : 642px) and (max-width : 1024px) {
body {background:red}

.logo img {position: relative; left: -10px;}

ul#mainnav {margin-right: -38px;}
ul#mainnav > li.current-menu-item > a span {font-size: 12px;}

/* Toggled State */
input#toggle-1[type=checkbox]:checked ~ div#one,
input#toggle-2[type=checkbox]:checked ~ div#two,
input#toggle-3[type=checkbox]:checked ~ div#three,
input#toggle-4[type=checkbox]:checked ~ div#four,
input#toggle-5[type=checkbox]:checked ~ div#five {
   height:740px;
}

}/* === close @media ==== */




/* ======= begin tablet portrait ========*/
@media only screen and (min-width : 641px) and (max-width : 768px)  {

.nav-btn {top: 27% !important;}

ul#mainnav > li.current-menu-item > a span {font-size: 14px;}

/* Toggled State */
input#toggle-1[type=checkbox]:checked ~ div#one,
input#toggle-2[type=checkbox]:checked ~ div#two,
input#toggle-3[type=checkbox]:checked ~ div#three,
input#toggle-4[type=checkbox]:checked ~ div#four,
input#toggle-5[type=checkbox]:checked ~ div#five {
   height:1060px;
}

/* Investor Room */

.pr-newswire-widgetblock {min-height:570px;}

.pr-newswire-linkblock a {
    font-size: 14px; line-height: 17px; margin-bottom: 12px;
}
.pr-newswire-contentblock {width:73.1% !important}

.slider-dots {top:20px; right:10px; height:390px}

}/* === close @media ==== */




/* ======= Begin Responsive Phone Portrait ========*/

@media only screen and (max-width : 600px) {

.logo {width:77%}
.logo img {
    max-width: 100%;
    height: auto !important;
    position: relative;
    left: -5%;
}

.slider-dots {top:25px; right:15px; height:150px}
.slider-dots img {height:300px !important; width:auto !important}

.nav-btn {top:23% !important;}

.toptitle {font-size: 29px; line-height: 40px; margin: -40px 0;}

.ourbusiness {display:block; margin-top:50px}
.afocus {display:block; margin-top:50px}

/* Toggled State */
input#toggle-1[type=checkbox]:checked ~ div#one,
input#toggle-2[type=checkbox]:checked ~ div#two,
input#toggle-3[type=checkbox]:checked ~ div#three,
input#toggle-4[type=checkbox]:checked ~ div#four,
input#toggle-5[type=checkbox]:checked ~ div#five {
   height:830px;
}

.pr-newswire-contentblock {width:100% !important; padding:0 15px !important; margin-bottom:-120px}
.pr-newswire-widgetblock, .widget_rss, .pr-viewall {width:100%; float:none; margin-left:0; padding:0 15px; min-height:auto}
.pr-newswire-titleblock h1 {font-size: 29px;}

.pr-viewall {height:25px; margin-bottom:0; position:relative; top:-30px}

img.ec-contact {left: -2px;}


} /* === close @media ==== */