/* ---------------------------------------------------------------------------------------
	
	Theme Name: Dope
	Theme URI: http://dope.themelovin.com
	Description: Dope: Creative and Multi-Purpose Portfolio Theme.
	Author: Themelovin
	Author URI: http://www.themelovin.com
	Tags: two-columns, three-columns, threaded-comments, theme-options, right-sidebar
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Text domain: dope
	Version: 1.1.2
	
	Designed & Handcrafted by Nicola Pagani and Emanuele Zenoni for themelovin.com
	All files, unless otherwise stated, are released under the GNU General Public License
	
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
	
--------------------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------------------

TABLE OF CONTENTS:
1. General
2. Forms
3. Links
4. Lists
5. Typo
6. Stuff

----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
1. General
----------------------------------------------------------------------------------------*/

@-webkit-keyframes preload-animation {
	0% {opacity:1}
	50%{opacity:0}
	100%{opacity:1}
}

@keyframes preload-animation{
	0% {opacity:1}
	50%{opacity:0}
	100%{opacity:1}
}

body {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif; 	
	color: #121212;	
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 1.25;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
}

body > * {	
	opacity: 0;
}

body.pace-done > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s 0.5s linear;
    -moz-transition: opacity 0.4s 0.5s linear;
    -o-transition: opacity 0.4s 0.5s linear;
    transition: opacity 0.4s 0.5s linear;
}

body.dopeMobileActive {
	overflow: hidden;
}

.dopeClear {
	clear: both;
	display: block;
}

#dopeContent,
#dopeSectionTitle {
	padding-left: 2em;
	padding-right: 2em;
}

.dopeDefaultHeight {
	padding-top: 196px;
}

.dopeDefaultHeight #dopeSectionTitle {
	position: static;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#dopeFooter .container {
	max-width: 1180px;
}

#dopeFooter {
	margin-top: 6em;
}

#dopeFooter .container {
	padding-bottom: 3em;
	padding-top: 3em;
}

#dopeFooter .container:nth-child(2) {
	padding-top: 0;
}

#dopeFooter.dopeFullWidth .container {
	padding-left: 3%;
	padding-right: 3%;
	max-width: 100%;
}

#dopeFooter.dopeStandardWidth .container {
	padding-left: 2%;
	padding-right: 2%;
}

#dopeFooter .span_6:last-of-type {
	text-align: right;
}

.dopeGalleryWrap {
	margin-left: -1.79104477%;
	margin-right: -1.79104477%;
}

#dopeHeaderMenu {
	display: inline-block;
	font-size: 1em;
	vertical-align: top;
	width: 75%;
}

#dopeHeader {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    margin-bottom: 6em;
    max-width: 100%;
    position: relative;
    z-index: 999;
}

#dopeHeader.dopeNoHeader {
	margin-bottom: 0;
}

.dopeLightboxVideoWrap {
	display: none;
}

#dopeHeaderOverlay {
	background-color: rgba(0,0,0,0.25);
	height: 100%;
}

#dopeLoading {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1999;
}

#dopeLoadingLogo {
	-webkit-animation: preload-animation 2s infinite;
    animation: preload-animation 2s infinite;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
}

.dopeMobileActive #dopeMobileMenuWrap {
	height: 100vh;
    opacity: 1;
}

#dopeMobileMenuWrap {
	height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 1s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: all 1s cubic-bezier(0.23,1,0.32,1);
    -o-transition: all 1s cubic-bezier(0.23,1,0.32,1);
    transition: all 1s cubic-bezier(0.23,1,0.32,1);
    width: 100vw;
    z-index: 9999;
}

#dopeMobileMenuScroll {
	height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
}

#dopeMobileMenuScroll nav {
	margin-top: 5em;
}

#dopePostNavigation {
	padding-top: 4em;
}

#dopeRightMenu {
	background-color: #222222;
    height: 100%;
    position: fixed;
    right: -50%;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 50%;
    z-index: 999;
}

.dopeRightMenuOpen #dopeRightMenu {
	right: 0;
}

#dopeSideFooter {
	bottom: 2em;
	left: 6em;
	position: absolute;
}

.dopeSideMenuWrap {
    min-height: 100%;
    padding-left: 6em;
    padding-top: 6em;
}

#dopeSideOverlay {
	background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    cursor: pointer;
    display: none;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 998;
}

#dopeVideoWrap {
	left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#dopeWrapMenu {
	height: 100px;
	line-height: 100px;
	padding-left: 3%;
	padding-right: 3%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	width: 100%;
	z-index: 999;
}

#dopeWrapMenu.dopeWrapMenuSmaller {	
	height: 80px;
	line-height: 80px;
}

#dopeSectionTitle {
	bottom: 50%;
	left: 0;
	padding-bottom: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
	z-index: 996;    
}

#dopeSectionTitle.dopeTitleRight .container > * {
	text-align: right;
}

#dopeSectionTitle.dopeTitleCenter .container > * {
	text-align: center;
}

.error404 #dopeFooter {
	margin-top: 12em;
}

.thmlvTypeSearch {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 4em;
    padding-bottom: 4em;
}


/*----------------------------------------------------------------------------------------
2. Forms
----------------------------------------------------------------------------------------*/

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
textarea,
select {
	background-color: #f7f7f7;
	margin: 10px 0 15px;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=date],
textarea {
	border: 0;
	font-size: 1em;
	line-height: 1.5;
	outline: none;
	padding: 1em;
}

input[type=submit] {
	background-color: #333333;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.875em;
	padding: 1em 1.5em;
	-webkit-appearance: none;
	transition: opacity 0.2s ease-out 0s;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
}

input[type=submit]:hover {
	opacity: .8;
}

#respond input[type=text],
#respond input[type=email],
#respond input[type=password],
#respond input[type=url],
#respond input[type=tel],
#respond textarea,
#respond select {
	background-color: #ffffff;
}

/*----------------------------------------------------------------------------------------
3. Links
----------------------------------------------------------------------------------------*/

a {
	color: #121212;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s, color 0.3s ease-out 0s;
	-moz-transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s, color 0.3s ease-out 0s;
	-o-transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s, color 0.3s ease-out 0s;
	transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s, color 0.3s ease-out 0s;
}

.error404 #dopeSectionTitle .container h2 a {
	display: block;
	margin-top: .5em;
	text-align: center;
}

.dope1Cols a {
	width: 100%;
}

.dope2Cols a {
	width: 50%;
}

.dope3Cols a {
	width: 33.333%;
}

.dope4Cols a {
	width: 25%;
}

.dope5Cols a {
	width: 20%;
}

.dope6Cols a {
	width: 16.666%;
}

.dope7Cols a {
	width: 14.285%;
}

.dope8Cols a {
	width: 12.5%;
}

.dope9Cols a {
	width: 11.1%;
}

.dopeGalleryWrap a {
	display: inline-block;
	padding: 1.79104477%;
	vertical-align: top;
}

.dopeLogo {
	display: inline-block;
	line-height: 1.75em;
	vertical-align: middle;
	width: 20%;
}

.dopeLogo:hover {
	opacity: 100;
}

#dopeMobileMenuScroll a {
	font-size: 1em;
}

#dopeMobileMenuScroll .sub-menu a {
	font-size: 1.25em;
	background: none;
}

#dopePostNavigation li .dopeNavNum {
    border-radius: 50%;
    display: block;
    height: 2.25em;
    line-height: 2.25em;
    text-align: center;
    width: 2.25em;
}

#dopePostNavigation li.active .dopeNavNum {
    border-width: 1px;
    border-style: solid;
}

#dopeToTop {
	border-radius: 50%;
    bottom: -100px;
    top: auto;
    opacity: 0;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    position: fixed;
    right: 2em;
    text-align: center;
    width: 48px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.8s cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#dopeToTop.active {
    opacity: 1;
    bottom: 2em;
}

/*----------------------------------------------------------------------------------------
4. Lists
----------------------------------------------------------------------------------------*/

ol, ul {
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 2em;
}

ul {
	list-style-type: disc;
}

#dopeMobileMenuScroll ul {
	list-style-type: none;
}

#dopeMobileMenuScroll li ul {
	display: none;
	margin-bottom: 10px; 
    margin-top: 10px;
}

#dopePostNavigation li {
	display: inline-block;
    margin-right: 0.5em;
}

#dopeSocial {
	display: inline-block;
	margin-bottom: 0;
}

#dopeSocial li {
    display: inline-block;
    margin-right: 1em;
}

/*----------------------------------------------------------------------------------------
5. Typo
----------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #565656;
	line-height: 1.25;
	margin-bottom: 4%;
	margin-top: 0%;
}

h1 {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.75em;
	letter-spacing: 0em;
}

h2 {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	font-style: normal; 
	font-size: 1em;
	letter-spacing: 0em;
}

h3 {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 0.75em;
	letter-spacing: 0em;
}

h4 {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 1.5em;
}

h5 {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 1.125em;
}

h6 {
	font-family: "ABC Diatype", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 1em;
}

p {
    margin-bottom: 2em;
}

#dopeSectionTitle .container h2 {
	font-size: 1.125em;
	margin-top: 1em;
}

#dopeSectionTitle h1 {
	font-size: 3.75em;
}

.thmlvTypeSearch h1 {
	margin: 0;
}

/*----------------------------------------------------------------------------------------
6. Stuff
----------------------------------------------------------------------------------------*/

iframe {
	max-width: 100%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.dopeGalleryWrap img {
	max-width: 100%;
	-webkit-transition: opacity 0.3s ease-out 0s;
	-moz-transition: opacity 0.3s ease-out 0s;
	-o-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
	-webkit-backface-visibility: hidden;
}

.dopeGalleryWrap img:hover {
	opacity: .5;
}

.dopeCopyright {
	display: inline-block;
    font-size: 0.875em;
    margin-right: 3em;
    opacity: 0.7;
}

#dopeFloatLogo {
	display: none;
}

.dopeWrapMenuSmaller #dopeFloatLogo {
	display: block;
}

 .dopeWrapMenuSmaller .dopeLogo img:first-of-type {
	display: none;
}

.dopeHamburger {
	box-shadow: none;
	border: none;
	cursor: pointer;
	font-size: 1.125em;
	-webkit-transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;
}

.dopeHamburgerLeft,
.dopeHamburgerRight {
	background-color: transparent;
	position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

.dopeHamburgerLeft {
	position: absolute;
	right: 2em;
	top: 2em;
}

.dopeMobileMenuIcon {
	display: none;
	float: right;
	font-size: 1.5em;
	height: 80px;
    line-height: 80px;
}

#dopeSectionTitle .container * {
	margin: 0;
}

#dopeSectionTitle .dopeEntryMeta {
	display: block;
	font-size: .875em;
	margin-bottom: 2em;
}

/* fix revolution slider issue with reset.css */
.tp-splitted {
	white-space: nowrap !important;
}